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 a5f9d56 commit 939ba16Copy full SHA for 939ba16
composer.json
@@ -25,17 +25,17 @@
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
"nyholm/nsa": "^1.3",
33
"php-cs-fixer/shim": "^3.84",
34
"phpstan/phpstan": "^2.1",
35
"phpunit/phpunit": "^10.5",
36
"psr/cache": "^3.0",
37
- "symfony/console": "^6.4 || ^7.0",
38
- "symfony/process": "^6.4 || ^7.0"
+ "symfony/console": "^6.4 || ^7.3",
+ "symfony/process": "^6.4 || ^7.3"
39
40
"suggest": {
41
"symfony/console": "To use SymfonyConsoleTransport for STDIO",
0 commit comments