Skip to content

Commit 939ba16

Browse files
committed
Require Symfony 7.3 instead of unmaintained versions
1 parent a5f9d56 commit 939ba16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
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/process": "^6.4 || ^7.3"
3939
},
4040
"suggest": {
4141
"symfony/console": "To use SymfonyConsoleTransport for STDIO",

0 commit comments

Comments
 (0)