psr-4 autoload

This commit is contained in:
Grischa Brockhaus
2021-06-02 14:50:16 +02:00
parent 3ba32276cc
commit 87642e3e05

View File

@@ -18,9 +18,7 @@
"codeclimate/php-test-reporter": "0.1.*"
},
"autoload": {
"psr-0": {
"Unirest\\": "src/"
}
"psr-4": { "Unirest\\": "src/Unirest" }
},
"support": {
"email": "opensource@mashape.com"