Skip to content

Commit 884bcea

Browse files
committed
ci(composer): run box with current php version
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 956e6f1 commit 884bcea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"symfony/console": "^6.4"
2020
},
2121
"scripts": {
22-
"box": "box compile -c box.json",
22+
"box": "@php box compile -c box.json",
2323
"cs:check": "php-cs-fixer fix --dry-run --diff",
2424
"cs:fix": "php-cs-fixer fix",
2525
"lint": "find . -name \\*.php -not -path './vendor*' -not -path './build/*' -not -path './node_modules/*' -print0 | xargs -0 -n1 php -l",

0 commit comments

Comments
 (0)