How to fix “https://repo.packagist.org/packages.json does not contain valid Json”?
Solution 1
Try to comment a line of curl extension on php.ini.
extension=php_curl.dll
Type ; before the extension name
;extension=php_curl.dll
Solution 2
composer config disable-tls true