composer: use non-shim version, drop config, default now

This commit is contained in:
Tomas Votruba 2018-07-25 13:05:40 +02:00
parent a0ab7fdebe
commit 04161fe5ab

View File

@ -80,7 +80,7 @@
"vendor/bin/ecs check bin packages src tests --fix",
"bin/clean_levels.sh"
],
"phpstan": "vendor/bin/phpstan.phar analyse packages src tests --level max --configuration phpstan.neon",
"phpstan": "vendor/bin/phpstan analyse packages src tests --level max",
"update-docs": "bin/rector describe --level all --format md > docs/AllRectorsOverview.md",
"changelog": [
"vendor/bin/changelog-linker dump-merges --in-categories",