Change back minimum-stability to stable (#6766)

This commit is contained in:
Jesper Noordsij
2026-03-17 17:41:24 +01:00
committed by GitHub
parent 01f698ee4d
commit a8306542d1

View File

@@ -80,6 +80,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}