Skip to content

Commit f00ac6a

Browse files
[!!!][TASK] Drop support for Symfony v5 components
1 parent 17c1af9 commit f00ac6a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"psr/event-dispatcher": "^1.0",
2828
"psr/http-message": "^2.0",
2929
"psr/log": "^2.0 || ^3.0",
30-
"symfony/console": "^5.4.35 || ^6.4.3 || ^7.0.3",
31-
"symfony/event-dispatcher": "^5.4.35 || ^6.4.3 || ^7.0.3",
32-
"symfony/filesystem": "^5.4.35 || ^6.4.3 || ^7.0.3",
33-
"symfony/options-resolver": "^5.4.35 || ^6.4.3 || ^7.0.3",
34-
"symfony/yaml": "^5.4.35 || ^6.4.3 || ^7.0.3"
30+
"symfony/console": "^6.4.3 || ^7.0.3",
31+
"symfony/event-dispatcher": "^6.4.3 || ^7.0.3",
32+
"symfony/filesystem": "^6.4.3 || ^7.0.3",
33+
"symfony/options-resolver": "^6.4.3 || ^7.0.3",
34+
"symfony/yaml": "^6.4.3 || ^7.0.3"
3535
},
3636
"require-dev": {
3737
"armin/editorconfig-cli": "^2.0",
@@ -46,8 +46,8 @@
4646
"phpstan/phpstan-phpunit": "^2.0",
4747
"phpstan/phpstan-symfony": "^2.0",
4848
"phpunit/phpunit": "^11.5.1 || ^12.0",
49-
"symfony/event-dispatcher-contracts": "^2.5.3 || ^3.4.2",
50-
"symfony/string": "^5.4.35 || ^6.4.3 || ^7.0.3"
49+
"symfony/event-dispatcher-contracts": "^3.4.2",
50+
"symfony/string": "^6.4.3 || ^7.0.3"
5151
},
5252
"conflict": {
5353
"cuyz/valinor": "2.2.1"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)