File tree 1 file changed +18
-10
lines changed
1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"require-dev" : {
9
9
"consistence/coding-standard" : " ^3.5" ,
10
+ "ergebnis/composer-normalize" : " ^2.0.2" ,
10
11
"jakub-onderka/php-parallel-lint" : " ^0.9.2" ,
11
12
"phing/phing" : " ^2.16.0" ,
13
+ "phpstan/extension-installer" : " ^1.0" ,
12
14
"phpstan/phpstan" : " ^0.12" ,
15
+ "phpstan/phpstan-strict-rules" : " ^0.12" ,
13
16
"phpunit/phpunit" : " ^6.3" ,
14
17
"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"
25
19
},
26
20
"extra" : {
27
21
"branch-alias" : {
28
22
"dev-master" : " 0.4-dev"
29
23
}
30
24
},
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
+ },
31
39
"minimum-stability" : " dev" ,
32
40
"prefer-stable" : true
33
41
}
You can’t perform that action at this time.
0 commit comments