Skip to content

Commit 5316d2c

Browse files
committed
update composer.json
1 parent c1e3230 commit 5316d2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
"php": "^7.4"
2727
},
2828
"config": {
29-
"sort-packages": true
29+
"sort-packages": true,
30+
"allow-plugins": {
31+
"pestphp/pest-plugin": true
32+
}
3033
},
3134
"autoload": {
3235
"psr-4": {

0 commit comments

Comments
 (0)