Skip to content

Commit f2bd0c8

Browse files
authored
Allow pestphp plugin inside composer (#31)
1 parent ce8857b commit f2bd0c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
]
4949
},
5050
"config": {
51-
"sort-packages": true
51+
"sort-packages": true,
52+
"allow-plugins": {
53+
"pestphp/pest-plugin": true
54+
}
5255
}
5356
}

0 commit comments

Comments
 (0)