Skip to content

Commit

Permalink
Merge pull request #18 from Guite/master
Browse files Browse the repository at this point in the history
allow Symfony 6
  • Loading branch information
goetas authored Sep 21, 2022
2 parents d417767 + 7b450a1 commit 88f5f53
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 @@ -21,9 +21,9 @@
},
"require": {
"php": "^7.1|^8.0",
"symfony/http-foundation": "^4.1.1|^5.0",
"symfony/http-kernel": "^4.3|^5.0",
"symfony/dependency-injection": "^2.3|^3.0|^4.0|^5.0",
"symfony/http-foundation": "^4.1.1|^5.0|^6.0",
"symfony/http-kernel": "^4.3|^5.0|^6.0",
"symfony/dependency-injection": "^2.3|^3.0|^4.0|^5.0|^6.0",
"riverline/multipart-parser": "^2.0.1"
},
"require-dev": {
Expand Down

0 comments on commit 88f5f53

Please sign in to comment.