Merge pull request #116 from RafaelKa/patch-1
composers autoload order for compatibility with TYPO3 Flow framework
This commit is contained in:
commit
fd09a474bb
@ -20,8 +20,8 @@
|
|||||||
}
|
}
|
||||||
, "autoload": {
|
, "autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
"Ratchet": "src",
|
||||||
"Ratchet\\Tests": "tests"
|
"Ratchet\\Tests": "tests"
|
||||||
, "Ratchet": "src"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
, "require": {
|
, "require": {
|
||||||
|
Loading…
Reference in New Issue
Block a user