forked from mexitek/phpColors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 923 Bytes
/
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
{
"name": "mexitek/phpcolors",
"description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
"type": "library",
"keywords": [
"color",
"ui",
"css",
"frontend",
"design"
],
"homepage": "https://github.com/mexitek/phpColors",
"license": "MIT",
"authors": [
{
"name": "Arlo Carreon",
"homepage": "http://arlocarreon.com",
"role": "creator"
}
],
"support": {
"issues": "https://github.com/mexitek/phpColors/issues",
"source": "https://github.com/mexitek/phpColors"
},
"require": {
"php": "^7.2|^8.0"
},
"require-dev": {
"nette/tester": "^2.3",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"classmap": [
"src"
]
}
}