Skip to content

Commit a1af297

Browse files
committed
Update composer.json
1 parent 76793f4 commit a1af297

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

Diff for: composer.json

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
{
22
"name": "binafy/php-color-generator",
3-
"description": "Generate Color with PHP",
3+
"description": "Generate colors with PHP",
4+
"keywords": [
5+
"binafy",
6+
"milwad",
7+
"php",
8+
"library",
9+
"php-color",
10+
"php-color-generator",
11+
"color-generator",
12+
"hex",
13+
"php-generator-color",
14+
"hex-to-rgb",
15+
"rgb"
16+
],
17+
"homepage": "https://github.com/binafy/php-color-generator",
418
"type": "library",
519
"license": "MIT",
20+
"minimum-stability": "dev",
621
"authors": [
722
{
823
"name": "Milwad Khosravi",
@@ -16,7 +31,6 @@
1631
"homepage": "https://github.com/binafy"
1732
}
1833
],
19-
"minimum-stability": "dev",
2034
"autoload": {
2135
"psr-4": {
2236
"Binafy\\PhpColorGenerator\\": "src/"
@@ -27,5 +41,11 @@
2741
},
2842
"require-dev": {
2943
"phpunit/phpunit": "^9.4"
44+
},
45+
"config": {
46+
"sort-packages": true
47+
},
48+
"scripts": {
49+
"test": "vendor/bin/phpunit tests"
3050
}
3151
}

0 commit comments

Comments
 (0)