Skip to content

Commit

Permalink
ADD Keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
irfaardy committed Jul 6, 2020
1 parent 59928ed commit 4f05526
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "irfa/php-gatcha",
"description": "Simple Items Gatcha with PHP",
"type": "package",
"license": "MIT",
"version": "v2.1",
"keywords": ["php", "probability", "gacha", "php-gatcha", "ssr","game","roulette","spin"],
"authors": [
{
"name": "Irfa A",
"email": "irfa.backend@protonmail.com"
}
],
"require": {
"php": ">=5.4.0"
"php": ">=5.4.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4f05526

Please sign in to comment.