Skip to content

Commit 8ccbab7

Browse files
authored
Update composer.json
1 parent 182e723 commit 8ccbab7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
3939
},
4040
"config": {
41-
"sort-packages": true
41+
"sort-packages": true,
42+
"allow-plugins": {
43+
"phpstan/extension-installer": true,
44+
"pestphp/pest-plugin": true
45+
}
4246
},
4347
"minimum-stability": "dev",
4448
"prefer-stable": true

0 commit comments

Comments
 (0)