File tree 2 files changed +12
-19
lines changed
2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 11
11
EOS ;
12
12
13
13
return (new PhpCsFixer \Config )
14
- ->setUsingCache (false )
15
14
->setRules ([
16
15
'@PHP71Migration ' => true ,
17
16
'header_comment ' => ['header ' => $ PREDIS_HEADER ],
Original file line number Diff line number Diff line change 13
13
"name" : " Till Krüss" ,
14
14
"homepage" : " https://till.im" ,
15
15
"role" : " Maintainer"
16
- },
17
- {
18
- "name" : " Daniele Alessandri" ,
19
-
20
- "homepage" : " http://clorophilla.net" ,
21
- "role" : " Creator"
22
16
}
23
17
],
24
18
"funding" : [
31
25
"php" : " ^7.2 || ^8.0"
32
26
},
33
27
"require-dev" : {
34
- "phpunit/phpunit" : " ^8.0 || ~9.4.4" ,
35
- "friendsofphp/php-cs-fixer" : " ~3.2.0 || ^3.13"
28
+ "friendsofphp/php-cs-fixer" : " ^3.13" ,
29
+ "phpstan/phpstan" : " ^1.9" ,
30
+ "phpunit/phpunit" : " ^8.0 || ~9.4.4"
36
31
},
37
32
"scripts" : {
38
- "style" : " vendor/bin/php-cs-fixer fix --diff --dry-run" ,
39
- "style:fix" : " vendor/bin/php-cs-fixer fix"
40
- },
41
- "suggest" : {
42
- "ext-curl" : " Allows access to Webdis when paired with phpiredis"
33
+ "phpstan" : " phpstan analyse" ,
34
+ "style" : " php-cs-fixer fix --diff --dry-run" ,
35
+ "style:fix" : " php-cs-fixer fix"
43
36
},
44
37
"autoload" : {
45
38
"psr-4" : {
46
39
"Predis\\ " : " src/"
47
40
}
48
41
},
49
- "extra" : {
50
- "branch-alias" : {
51
- "dev-main" : " 2.0-dev"
52
- }
53
- }
42
+ "config" : {
43
+ "sort-packages" : true ,
44
+ "preferred-install" : " dist"
45
+ },
46
+ "minimum-stability" : " dev" ,
47
+ "prefer-stable" : true
54
48
}
You can’t perform that action at this time.
0 commit comments