Closed Ocramius closed 8 years ago
Moved from https://github.com/Ocramius/ProxyManager/issues/294
Basically, when using something like following:
{ "require": { "jquery/jquery": "1.10.*" }, "repositories": [ { "type": "package", "package": { "name": "jquery/jquery", "version": "1.10.2", "dist": { "url": "http://code.jquery.com/jquery-1.10.2.js", "type": "file" } } } ] }
As you can see, this package has no source reference, as it comes from a repository (in-lined in the composer.json) that has no such information. Therefore, this call fails, causing a general failure of the code generation in the script.
source
composer.json
yay ! Do you mind tagging a new version (in the 1.x branch)?
@magnetik yarp, gonna happen now.
@magnetik released
Awesome, thanks !
Moved from https://github.com/Ocramius/ProxyManager/issues/294
Basically, when using something like following:
As you can see, this package has no
source
reference, as it comes from a repository (in-lined in thecomposer.json
) that has no such information. Therefore, this call fails, causing a general failure of the code generation in the script.