Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 55574f8

Browse files
committed
Fixed composer.json
1 parent 0cc9f7f commit 55574f8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "symfony-cmf/routing-auto-route-bundle",
2+
"name": "symfony-cmf/routing-auto-bundle",
33
"description": "Bundle which automatically creates and manages routes for persisted objects",
44
"authors": [
55
{
@@ -9,26 +9,22 @@
99
],
1010
"minimum-stability": "dev",
1111
"require": {
12-
"php": ">=5.3.3",
13-
"symfony/framework-bundle": ">=2.1.7,<2.3-dev",
14-
"jackalope/jackalope-jackrabbit": "1.*",
1512
"symfony-cmf/routing-extra-bundle": "dev-master",
1613
"symfony-cmf/core-bundle": "dev-master",
1714
"aferrandini/urlizer": "dev-master"
1815
},
1916
"require-dev": {
2017
"symfony/class-loader": ">=2.1,<2.3-dev",
2118
"doctrine/doctrine-bundle": "1.*",
22-
"jackalope/jackalope-doctrine-dbal": "1.0.*",
2319
"symfony/yaml": ">=2.1,<2.3-dev",
2420
"symfony/form": ">=2.1,<2.3-dev",
2521
"symfony/finder": ">=2.1,<2.3-dev",
2622
"doctrine/phpcr-odm": "1.0.*",
2723
"doctrine/phpcr-bundle": "1.0.*",
28-
"doctrine/common": "dev-master as 2.3.x-dev"
24+
"jackalope/jackalope-doctrine-dbal": "1.0.*",
25+
"doctrine/common": "2.3.x-dev"
2926
},
3027
"suggest": {
31-
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
3228
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents"
3329
},
3430
"autoload": {

0 commit comments

Comments
 (0)