Skip to content

Commit

Permalink
support symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dneustadt committed Feb 7, 2023
1 parent adf351a commit ecc8ee7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
],
"require": {
"php": ">=7.2.5",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/security-csrf": "^5.0"
"symfony/config": "^5.0|^6.0",
"symfony/dependency-injection": "^5.0|^6.0",
"symfony/http-foundation": "^5.0|^6.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/security-csrf": "^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ecc8ee7

Please sign in to comment.