Skip to content

Commit bdd0a35

Browse files
committed
bug #979 Remove beta minimum stability (gmsantos)
This PR was merged into the master branch. Discussion ---------- Remove beta minimum stability Merging e26780b#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780R92 brought back minimum stability to beta. Since Symfony 4.3 is stable, I think it's safe to remove it. Commits ------- 32b3544 Remove beta minimum stability
2 parents 8e2a323 + 32b3544 commit bdd0a35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,5 @@
8888
"allow-contrib": true,
8989
"require": "4.3.*"
9090
}
91-
},
92-
"minimum-stability": "beta"
91+
}
9392
}

0 commit comments

Comments
 (0)