Skip to content

Commit 8ff3ba8

Browse files
committed
Allow pestphp/pest-plugin
1 parent 7b5a090 commit 8ff3ba8

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
@@ -46,5 +46,10 @@
4646
"php-cs-fixer fix tests --rules=@PSR2"
4747
]
4848
},
49-
"minimum-stability": "stable"
49+
"minimum-stability": "stable",
50+
"config": {
51+
"allow-plugins": {
52+
"pestphp/pest-plugin": true
53+
}
54+
}
5055
}

0 commit comments

Comments
 (0)