We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 126dbd5 + 18630f4 commit 7505336Copy full SHA for 7505336
CHANGELOG.md
@@ -1,6 +1,8 @@
1
Changelog
2
=========
3
4
+* **2014-06-06**: Updated to PSR-4 autoloading
5
+
6
1.2.0
7
-----
8
composer.json
@@ -27,9 +27,10 @@
27
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
28
},
29
"autoload": {
30
- "psr-0": { "Symfony\\Cmf\\Component\\Routing": "" }
+ "psr-4": {
31
+ "Symfony\\Cmf\\Component\\Routing\\": ""
32
+ }
33
- "target-dir": "Symfony/Cmf/Component/Routing",
34
"extra": {
35
"branch-alias": {
36
"dev-master": "1.3-dev"
0 commit comments