Skip to content

Commit b88a441

Browse files
committed
Allows pest plugin
1 parent 25de3be commit b88a441

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
@@ -41,7 +41,10 @@
4141
}
4242
},
4343
"config": {
44-
"sort-packages": true
44+
"sort-packages": true,
45+
"allow-plugins": {
46+
"pestphp/pest-plugin": true
47+
}
4548
},
4649
"minimum-stability": "dev",
4750
"prefer-stable": true

0 commit comments

Comments
 (0)