Skip to content

Commit

Permalink
Merge pull request #110 from JordiDekker/JordiDekker-patch-1
Browse files Browse the repository at this point in the history
Add support for symfony/http-kernel "^6.0"
  • Loading branch information
loevgaard authored Mar 27, 2023
2 parents 5ebfe61 + 37207cf commit cffed86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/form": "^5.4 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.0.7",
"symfony/http-kernel": "^4.4 || ^5.1.5",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/routing": "^5.4 || ^6.0",
"symfony/validator": "^5.4 || ^6.0",
"webmozart/assert": "^1.11"
Expand Down

0 comments on commit cffed86

Please sign in to comment.