Skip to content

Commit 5a7edda

Browse files
committed
fix(php): add minimum-stability
1 parent 2c2cd6f commit 5a7edda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/php/composer.mustache

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@
4949
},
5050
"suggest": {
5151
"guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
52-
}
52+
},
53+
"minimum-stability": "dev",
54+
"prefer-stable": true
5355
}

0 commit comments

Comments
 (0)