Skip to content

Commit

Permalink
chore: Drop support for Symfony 6.3 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Sep 22, 2023
1 parent 19cbf06 commit 2aaaca5
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 @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.1",
"symfony/console": "^5.4 || ^6.1",
"symfony/console": "^5.4 || ^6.3",
"symfony/event-dispatcher-contracts": "^2.5 || ^3.0",
"symfony/service-contracts": "^2.5 || ^3.0",
"thecodingmachine/safe": "^2.0",
Expand Down

0 comments on commit 2aaaca5

Please sign in to comment.