Skip to content

Supports symfony/property-accessor 5.x

Compare
Choose a tag to compare
@stephpy stephpy released this 25 Jun 08:09
· 10 commits to master since this release
7799d7a
Allow to use symfony/property-access > 5.0 (#105)

In order to fix

Problem 1
    - Root composer.json requires ubirak/rest-api-behat-extension ^8.0 -> satisfiable by ubirak/rest-api-behat-extension[8.0.0].
    - ubirak/rest-api-behat-extension 8.0.0 requires symfony/property-access ~4.0 -> found symfony/property-access[v4.0.0-BETA1, ..., v4.4.20] but it conflicts with your root composer.json require (5.2.*).

Co-authored-by: Timothée Barray <[email protected]>