-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.07 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "ramazancetinkaya/color-code-converter",
"description": "A modern PHP library for converting color codes between RGB, HEX, and HSL color spaces.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ramazan Çetinkaya",
"email": "ramazancetinkaya1337@protonmail.com",
"homepage": "https://github.com/ramazancetinkaya",
"role": "Developer"
}
],
"require": {
"php": ">=8.0"
},
"autoload": {
"psr-4": {
"ramazancetinkaya\\": "src/"
}
},
"keywords": [
"color-conversion",
"hex",
"rgb",
"hsl",
"php",
"php-library",
"color-codes",
"color-library",
"web-development",
"frontend-tools"
],
"homepage": "https://github.com/ramazancetinkaya/color-code-converter",
"support": {
"issues": "https://github.com/ramazancetinkaya/color-code-converter/issues",
"source": "https://github.com/ramazancetinkaya/color-code-converter"
}
}