Skip to content

Commit fb8b64b

Browse files
committed
updated dependencies
1 parent 3d89fe8 commit fb8b64b

File tree

2 files changed

+144
-184
lines changed

2 files changed

+144
-184
lines changed

composer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"license": "MIT",
44
"type": "project",
55
"description": "The \"Symfony CMF Standard Edition\" distribution",
6+
"authors": [
7+
{
8+
"name": "Symfony CMF Community",
9+
"homepage": "https://github.com/symfony-cmf/SimpleCmsBundle/contributors"
10+
}
11+
],
612
"autoload": {
713
"psr-0": { "": "src/" }
814
},
@@ -14,10 +20,10 @@
1420
"symfony/monolog-bundle": "2.3.*",
1521
"symfony/assetic-bundle": "2.3.*",
1622
"sensio/distribution-bundle": "2.3.*",
17-
"symfony-cmf/symfony-cmf": "1.0.0-RC6",
18-
"symfony-cmf/simple-cms-bundle": "1.0.0-RC6",
19-
"symfony-cmf/create-bundle": "1.0.0-RC3",
20-
"jackalope/jackalope-doctrine-dbal": "1.0.0-RC4",
23+
"symfony-cmf/symfony-cmf": "1.0.0-RC7",
24+
"symfony-cmf/simple-cms-bundle": "1.0.0-RC7",
25+
"symfony-cmf/create-bundle": "1.0.0-RC4",
26+
"jackalope/jackalope-doctrine-dbal": "1.0.*",
2127
"doctrine/doctrine-bundle": "1.2.*",
2228
"doctrine/data-fixtures": "1.0.*",
2329
"lunetics/locale-bundle": "2.2.*",

0 commit comments

Comments
 (0)