liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony
http://liip.ch
MIT License
639 stars 182 forks source link

Compatibility with Symfony 5.0 #554

Closed LBT76240 closed 4 years ago

LBT76240 commented 4 years ago

I cannot update to Symfony 5.0 because this bundle requires symfony/framework-bundle ^3.4 || ^4.1

  Problem 1
    - liip/functional-test-bundle 3.3.0 requires symfony/framework-bundle ^3.4 || ^4.1 -> satisfiable by symfony/framework-bundle[v4.4.2] but these conflict with your requirements or minimum-stability.
    - liip/functional-test-bundle 3.2.0 requires symfony/framework-bundle ^3.4 || ^4.1 -> satisfiable by symfony/framework-bundle[v4.4.2] but these conflict with your requirements or minimum-stability.
    - liip/functional-test-bundle 3.3.0 requires symfony/framework-bundle ^3.4 || ^4.1 -> satisfiable by symfony/framework-bundle[v4.4.2] but these conflict with your requirements or minimum-stability.
    - Installation request for liip/functional-test-bundle ^3.2 -> satisfiable by liip/functional-test-bundle[3.2.0, 3.3.0].
alexislefebvre commented 4 years ago

Thanks for the report. Feel free to open a PR.

The first step is to allow Symfony 5 in composer.json, see this example: https://github.com/liip/LiipTestFixturesBundle/pull/49/files

alexislefebvre commented 4 years ago

See #555