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

Commit d461b42

Browse files
committed
Merge pull request #62 from xabbuh/psr4
update to PSR-4
2 parents e3dc23f + 484e3bc commit d461b42

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.0.3
57
-----
68

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
"doctrine/phpcr-bundle": "1.*",
2525
"doctrine/phpcr-odm": "1.*"
2626
},
27-
"autoload":{
28-
"psr-0":{
29-
"Symfony\\Cmf\\Bundle\\TreeBrowserBundle": ""
27+
"autoload": {
28+
"psr-4": {
29+
"Symfony\\Cmf\\Bundle\\TreeBrowserBundle\\": ""
3030
}
3131
},
32-
"target-dir": "Symfony/Cmf/Bundle/TreeBrowserBundle",
3332
"extra": {
3433
"branch-alias": {
3534
"dev-master": "1.1-dev"

0 commit comments

Comments
 (0)