Skip to content

Commit a584a78

Browse files
Merge pull request #36 from jrobeson/patch-1
use psr-4 autoloader
2 parents a0595d4 + 2ad5af2 commit a584a78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"phpunit/phpunit": ">=3",
1919
"sebastian/exporter": "~1"
2020
},
21-
"target-dir": "Matthias/SymfonyDependencyInjectionTest",
2221
"autoload": {
23-
"psr-0" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
22+
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
2423
}
2524
}

0 commit comments

Comments
 (0)