Skip to content

Commit eeb36ce

Browse files
committed
Merge pull request php-curl-class#242 from zachborboa/master
Use PSR-4 autoloading
2 parents 29183fb + fad3524 commit eeb36ce

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)