Skip to content

Commit 4f05526

Browse files
committed
ADD Keywords
1 parent 59928ed commit 4f05526

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
22
"name": "irfa/php-gatcha",
33
"description": "Simple Items Gatcha with PHP",
4+
"type": "package",
45
"license": "MIT",
56
"version": "v2.1",
7+
"keywords": ["php", "probability", "gacha", "php-gatcha", "ssr","game","roulette","spin"],
68
"authors": [
79
{
810
"name": "Irfa A",
911
"email": "[email protected]"
1012
}
1113
],
1214
"require": {
13-
"php": ">=5.4.0"
15+
"php": ">=5.4.0",
16+
"ext-json": "*"
1417
},
1518
"autoload": {
1619
"psr-4": {

0 commit comments

Comments
 (0)