We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dc72c commit e6de424Copy full SHA for e6de424
compiler/composer.json
@@ -7,10 +7,10 @@
7
"php": "^8.0",
8
"nette/neon": "^3.0.0",
9
"seld/phar-utils": "^1.2",
10
- "symfony/console": "^6.0.0",
11
- "symfony/filesystem": "^6.0.0",
12
- "symfony/finder": "^6.0.0",
13
- "symfony/process": "^6.0.0"
+ "symfony/console": "^7.0.0",
+ "symfony/filesystem": "^7.0.0",
+ "symfony/finder": "^7.0.0",
+ "symfony/process": "^7.0.0"
14
},
15
"autoload": {
16
"psr-4": {
@@ -23,7 +23,7 @@
23
}
24
25
"require-dev": {
26
- "phpunit/phpunit": "^9.5.1",
+ "phpunit/phpunit": "^11.0.0",
27
"phpstan/phpstan-phpunit": "^1.0"
28
29
"config": {
0 commit comments