Skip to content

Commit e6de424

Browse files
Update compiler
1 parent b5dc72c commit e6de424

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,10 +7,10 @@
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",
13-
"symfony/process": "^6.0.0"
10+
"symfony/console": "^7.0.0",
11+
"symfony/filesystem": "^7.0.0",
12+
"symfony/finder": "^7.0.0",
13+
"symfony/process": "^7.0.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^9.5.1",
26+
"phpunit/phpunit": "^11.0.0",
2727
"phpstan/phpstan-phpunit": "^1.0"
2828
},
2929
"config": {

0 commit comments

Comments
 (0)