Merge pull request #116 from RafaelKa/patch-1

composers autoload order for compatibility with TYPO3 Flow framework
This commit is contained in:
Chris Boden 2013-08-27 04:50:00 -07:00
commit fd09a474bb

View File

@ -20,8 +20,8 @@
} }
, "autoload": { , "autoload": {
"psr-0": { "psr-0": {
"Ratchet": "src",
"Ratchet\\Tests": "tests" "Ratchet\\Tests": "tests"
, "Ratchet": "src"
} }
} }
, "require": { , "require": {