Skip to content

Commit 3406ad2

Browse files
svenluijtenmatthew-inamdar
authored andcommitted
feature/remove-unnecessary-path-from-composer-scripts (#12)
1 parent 47afe21 commit 3406ad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@test:style",
4545
"@test:unit"
4646
],
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"
47+
"test:style": "php-cs-fixer fix --config=.php_cs --allow-risky=yes --dry-run --diff --verbose",
48+
"test:unit": "phpunit",
49+
"fix:style": "php-cs-fixer fix --config=.php_cs --allow-risky=yes --diff --verbose"
5050
}
5151
}

0 commit comments

Comments
 (0)