Merge pull request #242 from zachborboa/master

Use PSR-4 autoloading
This commit is contained in:
Zach Borboa
2015-09-03 17:47:51 -07:00
+4 -1
View File
@@ -20,6 +20,9 @@
"phpunit/phpunit": "*"
},
"autoload": {
"classmap": ["src/"]
"psr-4": {
"Curl\\Curl\\": "src/",
"Curl\\MultiCurl\\": "src/"
}
}
}