Skip to content

Commit

Permalink
Updtaed composer.json for keywords and authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
kullarkert committed Sep 24, 2020
1 parent 712b7a1 commit 1c13663
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"name": "5dvision/siga-php-client",
"description": "SiGa php client",
"homepage": "https://5dvision.ee",
"homepage": "https://5dvision.ee",
"keywords": ["digidoc", "hashcode-signing", "digital-signing", "digisign","signing", "signature-gateway", "siga"],
"type": "library",
"license": "MIT",
"support": {
"issues": "https://github.com/5dvision/siga-php-client/issues",
"source": "https://github.com/5dvision/siga-php-client"
},
"authors": [{
"authors": [
{
"name": "5D Vision",
"email": "[email protected]",
"homepage": "http://5dvision.ee"
},
{
"name": "Kullar Kert",
"email": "[email protected]"
}],
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.2.5",
Expand Down

0 comments on commit 1c13663

Please sign in to comment.