We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb6cfe commit d3e0925Copy full SHA for d3e0925
compiler/composer.json
@@ -7,9 +7,9 @@
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",
+ "symfony/console": "^7.0.0",
+ "symfony/filesystem": "^7.0.0",
+ "symfony/finder": "^7.0.0",
13
"symfony/process": "^6.0.0"
14
},
15
"autoload": {
@@ -23,8 +23,8 @@
23
}
24
25
"require-dev": {
26
- "phpunit/phpunit": "^9.5.1",
27
- "phpstan/phpstan-phpunit": "^1.0"
+ "phpunit/phpunit": "^12.0.0",
+ "phpstan/phpstan-phpunit": "^2.0"
28
29
"config": {
30
"platform": {
0 commit comments