File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1515 "nette/di" : " ^3.0" ,
1616 "nette/http" : " ^3.0"
1717 },
18+ "require-dev" : {
19+ "jakub-onderka/php-parallel-lint" : " ^1.0" ,
20+ "jakub-onderka/php-console-highlighter" : " ^0.4.0" ,
21+ "nette/code-checker" : " ^3.1" ,
22+ "phpstan/phpstan" : " ^0.12" ,
23+ "phpstan/extension-installer" : " ^1.0" ,
24+ "phpstan/phpstan-strict-rules" : " ^0.12" ,
25+ "phpstan/phpstan-deprecation-rules" : " ^0.12" ,
26+ "phpstan/phpstan-nette" : " ^0.12"
27+ },
1828 "autoload" : {
1929 "psr-0" : {
2030 "HttpAuthExtension" : " src/"
2131 }
32+ },
33+ "scripts" : {
34+ "ci" : [
35+ " @phplint" ,
36+ " @code-checker" ,
37+ " @phpstan"
38+ ],
39+ "phplint" : " parallel-lint --colors src/" ,
40+ "code-checker" : " code-checker --eol --fix --strict-types -d src/" ,
41+ "phpstan" : " phpstan analyse"
2242 }
2343}
Original file line number Diff line number Diff line change 1+ parameters :
2+ level : max
3+ paths :
4+ - src/
5+ fileExtensions :
6+ - php
7+ autoload_directories :
8+ - src
You can’t perform that action at this time.
0 commit comments