File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 77 },
88 "require-dev" : {
99 "consistence/coding-standard" : " ^3.5" ,
10+ "ergebnis/composer-normalize" : " ^2.0.2" ,
1011 "jakub-onderka/php-parallel-lint" : " ^0.9.2" ,
1112 "phing/phing" : " ^2.16.0" ,
13+ "phpstan/extension-installer" : " ^1.0" ,
1214 "phpstan/phpstan" : " ^0.12" ,
15+ "phpstan/phpstan-strict-rules" : " ^0.12" ,
1316 "phpunit/phpunit" : " ^6.3" ,
1417 "slevomat/coding-standard" : " ^4.7.2" ,
15- "symfony/process" : " ^4.0" ,
16- "phpstan/extension-installer" : " ^1.0" ,
17- "phpstan/phpstan-strict-rules" : " ^0.12" ,
18- "ergebnis/composer-normalize" : " ^2.0.2"
19- },
20- "autoload" : {
21- "psr-4" : {"PHPStan\\ PhpDocParser\\ " : [" src/" ]}
22- },
23- "autoload-dev" : {
24- "psr-4" : {"PHPStan\\ PhpDocParser\\ " : [" tests/PHPStan" ]}
18+ "symfony/process" : " ^4.0"
2519 },
2620 "extra" : {
2721 "branch-alias" : {
2822 "dev-master" : " 0.4-dev"
2923 }
3024 },
25+ "autoload" : {
26+ "psr-4" : {
27+ "PHPStan\\ PhpDocParser\\ " : [
28+ " src/"
29+ ]
30+ }
31+ },
32+ "autoload-dev" : {
33+ "psr-4" : {
34+ "PHPStan\\ PhpDocParser\\ " : [
35+ " tests/PHPStan"
36+ ]
37+ }
38+ },
3139 "minimum-stability" : " dev" ,
3240 "prefer-stable" : true
3341}
You can’t perform that action at this time.
0 commit comments