Skip to content

Commit

Permalink
Compatibility with Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Mar 2, 2022
1 parent 21bc815 commit b66cf41
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 @@ -27,9 +27,9 @@
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"symfony/console": "^4.0|^5.0",
"symfony/process": "^4.0|^5.0",
"symfony/yaml": "^4.0|^5.0"
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/process": "^4.0|^5.0|^6.0",
"symfony/yaml": "^4.0|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit b66cf41

Please sign in to comment.