Skip to content

Commit d97aa97

Browse files
authored
Update composer.json
1 parent cfc576e commit d97aa97

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@
4848
"test-coverage": "vendor/bin/pest --coverage"
4949
},
5050
"config": {
51-
"sort-packages": true
51+
"sort-packages": true,
52+
"allow-plugins": {
53+
"pestphp/pest-plugin-laravel": true,
54+
"pestphp/pest-plugin": true,
55+
"phpstan/extension-installer": true,
56+
"phpstan/phpstan-deprecation-rules": true,
57+
"phpstan/phpstan-phpunit": true
58+
}
5259
},
5360
"extra": {
5461
"laravel": {

0 commit comments

Comments
 (0)