Skip to content

Commit f3491cd

Browse files
Update compiler
1 parent 679410d commit f3491cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

compiler/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"nette/neon": "^3.0.0",
99
"ondrejmirtes/simple-downgrader": "^2.0",
1010
"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"
11+
"symfony/console": "^7.0.0",
12+
"symfony/filesystem": "^7.0.0",
13+
"symfony/finder": "^7.0.0",
14+
"symfony/process": "^7.0.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^9.5.1",
28-
"phpstan/phpstan-phpunit": "^1.0"
27+
"phpunit/phpunit": "^12.0.0",
28+
"phpstan/phpstan-phpunit": "^2.0"
2929
},
3030
"config": {
3131
"platform": {

0 commit comments

Comments
 (0)