1
1
{
2
2
"name" : " articstudio/php-bin" ,
3
3
"type" : " library" ,
4
- "license" : " MIT" ,
5
4
"description" : " " ,
6
5
"keywords" : [
7
6
" php" ,
8
7
" bin"
9
8
],
10
9
"homepage" : " https://github.com/articstudio/php-bin" ,
10
+ "license" : " MIT" ,
11
11
"authors" : [
12
12
{
13
13
"name" : " Artic studio" ,
16
16
],
17
17
"require" : {
18
18
"php" : " >=7.3" ,
19
- "jakub-onderka/php-console-highlighter" : " ^0.4.0" ,
20
- "jakub-onderka/php-parallel-lint" : " ^1.0" ,
21
- "localheinz/composer-normalize" : " ^1.0" ,
22
- "php-school/cli-menu" : " ^3.0" ,
23
- "phpmetrics/phpmetrics" : " ^2.3" ,
24
- "phpunit/phpunit" : " ~8.0" ,
19
+ "ergebnis/composer-normalize" : " ^2.2" ,
20
+ "ergebnis/phpstan-rules" : " ^0.14.2" ,
21
+ "nunomaduro/phpinsights" : " ^1.11" ,
22
+ "php-school/cli-menu" : " ^3.2" ,
23
+ "phpmetrics/phpmetrics" : " ^2.5" ,
24
+ "phpstan/phpstan" : " ^0.12.4" ,
25
+ "phpstan/phpstan-strict-rules" : " ^0.12.1" ,
26
+ "phpunit/phpunit" : " ^8.0" ,
25
27
"squizlabs/php_codesniffer" : " ^3.5" ,
26
- "symfony/console" : " ^4.2 " ,
27
- "symfony/process" : " ^4.2 " ,
28
- "nunomaduro/phpinsights " : " ^1 .0"
28
+ "symfony/console" : " ^4.4 " ,
29
+ "symfony/process" : " ^4.4 " ,
30
+ "thecodingmachine/phpstan-strict-rules " : " ^0.12 .0"
29
31
},
30
32
"replace" : {},
31
33
"require-dev" : {},
63
65
" bin/phpbin"
64
66
],
65
67
"scripts" : {
66
- "lint" : " php ./vendor/bin/parallel-lint . --exclude vendor --exclude build --colors" ,
67
- "style" : " php ./vendor/bin/phpcs --colors ./" ,
68
68
"fix-style" : " php ./vendor/bin/phpcbf --colors ./" ,
69
+ "insights" : " php ./vendor/bin/phpinsights" ,
70
+ "lint" : " php ./vendor/bin/phpstan analyse --ansi" ,
69
71
"metrics" : " php ./vendor/bin/phpmetrics --report-html=\" ./build/metrics\" ./" ,
70
- "insights " : " php ./vendor/bin/phpinsights "
72
+ "style " : " php ./vendor/bin/phpcs --colors ./ "
71
73
},
72
74
"support" : {
73
75
"issues" : " https://github.com/articstudio/php-bin/issues" ,
74
76
"source" : " https://github.com/articstudio/php-bin"
75
77
}
76
- }
78
+ }
0 commit comments