Skip to content

Commit c7e8fc4

Browse files
authored
[12.x] prefer stable stability (#6548)
This feels as a leftover from the dev branch. But if I'm wrong, feel free to close this PR.
1 parent fd51890 commit c7e8fc4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
]
5454
},
5555
"extra": {
56-
"branch-alias": {
57-
"dev-master": "12.x-dev"
58-
},
5956
"laravel": {
6057
"dont-discover": []
6158
}
@@ -69,6 +66,6 @@
6966
"php-http/discovery": true
7067
}
7168
},
72-
"minimum-stability": "dev",
69+
"minimum-stability": "stable",
7370
"prefer-stable": true
7471
}

0 commit comments

Comments
 (0)