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

Commit 2a84220

Browse files
committed
Merge pull request #196 from xabbuh/psr4
update to PSR-4
2 parents b3c014a + 5d40036 commit 2a84220

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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
1.2.x
57
-----
68

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
"suggest": {
3131
"sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
3232
},
33-
"autoload":{
34-
"psr-0":{
35-
"Symfony\\Cmf\\Bundle\\MenuBundle": ""
33+
"autoload": {
34+
"psr-4": {
35+
"Symfony\\Cmf\\Bundle\\MenuBundle\\": ""
3636
}
3737
},
38-
"target-dir": "Symfony/Cmf/Bundle/MenuBundle",
3938
"extra": {
4039
"branch-alias": {
4140
"dev-master": "1.2-dev"

0 commit comments

Comments
 (0)