Skip to content

Commit

Permalink
Composer: allow symfony/console 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jankonas committed Jul 21, 2024
1 parent b4803d4 commit b9911ba
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 @@ -14,7 +14,7 @@
"require": {
"php": ">=8.1",
"nette/di": "^3.1.2",
"symfony/console": "^5.3.0 || ^6.2.0",
"symfony/console": "^5.3.0 || ^6.2.0 || ^7.0.0 ",
"nettrine/annotations": "^0.8.0 || ^0.9.0",
"nettrine/cache": "^0.4.0 || ^0.5.0",
"nettrine/dbal": "^0.8.0 || ^0.9.0",
Expand Down

0 comments on commit b9911ba

Please sign in to comment.