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 annotation 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
This commit is contained in:
Fabien Potencier 2014-11-30 17:54:03 +01:00
commit 5b6a95c4c2

View File

@ -36,7 +36,7 @@
"symfony/console": "~2.0",
"symfony/finder": "~2.0",
"symfony/security": "~2.4",
"symfony/form": "~2.6@dev",
"symfony/form": "~2.6",
"symfony/class-loader": "~2.1",
"symfony/expression-language": "~2.4",
"symfony/process": "~2.0",