Commit 67ad32f 1 parent 27a2829 commit 67ad32f Copy full SHA for 67ad32f
File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 21
21
"spatie/laravel-package-tools" : " ^1.4"
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
24
+ "nunomaduro/collision" : " ^8.1.1||^7.10.0" ,
25
+ "larastan/larastan" : " ^2.9" ,
26
+ "orchestra/testbench" : " ^9.0.0||^8.22.0" ,
27
+ "phpstan/extension-installer" : " ^1.3" ,
28
+ "phpstan/phpstan-deprecation-rules" : " ^1.1" ,
29
+ "phpstan/phpstan-phpunit" : " ^1.3" ,
25
30
"phpunit/phpunit" : " ^9.0|^10.0|^11.0" ,
26
31
"vimeo/psalm" : " ^5.0"
27
32
},
36
41
}
37
42
},
38
43
"scripts" : {
44
+ "analyse" : " vendor/bin/phpstan analyse" ,
39
45
"psalm" : " vendor/bin/psalm" ,
40
46
"test" : " vendor/bin/phpunit --colors=always" ,
41
47
"test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
42
48
},
43
49
"config" : {
44
- "sort-packages" : true
50
+ "sort-packages" : true ,
51
+ "allow-plugins" : {
52
+ "pestphp/pest-plugin" : true ,
53
+ "phpstan/extension-installer" : true
54
+ }
45
55
},
46
56
"extra" : {
47
57
"laravel" : {
You can’t perform that action at this time.
0 commit comments