Skip to content

Commit 748195a

Browse files
committed
Require Symfony 7.3 instead of unmaintained versions
1 parent a5f9d56 commit 748195a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,19 @@
2525
"psr/container": "^2.0",
2626
"psr/event-dispatcher": "^1.0",
2727
"psr/log": "^1.0 || ^2.0 || ^3.0",
28-
"symfony/finder": "^6.4 || ^7.2",
29-
"symfony/uid": "^6.4 || ^7.2"
28+
"symfony/finder": "^6.4 || ^7.3",
29+
"symfony/uid": "^6.4 || ^7.3"
3030
},
3131
"require-dev": {
3232
"nyholm/nsa": "^1.3",
3333
"php-cs-fixer/shim": "^3.84",
3434
"phpstan/phpstan": "^2.1",
3535
"phpunit/phpunit": "^10.5",
3636
"psr/cache": "^3.0",
37-
"symfony/console": "^6.4 || ^7.0",
38-
"symfony/process": "^6.4 || ^7.0"
37+
"symfony/console": "^6.4 || ^7.3",
38+
"symfony/dependency-injection": "^6.4 || ^7.3",
39+
"symfony/event-dispatcher": "^6.4 || ^7.3",
40+
"symfony/process": "^6.4 || ^7.3"
3941
},
4042
"suggest": {
4143
"symfony/console": "To use SymfonyConsoleTransport for STDIO",

0 commit comments

Comments
 (0)