Skip to content

Commit 985b5de

Browse files
No phpstan on Cake3 branch
1 parent 00d621b commit 985b5de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"cakephp/cakephp": "^3.6"
2121
},
2222
"require-dev": {
23-
"phpstan/phpstan": "^0.12.48@dev",
2423
"phpunit/phpunit": "^6.1"
2524
},
2625
"autoload": {
@@ -37,8 +36,7 @@
3736
"scripts": {
3837
"run-tests-mysql": "bash run_tests.sh Mysql",
3938
"run-tests-pgsql": "bash run_tests.sh Postgres",
40-
"run-tests-sqlite": "bash run_tests.sh Sqlite",
41-
"run-phpstan": "./vendor/bin/phpstan analyse"
39+
"run-tests-sqlite": "bash run_tests.sh Sqlite"
4240
},
4341
"config": {
4442
"sort-packages": true

0 commit comments

Comments
 (0)