mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 12:43:14 +00:00
Fixed PSR-4 autoloading
This commit is contained in:
+1
-2
@@ -21,8 +21,7 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Curl\\Curl\\": "src/",
|
||||
"Curl\\MultiCurl\\": "src/"
|
||||
"Curl\\": "src/Curl/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user