Composer fail to require symfony/symfony on symfony 4 Composer fail to require symfony/symfony on symfony 4 symfony symfony

Composer fail to require symfony/symfony on symfony 4


The symfony/skeleton package is designed to be used with Symfony Flex. The entire point of that project is to avoid using the entire framework, so the package expressly conflicts with it.

You should either be creating your project from symfony/framework-standard-edition, which will pull in the entire framework, or make use of the new functionality in Flex to pull in just the components or "recipes" that you need.