mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-13 11:56:29 +00:00
Use PSR-4 autoloading
This commit is contained in:
+4
-1
@@ -20,6 +20,9 @@
|
||||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["src/"]
|
||||
"psr-4": {
|
||||
"Curl\\Curl\\": "src/",
|
||||
"Curl\\MultiCurl\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user