Use PSR-4 autoloading

This commit is contained in:
Zach Borboa
2015-09-03 17:38:45 -07:00
parent 29183fbe97
commit fad3524fad
+4 -1
View File
@@ -20,6 +20,9 @@
"phpunit/phpunit": "*"
},
"autoload": {
"classmap": ["src/"]
"psr-4": {
"Curl\\Curl\\": "src/",
"Curl\\MultiCurl\\": "src/"
}
}
}