Skip to content

Commit

Permalink
remove minimum-stability dev requirement (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik Foldes <pf@csgo.com>
  • Loading branch information
sspat and Patrik Foldes authored Jul 29, 2024
1 parent ca7388b commit 02e6aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"cebe/php-openapi": "dev-support-for-symfony-7",
"cebe/php-openapi": "1.6.99",
"league/openapi-psr7-validator": "^0.22.0",
"lukasoppermann/http-status": "^4.0",
"nikic/php-parser": "^4.19",
Expand Down Expand Up @@ -65,7 +65,7 @@
"thecodingmachine/phpstan-safe-rule": "^1.2",
"vimeo/psalm": "^5.24"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"preferred-install": {
Expand Down

0 comments on commit 02e6aeb

Please sign in to comment.