File tree Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " phpstan/phpstan-strict-rules" ,
3
- "description" : " Extra strict and opinionated rules for PHPStan" ,
4
3
"type" : " phpstan-extension" ,
5
- "license" : [" MIT" ],
6
- "minimum-stability" : " dev" ,
7
- "prefer-stable" : true ,
8
- "extra" : {
9
- "branch-alias" : {
10
- "dev-master" : " 0.12-dev"
11
- },
12
- "phpstan" : {
13
- "includes" : [
14
- " rules.neon"
15
- ]
16
- }
17
- },
4
+ "description" : " Extra strict and opinionated rules for PHPStan" ,
5
+ "license" : [
6
+ " MIT"
7
+ ],
18
8
"require" : {
19
9
"php" : " ~7.1" ,
20
10
"nikic/php-parser" : " ^4.0" ,
29
19
"phpunit/phpunit" : " ^7.0" ,
30
20
"slevomat/coding-standard" : " ^4.5.2"
31
21
},
22
+ "config" : {
23
+ "sort-packages" : true
24
+ },
25
+ "extra" : {
26
+ "branch-alias" : {
27
+ "dev-master" : " 0.12-dev"
28
+ },
29
+ "phpstan" : {
30
+ "includes" : [
31
+ " rules.neon"
32
+ ]
33
+ }
34
+ },
32
35
"autoload" : {
33
36
"psr-4" : {
34
37
"PHPStan\\ " : " src/"
35
38
}
36
39
},
37
40
"autoload-dev" : {
38
- "classmap" : [" tests/" ],
41
+ "classmap" : [
42
+ " tests/"
43
+ ],
39
44
"files" : [
40
45
" tests/Rules/Functions/data/missing-function-parameter-typehint.php" ,
41
46
" tests/Rules/Functions/data/missing-function-return-typehint.php"
42
47
]
43
48
},
44
- "config" : {
45
- "sort-packages" : true
46
- }
49
+ "minimum-stability" : " dev" ,
50
+ "prefer-stable" : true
47
51
}
You can’t perform that action at this time.
0 commit comments