8000 minor #12785 Removed a dev annotation from a version constraint (Grah… · symfony/symfony@5b6a95c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b6a95c

Browse files
committed
minor #12785 Removed a dev annotation from a version constraint (GrahamCampbell)
This PR was merged into the 2.6 branch. Discussion ---------- Removed a dev annotation from a version constraint | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A ##### This pull request removes an unneeded dev annotation from a version constraint. This annotatio 8000 n is no longer required because the stable tag is now sufficient, and also, even if we did want the dev version, we still wouldn't need this annotation because it's a dev-dependency, and the minimum stability is set to dev anyway. Commits ------- 5e35fff Removed a dev annotation from a version constraint
2 parents 309de6d + 5e35fff commit 5b6a95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"symfony/console": "~2.0",
3737
"symfony/finder": "~2.0",
3838
"symfony/security": "~2.4",
39-
"symfony/form": "~2.6@dev",
39+
"symfony/form": "~2.6",
4040
"symfony/class-loader": "~2.1",
4141
"symfony/expression-language": "~2.4",
4242
"symfony/process": "~2.0",

0 commit comments

Comments
 (0)
0