Closed
Description
Preconditions
- PHP 7.0.22
- Have composer installed
Steps to reproduce
- Execute:
$ mkdir mage22test
$ cd mage22test
$ composer create-project --no-install --repository-url=https://repo.magento.com/ --stability=RC magento/project-community-edition .
$ cat composer.json | grep composer/composer
Expected result
- No requirement on
composer/composer
and especially not with the@alpha
constraint
Actual result
- Output of grep:
"composer/composer": "@alpha"
Discussion
It was decided to stabilize the composer dependency over here: #4359
So there should be no @alpha
constraint in the resulting composer.json
The requirement can probably be removed entirely since it is already a dependency of the packages: magento/composer
and magento/framework
and magento/magento2-base
and magento/product-community-edition
(magento/magento-composer-installer
also still has a dependency on: "composer/composer": "*@dev"
, but that's probably less important to fix)
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 release