We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97729d commit 5824c98Copy full SHA for 5824c98
composer.json
@@ -3,18 +3,25 @@
3
"description": "Generate Color with PHP",
4
"type": "library",
5
"license": "MIT",
6
- "autoload": {
7
- "psr-4": {
8
- "Binafy\\PhpColorGenerator\\": "src/"
9
- }
10
- },
11
"authors": [
12
{
13
- "name": "Milwad",
14
- "email": "98118400+milwad-dev@users.noreply.github.com"
+ "name": "Milwad Khosravi",
+ "email": "milwad.dev@gmail.com",
+ "role": "author",
+ "homepage": "https://github.com/milwad-dev"
+ },
+ {
+ "name": "Binafy",
15
+ "role": "owner",
16
+ "homepage": "https://github.com/binafy"
17
}
18
],
19
"minimum-stability": "dev",
20
+ "autoload": {
21
+ "psr-4": {
22
+ "Binafy\\PhpColorGenerator\\": "src/"
23
+ }
24
25
"require": {
26
"php": "^7.0"
27
},
0 commit comments