liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony

Home Page:http://liip.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with Symfony 5.0

LBT76240 opened this issue · comments

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].

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