Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit a8dbbe9

Browse files
committed
Drop phpstan, it did its work during rewrite
1 parent 567313c commit a8dbbe9

File tree

3 files changed

+26
-974
lines changed

3 files changed

+26
-974
lines changed

composer.json

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"zendframework/zend-stdlib": "^3.1"
2727
},
2828
"require-dev": {
29-
"phpstan/phpstan": "dev-master",
3029
"phpunit/phpunit": "^6.4.1",
3130
"zendframework/zend-coding-standard": "~1.0.0",
3231
"zendframework/zend-i18n": "^2.7.4"
@@ -64,7 +63,6 @@
6463
],
6564
"cs-check": "phpcs",
6665
"cs-fix": "phpcbf",
67-
"phpstan": "phpstan analyse -l 7 -c phpstan.neon src/",
6866
"test": "phpunit --colors=always",
6967
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
7068
"upload-coverage": "coveralls -v"

0 commit comments

Comments
 (0)