We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01aba88 commit f54bfd4Copy full SHA for f54bfd4
1 file changed
composer.json
@@ -19,7 +19,7 @@
19
"symfony/console": "^6.4"
20
},
21
"scripts": {
22
- "box": "box compile -c box.json",
+ "box": "@php box compile -c box.json",
23
"cs:check": "php-cs-fixer fix --dry-run --diff",
24
"cs:fix": "php-cs-fixer fix",
25
"lint": "find . -name \\*.php -not -path './vendor*' -not -path './build/*' -not -path './node_modules/*' -print0 | xargs -0 -n1 php -l",
0 commit comments