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 45f6f86

Browse files
committed
minor #32 Switch autoloader from PSR-0 to PSR-4 (jmgq)
This PR was squashed before being merged into the 1.0-dev branch (closes #32). Discussion ---------- Switch autoloader from PSR-0 to PSR-4 Autoloading was changed to PSR-4, as requested in #26. Commits ------- 89e4b4d Switch autoloader from PSR-0 to PSR-4
2 parents 5a93566 + 89e4b4d commit 45f6f86

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
"guzzlehttp/guzzle": "~4.0",

0 commit comments

Comments
 (0)