Skip to content

Commit

Permalink
Bump minimum symfony/http-kernel version again
Browse files Browse the repository at this point in the history
While ControllerEvent->getAttributes() has been introduced in http-kernel 6.2, we use it's more comfortable signature available in 6.4.
  • Loading branch information
MalteWunsch committed Nov 19, 2024
1 parent c31f8a1 commit 9d16b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"symfony/dependency-injection": "^5.0 | ^6.0 | ^7.0",
"symfony/deprecation-contracts": "^2.0|^3.0",
"symfony/http-foundation": "^5.0 | ^6.0 | ^7.0",
"symfony/http-kernel": "^6.2 | ^7.0"
"symfony/http-kernel": "^6.4 | ^7.0"
},

"require-dev": {
Expand Down

0 comments on commit 9d16b16

Please sign in to comment.