File tree 1 file changed +22
-2
lines changed
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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" ,
4
18
"type" : " library" ,
5
19
"license" : " MIT" ,
20
+ "minimum-stability" : " dev" ,
6
21
"authors" : [
7
22
{
8
23
"name" : " Milwad Khosravi" ,
16
31
"homepage" : " https://github.com/binafy"
17
32
}
18
33
],
19
- "minimum-stability" : " dev" ,
20
34
"autoload" : {
21
35
"psr-4" : {
22
36
"Binafy\\ PhpColorGenerator\\ " : " src/"
27
41
},
28
42
"require-dev" : {
29
43
"phpunit/phpunit" : " ^9.4"
44
+ },
45
+ "config" : {
46
+ "sort-packages" : true
47
+ },
48
+ "scripts" : {
49
+ "test" : " vendor/bin/phpunit tests"
30
50
}
31
51
}
You can’t perform that action at this time.
0 commit comments