Skip to content

Commit ce95363

Browse files
bighappyfaceerayd
authored andcommitted
Merge pull request jsonrainbow#479 from localheinz/fix/script
Fix: No need to specify path to bin directory
1 parent bbff8be commit ce95363

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
}
5757
},
5858
"scripts": {
59-
"test" : "vendor/bin/phpunit",
60-
"testOnly" : "vendor/bin/phpunit --colors --filter",
61-
"coverage" : "vendor/bin/phpunit --coverage-text",
62-
"style-check" : "vendor/bin/php-cs-fixer fix --dry-run --verbose --diff",
63-
"style-fix" : "vendor/bin/php-cs-fixer fix --verbose"
59+
"test" : "phpunit",
60+
"testOnly" : "phpunit --colors --filter",
61+
"coverage" : "phpunit --coverage-text",
62+
"style-check" : "php-cs-fixer fix --dry-run --verbose --diff",
63+
"style-fix" : "php-cs-fixer fix --verbose"
6464
}
6565
}

0 commit comments

Comments
 (0)