Symfony 4 compatibility
Closed this issue · 3 comments
martijnhartlief commented
Problem 1
- anyx/login-gate-bundle 0.4 requires symfony/symfony ~2.8|~3.0 -> satisfiable by symfony/symfony[2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev ...
It probably can be fixed with ~2.8|~3.0|~4.0
Nikeev commented
Hello,
I tried to install bundle on Symfony 4, but an error still exists.
It seems that there is no more symfony/symfony package in Symfony 4 with new Symfony Flex.
https://symfony.com/doc/current/setup/flex.html
So default Symfony 4 composer.json has
"conflict": {
"symfony/symfony": "*"
},