Skip to content

Commit d2dc62b

Browse files
committed
Use PSR-4 everywhere instead of PSR-0
1 parent 3ca9d71 commit d2dc62b

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
@@ -23,9 +23,8 @@
2323
"symfony/phpunit-bridge": "~2.7"
2424
},
2525
"autoload": {
26-
"psr-0": { "Symfony\\Component\\Config\\": "" }
26+
"psr-4": { "Symfony\\Component\\Config\\": "" }
2727
},
28-
"target-dir": "Symfony/Component/Config",
2928
"minimum-stability": "dev",
3029
"extra": {
3130
"branch-alias": {

0 commit comments

Comments
 (0)