Skip to content

Commit 578ef22

Browse files
Update compiler
1 parent d5312c0 commit 578ef22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: compiler/composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"php": "^8.0",
88
"nette/neon": "^3.0.0",
99
"seld/phar-utils": "^1.2",
10-
"symfony/console": "^6.0.0",
11-
"symfony/filesystem": "^6.0.0",
12-
"symfony/finder": "^6.0.0",
10+
"symfony/console": "^7.0.0",
11+
"symfony/filesystem": "^7.0.0",
12+
"symfony/finder": "^7.0.0",
1313
"symfony/process": "^6.0.0"
1414
},
1515
"autoload": {
@@ -23,8 +23,8 @@
2323
}
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^9.5.1",
27-
"phpstan/phpstan-phpunit": "^1.0"
26+
"phpunit/phpunit": "^12.0.0",
27+
"phpstan/phpstan-phpunit": "^2.0"
2828
},
2929
"config": {
3030
"platform": {

0 commit comments

Comments
 (0)