1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 18:43:22 +01:00

Merge pull request #486 from RafaelKa/patch-1

Makes Guzzle compatible with TYPO3 Flow Framework out of the box
This commit is contained in:
Michael Dowling 2013-12-07 14:55:19 -08:00
commit 0305bcc947

View File

@ -51,8 +51,8 @@
"autoload": {
"psr-0": {
"Guzzle\\Tests": "tests/",
"Guzzle": "src/"
"Guzzle": "src/",
"Guzzle\\Tests": "tests/"
}
},