Skip to content

Commit c32e94d

Browse files
committed
Use PSR-4 everywhere instead of PSR-0
1 parent b5b8006 commit c32e94d

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
@@ -42,9 +42,8 @@
4242
"doctrine/orm": ""
4343
},
4444
"autoload": {
45-
"psr-0": { "Symfony\\Bridge\\Doctrine\\": "" }
45+
"psr-4": { "Symfony\\Bridge\\Doctrine\\": "" }
4646
},
47-
"target-dir": "Symfony/Bridge/Doctrine",
4847
"minimum-stability": "dev",
4948
"extra": {
5049
"branch-alias": {

0 commit comments

Comments
 (0)