Skip to content

Commit 526b957

Browse files
committed
Update composer.json
1 parent 96fa05f commit 526b957

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "picqer/sendcloud-php-client",
2+
"name": "genxbe/sendcloud-php-client",
33
"type": "library",
44
"description": "A PHP Client for the SendCloud API",
55
"keywords": [
@@ -10,12 +10,16 @@
1010
"shipments",
1111
"parcels"
1212
],
13-
"homepage": "http://github.com/picqer/sendcloud-php-client",
13+
"homepage": "http://github.com/genxbe/sendcloud-php-client",
1414
"license": "MIT",
1515
"authors": [
1616
{
1717
"name": "Stephan Groen",
1818
"email": "[email protected]"
19+
},
20+
{
21+
"name": "Sam Serrien",
22+
"email": "[email protected]"
1923
}
2024
],
2125
"require": {
@@ -28,4 +32,4 @@
2832
"Picqer\\Carriers\\SendCloud\\": "src/Picqer/Carriers/SendCloud"
2933
}
3034
}
31-
}
35+
}

0 commit comments

Comments
 (0)