composer: https://packagist.org/p/provider-active$... file could not be downloaded (404 Not Found)
The error occured when Iām trying to update a project which requires neilime/lessphp
: v0.5
Loading composer repositories with package information
The "https://packagist.org/p/provider-active$18591bab518015a7946538887f1b3b2af4a9d26e2d23d0b9ae354617792bb57e.json" file could not be downloaded (HTTP/1.1 404 Not Found)
http://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date
Updating dependencies (including require-dev)
Nothing to install or update
It appends after I have deleted / recreated tag v0.5
for neilime/lessphp
About this issue
- Original URL
- State: closed
- Created 11 years ago
- Comments: 34 (6 by maintainers)
It seems this is happening again. Composer suddenly stops without throwing any error but it actually gets 404 on the provider-*.json file download.
I had the same problem, I figured out that I have an other php 5.5 installed along with xampp php version 7.2. So i launched the command (composer create-project symfony/skeleton MyProject) under php 7.2 folder and it was really awesome š