Skip to content

Commit

Permalink
[TASK] Narrow down the Symfony development dependencies (#4034)
Browse files Browse the repository at this point in the history
The Symfony development dependencies do not need to be in sync
with the TYPO3 Core Symfony dependencies as they are not installed
in projects that have this package as a dependency. Instead, it
suffices that the set of development dependencies is installable
(and works) with the PHP versions we support.
  • Loading branch information
oliverklee authored Jan 24, 2024
1 parent 5b63924 commit cd003ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^9.6.16",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4.34 || ^6.4.2 || ^7.0.2",
"symfony/http-kernel": "^5.4.34 || ^6.4.2 || ^7.0.2",
"symplify/easy-coding-standard": "^12.1.8"
},
"autoload": {
Expand Down

0 comments on commit cd003ae

Please sign in to comment.