I already uncommented in php.ini:
[PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ;extension=php_oci8_11g.dll extension=php_openssl.dll ;e
Open php.ini located in your "php" folder for example in xampp the file is in XYZ:\xampp\php\
Find "extension=php_openssl.dll"
"extension=php_openssl.dll"
";extension=php_openssl.dll" - remove ";"
";extension=php_openssl.dll"
";"
Restart your xampp (or whatever u use), extension should be loaded after that.
Try agien to install composer.