Skip to content

Commit f25662d

Browse files
committed
Use PSR-4 everywhere instead of PSR-0
1 parent bd7d379 commit f25662d

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
@@ -33,9 +33,8 @@
3333
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them"
3434
},
3535
"autoload": {
36-
"psr-0": { "Symfony\\Component\\DependencyInjection\\": "" }
36+
"psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }
3737
},
38-
"target-dir": "Symfony/Component/DependencyInjection",
3938
"minimum-stability": "dev",
4039
"extra": {
4140
"branch-alias": {

0 commit comments

Comments
 (0)