Skip to content

Commit

Permalink
Allow Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpy committed Apr 25, 2022
1 parent ca226c8 commit 62b18c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"php-http/message": "^1.11",
"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/property-access": "^4.4.12 | ~5.0"
"symfony/config": "^4.4.12 | ~5.0 | ~6.0",
"symfony/dependency-injection": "^4.4.12 | ~5.0 | ~6.0",
"symfony/property-access": "^4.4.12 | ~5.0 | ~6.0"
},
"require-dev": {
"silex/silex": "~2.0",
Expand Down

0 comments on commit 62b18c7

Please sign in to comment.