composer icon indicating copy to clipboard operation
composer copied to clipboard

Results 6 composer issues
Sort by recently updated
recently updated
newest added

Current README does not live up to standards set for Adobe open source projects. Please expand on details.

Add Symfony 5 support #SymfonyHackday

Hi! I'm getting this error while installing Magento 2.2.5 metapackage. Version of this package is locked at 1.2.0 - Installing magento/composer (1.2.0): Downloading https://api.github.com/repos/magento/composer/zipball/130753af2b755f1967e253deb661225942bb302c Downloading (connecting...) Following redirect (2) https://codeload.github.com/magento/composer/legacy.zip/130753af2b755f1967e253deb661225942bb302c...

Magento2 has an issue (https://github.com/magento/magento2/issues/6372) which originates from `InfoCommand.php`. Using `composer.json` with a VCS (git) repository: "repositories": { ... "craftyclicks": { "type": "git", "url": "https://github.com/craftyclicks/m2-ukpostcodelookup.git" } } In `InfoCommand::run(...)` the...