-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load package intervention/image #472
Comments
Oh ok, thanks for answering so fast, multiple people have reported this on the asgardcms slack channel, and had no idea why it was trying "Good" to know it's not an isolated issue. I have added a Thanks again |
Hi, I think the problem comes from the past. Every release before the comit 6783515 includes a bad version format for illuminate/support (that's where the "4.x.x" comes from). Even if those old release ain't used anymore, they are still in packagist. This is a problem for the people that are using packagist proxy for instance, because according to the configuration, all the releases (including the old one) could be downloaded. I think getting rid of the old releases might be the only way to solve this issue. |
@rfussien You might be right. The question is, what may cause more problems? Removing old packagist versions before |
I removed some tags for another project and packagist re-index just fine and on the composer side as well. |
Even I had the same problem. but when I update the composer using composer self-update. after I tried the composer update command it did n't throw any error. |
Right, when it's about composer itself, a self-update does the job and it's easy (btw, I used to add this as a dailycron for non-production env). But when it comes to satis/toran, the problem is there as well. That's why I suggested a deletion for the releases older than 1.4. |
Had the same problem, ran |
|
I'm getting this issue with travis ci. is anyone else getting it there. On my local machine its not the issue |
@RudyJessop Did you run |
@DanielRTRD no shit it worked |
The same here , the problem solved by running composer self-update |
Thank you. self-update worked for me too. |
Hello,
Since a random commit, I'm getting this error while trying to get intervention/image via composer:
It started in the following build: https://travis-ci.org/AsgardCms/Media/builds/94138842 A commit that has nothing to do with intervention, in my composer.json file I still have:
And the odd part is that it does not show up in php7.
Does anyone have any idea what the cause could be ?
Thank you,
The text was updated successfully, but these errors were encountered: