anyx / LoginGateBundle

59 stars 23 forks source link

Symfony 4 compatibility #9

Closed martijnhartlief closed 6 years ago

martijnhartlief commented 6 years ago

  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

anyx commented 6 years ago

I am closing this after merge #10

Nikeev commented 6 years ago

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": "*"
},
anyx commented 6 years ago

Hi @Nikeev,

Just released 0.6 version with changed dependencies. Thank you for report