Skip to content

Commit 27159ac

Browse files
author
Tomas Pospisil
committed
springcleaning
1 parent 34fe510 commit 27159ac

File tree

3 files changed

+6
-3897
lines changed

3 files changed

+6
-3897
lines changed

composer.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,18 @@
2828
},
2929
"license": "MIT",
3030
"require-dev": {
31-
"jakub-onderka/php-console-highlighter": "^0.4",
32-
"jakub-onderka/php-parallel-lint": "1.0.*",
33-
"noximo/phpstan-fileoutput": "0.1.*",
34-
"phpstan/phpstan": "^0.11",
35-
"phpstan/phpstan-deprecation-rules": "^0.11",
36-
"phpstan/phpstan-strict-rules": "^0.11",
31+
"php-parallel-lint/php-parallel-lint": "^v1.0.0",
32+
"phpstan/phpstan": "^0.12",
33+
"phpstan/phpstan-deprecation-rules": "^0.12",
34+
"phpstan/phpstan-strict-rules": "^0.12",
3735
"roave/security-advisories": "dev-master",
3836
"symplify/easy-coding-standard": "^6.0"
3937
},
4038
"scripts": {
4139
"check-cs": "ecs check src examples",
4240
"fix-cs": "ecs check src examples --fix",
4341
"lint": "parallel-lint --colors --exclude vendor .",
44-
"phpstan": "phpstan analyze src examples --level max -c phpstan.neon --error-format=fileoutput",
42+
"phpstan": "phpstan analyze src examples --level max -c phpstan.neon",
4543
"test": [
4644
"@lint",
4745
"@check-cs",

0 commit comments

Comments
 (0)