Problem with Opennssl extension for create symfony project

when I try to create a symfony project, this is what I get. However, a few days ago, when I did symfony -v, everything was OK.

this is what I get as an error :

You must enable the openssl extension in your php.ini to load information from https://repo.packagist.org

I’ve removed the ; in front of extension=php_openssl.

Do this command (without success) compose config -g -- disable-tls true

this one too: php -i | Select-String “openssl

and the result :

OpenSSL support => disabled (install ext/openssl)