File tree Expand file tree Collapse file tree 2 files changed +1392
-420
lines changed Expand file tree Collapse file tree 2 files changed +1392
-420
lines changed Original file line number Diff line number Diff line change 13
13
],
14
14
"minimum-stability" : " beta" ,
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ^9.0" ,
17
- "pestphp/pest" : " ^0.1.5" ,
18
- "phpstan/phpstan" : " ^0.12.25"
16
+ "phpunit/phpunit" : " ^9.4" ,
17
+ "pestphp/pest" : " ^0.3.9" ,
18
+ "phpstan/phpstan" : " ^0.12.51" ,
19
+ "phpstan/phpstan-deprecation-rules" : " ^0.12.4" ,
20
+ "phpstan/phpstan-phpunit" : " ^0.12.16" ,
21
+ "squizlabs/php_codesniffer" : " ^3.5.5"
19
22
},
20
23
"scripts" : {
21
24
"check" : [" @analyze" , " @test" ],
22
25
"test" : " pest tests" ,
23
26
"analyze" : " phpstan analyse --level max src"
24
27
},
25
-
26
28
"autoload" : {
27
29
"psr-4" : {
28
30
"Cubicl\\ ObjectGraphGenerator\\ " : [
34
36
}
35
37
},
36
38
"require" : {
39
+ "php" : " ^7.4" ,
37
40
"fzaninotto/faker" : " ^1.9" ,
38
41
"symfony/property-info" : " >=4"
39
42
}
You can’t perform that action at this time.
0 commit comments