0

When I run the composer install command, I get the following: You are running Composer with SSL/TLS protection disabled. Composer could not find a composer.json file in C:\folder\folder\Desktop\qr To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage

1 Answers1

2

It seems that you disable SSL/TLS protection so try to enable it. use this command.

composer config -g -- disable-tls false
Amir Azizi
  • 61
  • 4