Skip to content

Commit 308135e

Browse files
Update compiler
1 parent 0e64495 commit 308135e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compiler/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"nette/neon": "^3.0.0",
99
"ondrejmirtes/simple-downgrader": "^2.1",
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": {
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"phpstan/phpstan": "^2.1",
2828
"phpstan/phpstan-phpunit": "^2.0",
29-
"phpunit/phpunit": "^9.5.1"
29+
"phpunit/phpunit": "^12.0.0"
3030
},
3131
"config": {
3232
"platform": {

0 commit comments

Comments
 (0)