Skip to content

Commit 35ff717

Browse files
committed
Update package name and authors
This updates the package name and authors in composer.json so that we can submit the package to packagist under the vultr namespace.
1 parent 95505b7 commit 35ff717

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "cloudflare/sdk",
3-
"description": "PHP binding for v4 of the Cloudflare Client API.",
2+
"name": "vultr/cloudflare-sdk",
3+
"description": "Vultr fork of PHP binding for v4 of the Cloudflare Client API.",
44
"type": "library",
55
"require": {
66
"guzzlehttp/guzzle": "^7.0.1",
@@ -19,6 +19,10 @@
1919
{
2020
"name": "Junade Ali",
2121
"email": "junade@cloudflare.com"
22+
},
23+
{
24+
"name": "Chris Jones",
25+
"email": "cjones@vultr.com"
2226
}
2327
],
2428
"autoload": {

0 commit comments

Comments
 (0)