Skip to content

Commit edb3ff6

Browse files
committed
update composer.json with pest-plugin
1 parent 62ea64b commit edb3ff6

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
@@ -105,7 +105,10 @@
105105
"config": {
106106
"optimize-autoloader": true,
107107
"preferred-install": "dist",
108-
"sort-packages": true
108+
"sort-packages": true,
109+
"allow-plugins": {
110+
"pestphp/pest-plugin": true
111+
}
109112
},
110113
"minimum-stability": "dev",
111114
"prefer-stable": true,

0 commit comments

Comments
 (0)