Skip to content

Commit

Permalink
Merge pull request #109 from stephpy/feature/symfony6
Browse files Browse the repository at this point in the history
Allow Symfony 6
  • Loading branch information
stephpy authored Apr 25, 2022
2 parents 6370127 + 62b18c7 commit 0068a24
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 0068a24

Please sign in to comment.