Skip to content

Commit

Permalink
Allow to use symfony/property-access > 5.0 (#105)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gmorel and tyx authored May 25, 2021
1 parent 24d8f36 commit 7799d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"php": ">=7.2",
"behat/behat": "^3.8",
"atoum/atoum": "^4",
"symfony/property-access": "~4.0",
"justinrainbow/json-schema": ">=5.2.10 <6.0",
"psr/http-message": "^1.0",
"php-http/discovery": "^1.13",
Expand All @@ -32,7 +31,8 @@
"tolerance/tolerance": "^0.4.2",
"mtdowling/jmespath.php": "^2.3",
"symfony/config": "^4.4.12 | ~5.0",
"symfony/dependency-injection": "^4.4.12 | ~5.0"
"symfony/dependency-injection": "^4.4.12 | ~5.0",
"symfony/property-access": "^4.4.12 | ~5.0"
},
"require-dev": {
"silex/silex": "~2.0",
Expand Down

0 comments on commit 7799d7a

Please sign in to comment.