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

Commit 015f41b

Browse files
committed
Remove scripts from composer
1 parent e866b0d commit 015f41b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

composer.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,5 @@
4747
"prefer-stable": true,
4848
"config": {
4949
"sort-packages": true
50-
},
51-
"scripts": {
52-
"tests": [
53-
"@phpstan",
54-
"@phpcs",
55-
"@tester"
56-
],
57-
"phpstan": "phpstan analyse -c phpstan.neon -l 7 src/",
58-
"phpcs": "phpcs --standard=phpcs.xml --encoding=utf-8 --colors -sp src/ tests/",
59-
"tester": "tester -c tests/php.ini tests/",
60-
"coverage": "tester . -c tests/php.ini --coverage coverage.html --coverage-src src/ --colors 1",
61-
"coverage-xml": "tester . -c tests/php.ini --coverage coverage.xml --coverage-src src/ --colors 1"
6250
}
6351
}

0 commit comments

Comments
 (0)