File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^7.1 || ^8.0" ,
14
- "phpstan/phpstan" : " ^1 .0" ,
13
+ "php" : " ^7.4 || ^8.0" ,
14
+ "phpstan/phpstan" : " ^2 .0" ,
15
15
"thecodingmachine/safe" : " ^1.0 || ^2.0"
16
16
},
17
17
"require-dev" : {
18
- "phpunit/phpunit" : " ^7.5.2 || ^8.0 " ,
18
+ "phpunit/phpunit" : " ^9.6 " ,
19
19
"php-coveralls/php-coveralls" : " ^2.1" ,
20
20
"squizlabs/php_codesniffer" : " ^3.4"
21
21
},
30
30
}
31
31
},
32
32
"scripts" : {
33
- "phpstan" : " phpstan analyse src -c phpstan.neon --level=7 --no-progress -vvv" ,
33
+ "phpstan" : " phpstan analyse src -c phpstan.neon --level=max --no-progress -vvv" ,
34
34
"cs-fix" : " phpcbf" ,
35
35
"cs-check" : " phpcs"
36
36
},
37
37
"extra" : {
38
38
"branch-alias" : {
39
- "dev-master" : " 1.1 -dev"
39
+ "dev-master" : " 2.0 -dev"
40
40
},
41
41
"phpstan" : {
42
42
"includes" : [
You can’t perform that action at this time.
0 commit comments