Skip to content

Commit

Permalink
[FEATURE] Add support for Symfony 7 (#4020)
Browse files Browse the repository at this point in the history
Also align the Symfony dependency versions with those of the
TYPO3 Core.
  • Loading branch information
oliverklee authored Jan 22, 2024
1 parent 212545a commit 4b63e48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"nikic/php-parser": "^4.17",
"phpstan/phpstan": "^1.9.7",
"rector/rector": "0.17.0",
"symfony/console": "^4.0 || ^5.0 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
"symfony/finder": "^5.4 || ^6.4 || ^7.0",
"symfony/polyfill-php80": "^1.26",
"symfony/polyfill-php81": "^1.26",
"symfony/string": "^5.0 || ^6.0",
"symfony/yaml": "^5.0 || ^6.0",
"symfony/string": "^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"webmozart/assert": "^1.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"symfony/dependency-injection": "^5.0 || ^6.0",
"symfony/http-kernel": "^5.0 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
"symplify/easy-coding-standard": "^12.0"
},
"autoload": {
Expand Down

0 comments on commit 4b63e48

Please sign in to comment.