Skip to content

Commit fad1d15

Browse files
committed
Use PSR-4 everywhere instead of PSR-0
1 parent e9b1997 commit fad1d15

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
@@ -43,9 +43,8 @@
4343
"symfony/framework-bundle": "For templating with PHP."
4444
},
4545
"autoload": {
46-
"psr-0": { "Symfony\\Component\\Form\\": "" }
46+
"psr-4": { "Symfony\\Component\\Form\\": "" }
4747
},
48-
"target-dir": "Symfony/Component/Form",
4948
"minimum-stability": "dev",
5049
"extra": {
5150
"branch-alias": {

0 commit comments

Comments
 (0)