Skip to content

Commit 8be0525

Browse files
committed
Use PSR-4 everywhere instead of PSR-0
1 parent 0674680 commit 8be0525

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
@@ -22,9 +22,8 @@
2222
"symfony/phpunit-bridge": "~2.7"
2323
},
2424
"autoload": {
25-
"psr-0": { "Symfony\\Component\\OptionsResolver\\": "" }
25+
"psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }
2626
},
27-
"target-dir": "Symfony/Component/OptionsResolver",
2827
"minimum-stability": "dev",
2928
"extra": {
3029
"branch-alias": {

0 commit comments

Comments
 (0)