Skip to content

Commit 2fd5e96

Browse files
committed
Use stable packages
1 parent f39f45a commit 2fd5e96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"require-dev":{
2424
"doctrine/orm": "~2.2",
25-
"doctrine/doctrine-bundle": "~1.2@beta",
25+
"doctrine/doctrine-bundle": "~1.2",
2626
"jms/serializer-bundle": "@stable",
2727
"phpunit/phpunit": "~4.1",
2828
"propel/propel1": "1.6.*",
29-
"pagerfanta/pagerfanta": "1.0.*@dev",
29+
"pagerfanta/pagerfanta": "1.0.*",
3030
"knplabs/knp-components": "~1.2",
3131
"knplabs/knp-paginator-bundle": "~2.4",
3232
"symfony/browser-kit" : "~2.3",
@@ -35,9 +35,9 @@
3535
},
3636
"suggest": {
3737
"doctrine/orm": "~2.2",
38-
"doctrine/mongodb-odm": "1.0.*@dev",
38+
"doctrine/mongodb-odm": "1.0.*",
3939
"propel/propel1": "1.6.*",
40-
"pagerfanta/pagerfanta": "1.0.*@dev",
40+
"pagerfanta/pagerfanta": "1.0.*",
4141
"knplabs/knp-components": "~1.2",
4242
"symfony/expression-language" : "~2.4"
4343
},

0 commit comments

Comments
 (0)