Skip to content

Commit bef8bc7

Browse files
committed
allow pest plugin
1 parent feb1a37 commit bef8bc7

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
@@ -58,7 +58,10 @@
5858
}
5959
},
6060
"config": {
61-
"sort-packages": true
61+
"sort-packages": true,
62+
"allow-plugins": {
63+
"pestphp/pest-plugin": true
64+
}
6265
},
6366
"extra": {
6467
"laravel": {

0 commit comments

Comments
 (0)