Closed
Description
When using composer to install magento 2 from this repository: https://github.com/magento/magento2-community-edition E.g. composer create project magento/magento2-community-edition
then there is no way to add dependencies to the project to start with using composer require or require-dev as the composer.json file is replaced with that from the main magento 2 repository.
This makes it hard for automated build tools to create the initial project containing Behat and PHPSpec for example. One solution would be to merge the 2 composer.json files into a single file and place in the first repository.