composer
composer copied to clipboard
This pull request resolves an issue described in #8
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...