Update composer.json (#5959)

This commit is contained in:
Dries Vints
2022-08-01 15:54:38 +02:00
committed by GitHub
parent 6e1103180b
commit 3ea3861e4b

View File

@@ -55,7 +55,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true