Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 12, 2013
1 parent 3d89fe8 commit fb8b64b
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 184 deletions.
14 changes: 10 additions & 4 deletions composer.json
Expand Up @@ -3,6 +3,12 @@
"license": "MIT",
"type": "project",
"description": "The \"Symfony CMF Standard Edition\" distribution",
"authors": [
{
"name": "Symfony CMF Community",
"homepage": "https://github.com/symfony-cmf/SimpleCmsBundle/contributors"
}
],
"autoload": {
"psr-0": { "": "src/" }
},
Expand All @@ -14,10 +20,10 @@
"symfony/monolog-bundle": "2.3.*",
"symfony/assetic-bundle": "2.3.*",
"sensio/distribution-bundle": "2.3.*",
"symfony-cmf/symfony-cmf": "1.0.0-RC6",
"symfony-cmf/simple-cms-bundle": "1.0.0-RC6",
"symfony-cmf/create-bundle": "1.0.0-RC3",
"jackalope/jackalope-doctrine-dbal": "1.0.0-RC4",
"symfony-cmf/symfony-cmf": "1.0.0-RC7",
"symfony-cmf/simple-cms-bundle": "1.0.0-RC7",
"symfony-cmf/create-bundle": "1.0.0-RC4",
"jackalope/jackalope-doctrine-dbal": "1.0.*",
"doctrine/doctrine-bundle": "1.2.*",
"doctrine/data-fixtures": "1.0.*",
"lunetics/locale-bundle": "2.2.*",
Expand Down

0 comments on commit fb8b64b

Please sign in to comment.