Skip to content

Commit

Permalink
Prep composer file for packagist (#12)
Browse files Browse the repository at this point in the history
* Prep composer file for packagist
  • Loading branch information
jorgeuos authored Apr 15, 2021
1 parent e87b1d2 commit de97d85
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"name": "letharion/api-client",
"name": "digitalist/sdg-php-client",
"type": "library",
"description": "Connect to SDG API",
"keywords": ["SDG","SingleDigitalGateway","Matomo"],
"homepage": "https://github.com/digitalist-se/sdg-php-client",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Claes 'Letharion' Gyllensvärd",
"email": "[email protected]"
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Jorge Powers",
"email": "[email protected]",
"homepage": "https://www.digitalist.se/medarbetare/jorge-powers",
"role": "Product Lead"
}
],
"require": {
Expand Down

0 comments on commit de97d85

Please sign in to comment.