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 17, 2024
1 parent fd31533 commit 22c9b6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
"GPL-2.0-or-later"
],
"require": {
"typo3/cms-core": "^11.5.24 || ^12.4.0",
"php": ">= 7.4 < 8.4"
"php": ">= 7.4 < 8.4",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"typo3/cms-core": "^11.5.24 || ^12.4.0"
},
"suggest": {
"reelworx/rx-shariff": "GDPR compliant social sharing",
Expand Down

0 comments on commit 22c9b6b

Please sign in to comment.