Skip to content

Commit fad3524

Browse files
committed
Use PSR-4 autoloading
1 parent 29183fb commit fad3524

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"phpunit/phpunit": "*"
2121
},
2222
"autoload": {
23-
"classmap": ["src/"]
23+
"psr-4": {
24+
"Curl\\Curl\\": "src/",
25+
"Curl\\MultiCurl\\": "src/"
26+
}
2427
}
2528
}

0 commit comments

Comments
 (0)