Skip to content

Commit 779a2e6

Browse files
Merge pull request #17 from jrobeson/patch-1
use psr-4 autoloader
2 parents bf9aff0 + 972fc76 commit 779a2e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
"phpunit/phpunit": "3.7.*",
2121
"symfony/expression-language": "2.4.*"
2222
},
23-
"target-dir": "Matthias/SymfonyServiceDefinitionValidator",
2423
"autoload": {
25-
"psr-0" : { "Matthias\\SymfonyServiceDefinitionValidator\\" : "" }
24+
"psr-4" : { "Matthias\\SymfonyServiceDefinitionValidator\\" : "" }
2625
},
2726
"extra": {
2827
"branch-alias": {

0 commit comments

Comments
 (0)