Skip to content

Commit

Permalink
[TASK] Update the Symfony development dependencies (#733)
Browse files Browse the repository at this point in the history
This fixes some issues with PHP 8.4.
  • Loading branch information
oliverklee authored Dec 2, 2024
1 parent 3de9d2c commit e7698d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"ssch/typo3-rector": "2.12.0",
"ssch/typo3-rector-testing-framework": "2.0.1",
"symfony/console": "^5.4.47 || ^6.4.15 || ^7.1.8",
"symfony/routing": "^5.4.45 || ^6.4.13 || ^7.1.6",
"symfony/dependency-injection": "^5.4.48 || ^6.4.16 || ^7.1.9",
"symfony/routing": "^5.4.48 || ^6.4.16 || ^7.1.9",
"symfony/translation": "^5.4.45 || ^6.4.13 || ^7.1.6",
"symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.1.6",
"typo3/coding-standards": "0.6.1",
Expand Down

0 comments on commit e7698d8

Please sign in to comment.