Skip to content

Commit 134f34b

Browse files
committed
fix: update minimum stability to stable and allow deprecated package versions
1 parent 2aa7cc6 commit 134f34b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"config": {
8080
"sort-packages": true,
8181
"allow-plugins": {
82+
"composer/package-versions-deprecated": true,
8283
"pestphp/pest-plugin": true,
8384
"phpstan/extension-installer": true
8485
}
@@ -94,7 +95,7 @@
9495
}
9596
}
9697
},
97-
"minimum-stability": "dev",
98+
"minimum-stability": "stable",
9899
"prefer-stable": true,
99100
"repositories": [
100101
{

0 commit comments

Comments
 (0)