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 679410d commit f3491cdCopy full SHA for f3491cd
compiler/composer.json
@@ -8,10 +8,10 @@
8
"nette/neon": "^3.0.0",
9
"ondrejmirtes/simple-downgrader": "^2.0",
10
"seld/phar-utils": "^1.2",
11
- "symfony/console": "^5.4.43",
12
- "symfony/filesystem": "^5.4.43",
13
- "symfony/finder": "^5.4.43",
14
- "symfony/process": "^5.4.43"
+ "symfony/console": "^7.0.0",
+ "symfony/filesystem": "^7.0.0",
+ "symfony/finder": "^7.0.0",
+ "symfony/process": "^7.0.0"
15
},
16
"autoload": {
17
"psr-4": {
@@ -24,8 +24,8 @@
24
}
25
26
"require-dev": {
27
- "phpunit/phpunit": "^9.5.1",
28
- "phpstan/phpstan-phpunit": "^1.0"
+ "phpunit/phpunit": "^12.0.0",
+ "phpstan/phpstan-phpunit": "^2.0"
29
30
"config": {
31
"platform": {
0 commit comments