I am trying to install a package into my symfony 6.1 application, and when i run the command composer require sensio/framework-extra-bundle
I get this error message
[RuntimeException] You must enable the openssl extension in your php.ini
to load information from https://...
I tried to enable the openssl extension at the php.ini file but i cant find the (extension=php_openssl.dll) line, i only find this (extension=openssl) and it's alredy uncommented.
For the php version it's PHP 8.1.8
(ask me for any additionnal informations)
If someone could help me to find a solution and thank you very much for your time :)