Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 89e4b4d

Browse files
jmgqfabpot
authored andcommitted
Switch autoloader from PSR-0 to PSR-4
1 parent ecad998 commit 89e4b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"autoload": {
13-
"psr-0": { "Symfony\\": "src/" }
13+
"psr-4": { "Symfony\\": "src/Symfony/" }
1414
},
1515
"require": {
1616
"ext-zip": "*",

0 commit comments

Comments
 (0)