Skip to content

Commit a1ab55a

Browse files
committed
update to PSR-4
1 parent cb63a69 commit a1ab55a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"phpunit/phpunit": "3.7.*"
2323
},
2424
"autoload": {
25-
"psr-0": { "Symfony\\Cmf\\Component\\Testing": "src/" }
25+
"psr-4": {
26+
"Symfony\\Cmf\\Component\\Testing\\": "src/"
27+
}
2628
},
2729
"extra": {
2830
"branch-alias": {

0 commit comments

Comments
 (0)