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

Commit 1765968

Browse files
committed
Merge pull request php-curl-class#246 from sebwas/master
Fixed PSR-4 autoloading
2 parents cc1fa37 + 0690115 commit 1765968

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)