Skip to content

Commit

Permalink
Merge pull request #933 from FriendsOfSymfony/stablep
Browse files Browse the repository at this point in the history
Use stable packages
  • Loading branch information
XWB committed Sep 11, 2015
2 parents 32f60c3 + 2fd5e96 commit d430b9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"require-dev":{
"doctrine/orm": "~2.2",
"doctrine/doctrine-bundle": "~1.2@beta",
"doctrine/doctrine-bundle": "~1.2",
"jms/serializer-bundle": "@stable",
"phpunit/phpunit": "~4.1",
"propel/propel1": "1.6.*",
"pagerfanta/pagerfanta": "1.0.*@dev",
"pagerfanta/pagerfanta": "1.0.*",
"knplabs/knp-components": "~1.2",
"knplabs/knp-paginator-bundle": "~2.4",
"symfony/browser-kit" : "~2.3",
Expand All @@ -35,9 +35,9 @@
},
"suggest": {
"doctrine/orm": "~2.2",
"doctrine/mongodb-odm": "1.0.*@dev",
"doctrine/mongodb-odm": "1.0.*",
"propel/propel1": "1.6.*",
"pagerfanta/pagerfanta": "1.0.*@dev",
"pagerfanta/pagerfanta": "1.0.*",
"knplabs/knp-components": "~1.2",
"symfony/expression-language" : "~2.4"
},
Expand Down

0 comments on commit d430b9a

Please sign in to comment.