Fix composer package (#100)

* Update composer.json

* Remove trailing comma
This commit is contained in:
Kieran O'Reilly
2016-08-11 10:49:21 -07:00
committed by Ahmad Nassri
parent 5d304c6f6c
commit 842c0f242d

View File

@@ -19,7 +19,7 @@
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Unirest": "src" "Unirest\\": "src/"
} }
}, },
"support": { "support": {