Skip to content

Commit f04f5cf

Browse files
committed
ecs
1 parent 8cf542f commit f04f5cf

12 files changed

+3513
-1043
lines changed

composer.json

+21-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,26 @@
2828
},
2929
"license": "MIT",
3030
"require-dev": {
31-
"nette/tester": "1.7.2",
32-
"phpstan/phpstan": "^0.10.6"
31+
"grifart/phpstan-oneline": "^0.2.0",
32+
"jakub-onderka/php-console-highlighter": "^0.4",
33+
"jakub-onderka/php-parallel-lint": "1.0.*",
34+
"noximo/phpstan-fileoutput": "0.1.*",
35+
"phpstan/phpstan": "^0.10.5",
36+
"phpstan/phpstan-deprecation-rules": "^0.10.2",
37+
"phpstan/phpstan-nette": "^0.10.1",
38+
"phpstan/phpstan-strict-rules": "^0.10.1",
39+
"roave/security-advisories": "dev-master",
40+
"symplify/easy-coding-standard": "^5.3"
41+
},
42+
"scripts": {
43+
"check-cs": "ecs check src",
44+
"fix-cs": "ecs check src --fix",
45+
"lint": "parallel-lint --colors --exclude vendor .",
46+
"phpstan": "phpstan analyze src --level max -c phpstan.neon --error-format=fileoutput",
47+
"test": [
48+
"@lint",
49+
"@check-cs",
50+
"@phpstan"
51+
]
3352
}
3453
}

0 commit comments

Comments
 (0)