Skip to content

Commit 7505336

Browse files
committed
Merge pull request #104 from xabbuh/psr4
update to PSR-4
2 parents 126dbd5 + 18630f4 commit 7505336

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
@@ -27,9 +27,10 @@
2727
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
2828
},
2929
"autoload": {
30-
"psr-0": { "Symfony\\Cmf\\Component\\Routing": "" }
30+
"psr-4": {
31+
"Symfony\\Cmf\\Component\\Routing\\": ""
32+
}
3133
},
32-
"target-dir": "Symfony/Cmf/Component/Routing",
3334
"extra": {
3435
"branch-alias": {
3536
"dev-master": "1.3-dev"

0 commit comments

Comments
 (0)