Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 293c112

Browse files
Drop unused plugins
1 parent 7b7e580 commit 293c112

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

composer-dev.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,9 @@
3030
"config": {
3131
"preferred-install": "dist",
3232
"sort-packages": true,
33-
"optimize-autoloader": true,
34-
"allow-plugins": {
35-
"pestphp/pest-plugin": true,
36-
"bamarni/composer-bin-plugin": true
37-
}
33+
"optimize-autoloader": true
3834
},
39-
"minimum-stability": "dev",
35+
"minimum-stability": "stable",
4036
"prefer-stable": true,
4137
"bin": ["builds/shift-cli"]
4238
}

0 commit comments

Comments
 (0)