Skip to content

Commit 3cd34f3

Browse files
committed
various tweaks
1 parent bbfedd9 commit 3cd34f3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "Demo Sandbox for the Symfony Content Management Framework",
44
"homepage": "http://cmf.symfony.com",
55
"license": "MIT",
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
},
@@ -11,8 +17,7 @@
1117
"require": {
1218
"php": ">=5.3.3",
1319
"symfony/symfony": "2.3.*",
14-
"twig/extensions": "1.0.*",
15-
"twig/twig": "@stable",
20+
"twig/extensions": "~1.0",
1621
"symfony/assetic-bundle": "2.3.*",
1722
"symfony/swiftmailer-bundle": "2.3.*",
1823
"symfony/monolog-bundle": "2.3.*",
@@ -25,8 +30,8 @@
2530
"symfony-cmf/create-bundle": "1.0.0-RC3",
2631
"symfony-cmf/routing-auto-bundle": "1.0.0-alpha6",
2732
"symfony-cmf/blog-bundle": "1.0.0-beta6",
28-
"jackalope/jackalope-doctrine-dbal": "1.0.0-RC4",
29-
"jackalope/jackalope-jackrabbit": "1.0.0-RC3",
33+
"jackalope/jackalope-doctrine-dbal": "1.0.*",
34+
"jackalope/jackalope-jackrabbit": "1.0.*",
3035
"doctrine/doctrine-bundle": "1.2.*",
3136
"doctrine/data-fixtures": "1.0.*",
3237
"sonata-project/cache-bundle": "2.1.*",
@@ -41,9 +46,6 @@
4146
"liip/functional-test-bundle": "1.0.*",
4247
"symfony-cmf/testing": "1.0.*"
4348
},
44-
"suggest": {
45-
"midgard/phpcr": "dev-master"
46-
},
4749
"scripts": {
4850
"post-install-cmd": [
4951
"WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",

0 commit comments

Comments
 (0)