File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 26
26
"orchestra/testbench" : " ^8.22.0" ,
27
27
"pestphp/pest" : " ^2.20" ,
28
28
"pestphp/pest-plugin-arch" : " ^2.0" ,
29
- "pestphp/pest-plugin-laravel" : " ^2.0" ,
30
- "phpstan/extension-installer" : " ^1.1" ,
31
- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
32
- "phpstan/phpstan-phpunit" : " ^1.0"
29
+ "pestphp/pest-plugin-laravel" : " ^2.0"
33
30
},
34
31
"autoload" : {
35
32
"psr-4" : {
56
53
" @composer run build" ,
57
54
" @php vendor/bin/testbench serve"
58
55
],
59
- "analyse" : " vendor/bin/phpstan analyse" ,
60
56
"test" : " vendor/bin/pest" ,
61
57
"test-coverage" : " vendor/bin/pest --coverage" ,
62
58
"format" : " vendor/bin/pint"
63
59
},
64
60
"config" : {
65
61
"sort-packages" : true ,
66
62
"allow-plugins" : {
67
- "pestphp/pest-plugin" : true ,
68
- "phpstan/extension-installer" : true
63
+ "pestphp/pest-plugin" : true
69
64
}
70
65
},
71
66
"extra" : {
You can’t perform that action at this time.
0 commit comments