Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 0690115

Browse files
committed
Fixed PSR-4 autoloading
1 parent cc1fa37 commit 0690115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
},
2222
"autoload": {
2323
"psr-4": {
24-
"Curl\\Curl\\": "src/",
25-
"Curl\\MultiCurl\\": "src/"
24+
"Curl\\": "src/Curl/"
2625
}
2726
}
2827
}

0 commit comments

Comments
 (0)