Skip to content

Commit f7bf1b1

Browse files
committed
Use PSR-4 everywhere instead of PSR-0
1 parent 3e0b092 commit f7bf1b1

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\\Finder\\": "" }
25+
"psr-4": { "Symfony\\Component\\Finder\\": "" }
2626
},
27-
"target-dir": "Symfony/Component/Finder",
2827
"minimum-stability": "dev",
2928
"extra": {
3029
"branch-alias": {

0 commit comments

Comments
 (0)