Skip to content

Commit

Permalink
[BUGFIX] Make symfony/console an explicit dependency (#2315)
Browse files Browse the repository at this point in the history
Relying on transitional dependencies (and their version constraints)
is considered bad practice.

Related to #2312
  • Loading branch information
oliverklee authored Jan 26, 2024
1 parent f9c4376 commit 00550a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
"require": {
"php": ">= 7.4 < 8.4",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"typo3/cms-backend": "^11.5.24 || ^12.4.2",
"typo3/cms-core": "^11.5.24 || ^12.4.2",
"typo3/cms-extbase": "^11.5.24 || ^12.4.2",
Expand Down

0 comments on commit 00550a8

Please sign in to comment.