Skip to content

Commit af5690d

Browse files
authored
Require Symfony 7.3 instead of unmaintained versions (#26)
1 parent 57ccb5b commit af5690d

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,16 +25,16 @@
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
"php-cs-fixer/shim": "^3.84",
3333
"phpstan/phpstan": "^2.1",
3434
"phpunit/phpunit": "^10.5",
3535
"psr/cache": "^3.0",
36-
"symfony/console": "^6.4 || ^7.0",
37-
"symfony/process": "^6.4 || ^7.0"
36+
"symfony/console": "^6.4 || ^7.3",
37+
"symfony/process": "^6.4 || ^7.3"
3838
},
3939
"suggest": {
4040
"symfony/console": "To use SymfonyConsoleTransport for STDIO",

0 commit comments

Comments
 (0)