Closed
Description
Hi,
Is there any special reason why the autoloading mapping of both *Magento\Framework* and *Magento\Setup* are in the Magento2 project composer.json file? Wouldn't it be better to have them in the packages where they belong, *Magento\Framework* in magento/framework and *Magento\Setup* in magento/magento2-base?
The reason why is that it would make the Magento2 project composer.json cleaner and you wouldn't have to specify it in your own project composer.json when you require the "magento/product-community-edition" package.