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

Commit bf0aa5c

Browse files
Set minimum-stability=stable by default
1 parent 0abf2e7 commit bf0aa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "project",
44
"license": "MIT",
55
"description": "A skeleton to start a new Symfony website",
6-
"minimum-stability": "dev",
6+
"minimum-stability": "stable",
77
"prefer-stable": true,
88
"require": {
99
"php": ">=7.2.5",

0 commit comments

Comments
 (0)