Hi,
I’ve been having issues using composer on a brand new connection. I’m pretty sure it’s something about the connection blocking the access. Here’s my composer diag:
Basic usage: composer <command>
For more information just type "composer".
C:\XAMPP\htdocs>composer -V
Composer version 1.0-dev (afd98b74f13b9def1b2447f16fd0bfd4d96dff94) 2015-08-31 0
9:58:50
C:\XAMPP\htdocs>composer diag
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: FAIL
[Composer\Downloader\TransportException] The "https://packagist.org/packages.jso
n" file could not be downloaded: failed to open stream: HTTP request failed!
Checking github.com rate limit: OK
Checking disk free space: OK
Checking composer version:
[Composer\Downloader\TransportException]
The "https://getcomposer.org/version" file could not be downloaded: failed to
open stream: HTTP request failed!
diagnose
C:\XAMPP\htdocs>
C:\XAMPP\htdocs>
After searching online I tried to edit the php.ini, run the cmd as admin and configure some of the router settings but with no success. My apologies if this is a repost but I couldn’t find anything similar to my problem. Any advice would be kindly appreciated.
Thanks for reading.