Skip to content

Commit

Permalink
[TASK] Explicitly require symfony/console (#517)
Browse files Browse the repository at this point in the history
This clarifies compatibility and avoids unexpected updates.

See 95e1d6d
  • Loading branch information
mbrodala authored Feb 12, 2024
1 parent 95e1d6d commit b206771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"php": ">=7.4"
"php": ">=7.4",
"symfony/console": "^5.4 || ^6.0 || ^7.0"
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit b206771

Please sign in to comment.