Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samzzi committed Feb 7, 2022
1 parent 96fa05f commit 526b957
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "picqer/sendcloud-php-client",
"name": "genxbe/sendcloud-php-client",
"type": "library",
"description": "A PHP Client for the SendCloud API",
"keywords": [
Expand All @@ -10,12 +10,16 @@
"shipments",
"parcels"
],
"homepage": "http://github.com/picqer/sendcloud-php-client",
"homepage": "http://github.com/genxbe/sendcloud-php-client",
"license": "MIT",
"authors": [
{
"name": "Stephan Groen",
"email": "[email protected]"
},
{
"name": "Sam Serrien",
"email": "[email protected]"
}
],
"require": {
Expand All @@ -28,4 +32,4 @@
"Picqer\\Carriers\\SendCloud\\": "src/Picqer/Carriers/SendCloud"
}
}
}
}

0 comments on commit 526b957

Please sign in to comment.