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.
2 parents b53860b + dad5240 commit feee66aCopy full SHA for feee66a
CHANGELOG.md
@@ -1,6 +1,8 @@
1
Changelog
2
=========
3
4
+* **2014-06-06**: Updated to PSR-4 autoloading
5
+
6
1.2.0
7
-----
8
composer.json
@@ -38,9 +38,10 @@
38
"sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents"
39
},
40
"autoload": {
41
- "psr-0": { "Symfony\\Cmf\\Bundle\\RoutingBundle": "" }
+ "psr-4": {
42
+ "Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
43
+ }
44
- "target-dir": "Symfony/Cmf/Bundle/RoutingBundle",
45
"extra": {
46
"branch-alias": {
47
"dev-master": "1.3-dev"
0 commit comments