Skip to content

Commit f029822

Browse files
committed
Update composer.json
1 parent c1a2c85 commit f029822

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "f3ath/curlwrapper",
2+
"name": "phpcurl/curlwrapper",
33
"type": "library",
44
"description": "The simplest OOP wrapper for curl, curl_multi, curl_share functions. Use CURL as a dependency, not hard-coded!",
55
"keywords": [
6+
"phpcurl"
67
"curl",
78
"curl_multi",
89
"curl_share",
@@ -32,7 +33,7 @@
3233
},
3334
"autoload": {
3435
"psr-4": {
35-
"F3\\CurlWrapper\\": "src/"
36+
"PHPCurl\\CurlWrapper\\": "src/"
3637
}
3738
}
3839
}

0 commit comments

Comments
 (0)