Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Remove scripts from composer
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsedivy committed Aug 19, 2019
1 parent e866b0d commit 015f41b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,5 @@
"prefer-stable": true,
"config": {
"sort-packages": true
},
"scripts": {
"tests": [
"@phpstan",
"@phpcs",
"@tester"
],
"phpstan": "phpstan analyse -c phpstan.neon -l 7 src/",
"phpcs": "phpcs --standard=phpcs.xml --encoding=utf-8 --colors -sp src/ tests/",
"tester": "tester -c tests/php.ini tests/",
"coverage": "tester . -c tests/php.ini --coverage coverage.html --coverage-src src/ --colors 1",
"coverage-xml": "tester . -c tests/php.ini --coverage coverage.xml --coverage-src src/ --colors 1"
}
}

0 comments on commit 015f41b

Please sign in to comment.