Skip to content

Commit cdb4b93

Browse files
committed
Allow pest-plugin
1 parent 1be6d99 commit cdb4b93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@
4141
}
4242
},
4343
"minimum-stability": "dev",
44-
"prefer-stable": true
44+
"prefer-stable": true,
45+
"config": {
46+
"allow-plugins": {
47+
"pestphp/pest-plugin": true
48+
}
49+
}
4550
}

0 commit comments

Comments
 (0)