Skip to content

Commit 8e523a7

Browse files
Update compiler
1 parent 911712a commit 8e523a7

File tree

3 files changed

+93
-18
lines changed

3 files changed

+93
-18
lines changed

compiler/box/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"humbug/box": "^4.6",
4-
"cweagans/composer-patches": "^1.7"
4+
"cweagans/composer-patches": "^2.0"
55
},
66
"config": {
77
"platform": {

compiler/box/composer.lock

Lines changed: 87 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.3",
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)