We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ccb5b commit af5690dCopy full SHA for af5690d
composer.json
@@ -25,16 +25,16 @@
25
"psr/container": "^2.0",
26
"psr/event-dispatcher": "^1.0",
27
"psr/log": "^1.0 || ^2.0 || ^3.0",
28
- "symfony/finder": "^6.4 || ^7.2",
29
- "symfony/uid": "^6.4 || ^7.2"
+ "symfony/finder": "^6.4 || ^7.3",
+ "symfony/uid": "^6.4 || ^7.3"
30
},
31
"require-dev": {
32
"php-cs-fixer/shim": "^3.84",
33
"phpstan/phpstan": "^2.1",
34
"phpunit/phpunit": "^10.5",
35
"psr/cache": "^3.0",
36
- "symfony/console": "^6.4 || ^7.0",
37
- "symfony/process": "^6.4 || ^7.0"
+ "symfony/console": "^6.4 || ^7.3",
+ "symfony/process": "^6.4 || ^7.3"
38
39
"suggest": {
40
"symfony/console": "To use SymfonyConsoleTransport for STDIO",
0 commit comments