Skip to content

Commit f92caa7

Browse files
committed
Merge pull request #54 from xabbuh/psr4
update to PSR-4
2 parents 122aa1c + c8a0af0 commit f92caa7

File tree

11 files changed

+5
-1
lines changed

11 files changed

+5
-1
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.1.0-RC2
57
---------
68

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"phpunit/phpunit": "3.7.*"
2525
},
2626
"autoload": {
27-
"psr-0": { "Symfony\\Cmf\\Component\\Testing": "src/" }
27+
"psr-4": {
28+
"Symfony\\Cmf\\Component\\Testing\\": "src/"
29+
}
2830
},
2931
"extra": {
3032
"branch-alias": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)