Skip to content

Commit

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

Also reorder the dependencies to follow best practices.

Related to #2312
  • Loading branch information
oliverklee committed Jan 22, 2024
1 parent 999e591 commit 09ee58a
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 09ee58a

Please sign in to comment.