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

Commit 059a4ad

Browse files
committed
Merge pull request #83 from xabbuh/psr4
update to PSR-4
2 parents b02e1e6 + b4c30aa commit 059a4ad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
* **2014-06-06**: Updated to PSR-4 autoloading
5+
46
* **2013-01-25**: Upgraded to the CMF bundle standards.
57
- Changed namespace of AutoRoute document
68
- Changed namespace of AutoRouteListener

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents"
2626
},
2727
"autoload": {
28-
"psr-0": { "Symfony\\Cmf\\Bundle\\RoutingAutoBundle": "" }
28+
"psr-4": {
29+
"Symfony\\Cmf\\Bundle\\RoutingAutoBundle\\": ""
30+
}
2931
},
30-
"target-dir": "Symfony/Cmf/Bundle/RoutingAutoBundle",
3132
"extra": {
3233
"branch-alias": {
3334
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)