Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Jan 31, 2020
1 parent 7a7c0ce commit 1fec197
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@
"name": "hashids/hashids",
"description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
"keywords": [
"hashids",
"hashid",
"hash",
"ids",
"youtube",
"bitly",
"encode",
"decode",
"obfuscate"
"encode",
"hash",
"hashid",
"hashids",
"ids",
"obfuscate",
"youtube"
],
"homepage": "https://hashids.org/php",
"license": "MIT",
"authors": [
{
"name": "Ivan Akimov",
"email": "[email protected]",
"homepage": "https://twitter.com/IvanAkimov"
"email": "[email protected]"
},
{
"name": "Vincent Klaiber",
"email": "[email protected]",
"homepage": "https://doubledip.se"
"email": "[email protected]"
}
],
"require": {
Expand Down

0 comments on commit 1fec197

Please sign in to comment.