We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5888a8 commit 9bcfabcCopy full SHA for 9bcfabc
CHANGELOG.md
@@ -1,7 +1,7 @@
1
-hangelog
+Changelog
2
=========
3
4
-* **2013-05-30**: [DependencyInjection] added `enabled` flag to `phpcr_provider` config
+* **2013-07-28**: [DependencyInjection] added `enabled` flag to `phpcr_provider` config
5
* **2013-07-26**: [Model] Deprecated setRouteContent and getRouteContent, use setContent and getContent instead.
6
* **2013-07-19**: [Model] Separated database agnostic, doctrine generic and
7
PHPCR-ODM specific code to prepare for Doctrine ORM support.
composer.json
@@ -12,6 +12,7 @@
12
}
13
],
14
"minimum-stability": "dev",
15
+ "prefer-stable": false,
16
"require": {
17
"php": ">=5.3.3",
18
"symfony-cmf/routing": "~1.1.0-beta2",
0 commit comments