Closed lucasmichot closed 9 years ago
:+1: it needs to point to https://github.com/borisrepl/boris.git
.
Yes, messes with the final repo. Thx @GrahamCampbell
This must be a caching issue. The source in packagist is already set correctly.
See also earlier issue: https://github.com/borisrepl/boris/issues/98
Yeh, composer's cache is total bull shit. It really annoys me how broken it is. It caches branch aliases wrong too.
@d11wtq Yeah, it's caching...
@d11wtq please help, I'm getting this in my eb-commandprocessor.log when trying to deploy my app to AWS Elastic Beanstalk. (It's a laravel 4.2 app)
- Installing d11wtq/boris (v1.0.8)
Downloading: connection...
[Composer\Downloader\TransportException]
The "https://api.github.com/repos/d11wtq/boris/zipball/125dd4e5752639af7678a22ea597115646d89c6e" file could not be downloaded (HTTP/1.1 404 Not Found)
I've tried the additions to my composer.json file but it didn't make a difference.
Many thanks.
please help, I'm getting this in my eb-commandprocessor.log when trying to deploy my app to AWS Elastic Beanstalk. (It's a laravel 4.2 app)
You need to make sure your lock file is updated, and your composer cache is cleared.
Hello, since the recent change of name of the repo (
d11wtq/boris
toborisrepl/boris
), the packagist reference still points tohttps://github.com/d11wtq/boris.git
.Unless some composer cache exists on the server or on the local machine for
d11wtq/boris
package, it is now impossible to get it viacomposer
, unless we had a specificrepositories
section in thecomposer.json
file.Can you refresh or update the package reference in
https://packagist.org
so that it now points tohttps://github.com/d11wtq/boris.git
?