Skip to content

Commit

Permalink
updated for 1.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Aug 1, 2013
1 parent ebd80be commit 823d130
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.2",
"symfony-cmf/core-bundle": "~1.0.0-beta2",
"symfony-cmf/routing-bundle": ">1.1.0-alpha1,<1.2.0-dev",
"symfony-cmf/content-bundle": "1.0.*",
"symfony-cmf/core-bundle": "~1.0.0-RC1",
"symfony-cmf/routing-bundle": "~1.1.0-RC1",
"symfony-cmf/content-bundle": "~1.1.0-RC1",
"doctrine/phpcr-bundle": "1.0.*",
"doctrine/phpcr-odm": "1.0.*"
},
"suggest": {
"symfony-cmf/create-bundle": "1.0.*",
"symfony-cmf/menu-bundle": "1.0.*",
"symfony-cmf/menu-bundle": "~1.1.0-RC1",
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.*"
},
"autoload": {
Expand Down

0 comments on commit 823d130

Please sign in to comment.