We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47afe21 commit 3406ad2Copy full SHA for 3406ad2
composer.json
@@ -44,8 +44,8 @@
44
"@test:style",
45
"@test:unit"
46
],
47
- "test:style": "@php vendor/bin/php-cs-fixer fix --config=.php_cs --allow-risky=yes --dry-run --diff --verbose",
48
- "test:unit": "@php vendor/bin/phpunit",
49
- "fix:style": "@php vendor/bin/php-cs-fixer fix --config=.php_cs --allow-risky=yes --diff --verbose"
+ "test:style": "php-cs-fixer fix --config=.php_cs --allow-risky=yes --dry-run --diff --verbose",
+ "test:unit": "phpunit",
+ "fix:style": "php-cs-fixer fix --config=.php_cs --allow-risky=yes --diff --verbose"
50
}
51
0 commit comments