Skip to content

Commit 5824c98

Browse files
committed
Update composer.json
1 parent d97729d commit 5824c98

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

composer.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
"description": "Generate Color with PHP",
44
"type": "library",
55
"license": "MIT",
6-
"autoload": {
7-
"psr-4": {
8-
"Binafy\\PhpColorGenerator\\": "src/"
9-
}
10-
},
116
"authors": [
127
{
13-
"name": "Milwad",
14-
"email": "[email protected]"
8+
"name": "Milwad Khosravi",
9+
"email": "[email protected]",
10+
"role": "author",
11+
"homepage": "https://github.com/milwad-dev"
12+
},
13+
{
14+
"name": "Binafy",
15+
"role": "owner",
16+
"homepage": "https://github.com/binafy"
1517
}
1618
],
1719
"minimum-stability": "dev",
20+
"autoload": {
21+
"psr-4": {
22+
"Binafy\\PhpColorGenerator\\": "src/"
23+
}
24+
},
1825
"require": {
1926
"php": "^7.0"
2027
},

0 commit comments

Comments
 (0)