Skip to content

Commit feee66a

Browse files
committed
Merge pull request #249 from xabbuh/psr4
update to PSR-4
2 parents b53860b + dad5240 commit feee66a

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
1.2.0
57
-----
68

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@
3838
"sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents"
3939
},
4040
"autoload": {
41-
"psr-0": { "Symfony\\Cmf\\Bundle\\RoutingBundle": "" }
41+
"psr-4": {
42+
"Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
43+
}
4244
},
43-
"target-dir": "Symfony/Cmf/Bundle/RoutingBundle",
4445
"extra": {
4546
"branch-alias": {
4647
"dev-master": "1.3-dev"

0 commit comments

Comments
 (0)