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

Commit afc918a

Browse files
committed
Merge pull request #124 from symfony-cmf/removed_dep_phpcrodm
Removed hard dep. on PHPCR-ODM
2 parents 9ccaa63 + d490a70 commit afc918a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Changelog
44
1.0-beta1
55
---------
66

7-
* The RoutingAutoBundle has been almost completely rewritten and split into a component and a bundle package.
7+
* Removed hard dependency on PHPCR-ODM
88

9+
* The RoutingAutoBundle has been almost completely rewritten and split into a component and a bundle package.
910
See the documentation for the full set of changes. To migrate from PHPCR Shell you need to migrate the RoutingAuto document:
1011

1112
UPDATE [nt:unstructured] SET phpcr:class="Symfony\Cmf\Bundle\RoutingAutoBundle\Model\AutoRoute" WHERE phpcr:class="Symfony\Cmf\Bundle\RoutingAutoBundle\Document\AutoRoute"

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"symfony-cmf/routing-bundle": "1.2.x-dev",
1616
"symfony-cmf/core-bundle": "1.1.x-dev",
1717
"aferrandini/urlizer": "1.0.*",
18-
"doctrine/phpcr-odm": "1.2.x-dev",
1918
"symfony/config": "~2.2",
2019
"jms/metadata": "1.5.*"
2120
},
@@ -24,9 +23,11 @@
2423
"symfony/yaml": "~2.1",
2524
"phpspec/prophecy": "1.1.2",
2625
"matthiasnoback/symfony-dependency-injection-test": "0.*",
27-
"matthiasnoback/symfony-config-test": "0.*"
26+
"matthiasnoback/symfony-config-test": "0.*",
27+
"doctrine/phpcr-odm": "~1.2@dev"
2828
},
2929
"suggest": {
30+
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
3031
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
3132
"symfony/yaml": "To be able to load Yaml configuration files"
3233
},

0 commit comments

Comments
 (0)