-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
86 lines (86 loc) · 2.75 KB
/
composer.lock
File metadata and controls
86 lines (86 loc) · 2.75 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "fe5be88dd7c9c5acc59c543508a95f6b",
"packages": [
{
"name": "ssnepenthe/color-utils",
"version": "0.4.2",
"source": {
"type": "git",
"url": "https://github.com/ssnepenthe/color-utils.git",
"reference": "a68562f81fd603be0c45d102b4e8064c76ddf863"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ssnepenthe/color-utils/zipball/a68562f81fd603be0c45d102b4e8064c76ddf863",
"reference": "a68562f81fd603be0c45d102b4e8064c76ddf863",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phploc/phploc": "^3.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^6.0",
"psy/psysh": "^0.8",
"squizlabs/php_codesniffer": "^2.8",
"vimeo/psalm": "^0.3"
},
"type": "library",
"autoload": {
"files": [
"inc/colors.php",
"inc/helpers.php",
"inc/transformations.php"
],
"psr-4": {
"SSNepenthe\\ColorUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"description": "A PHP library for performing SASS-like color manipulations.",
"homepage": "https://github.com/ssnepenthe/color-utils",
"keywords": [
"Brightness",
"alpha",
"blue",
"color",
"conversion",
"convert",
"green",
"hex",
"hexadecimal",
"hsl",
"hsla",
"hue",
"lightness",
"luminance",
"manipulation",
"red",
"rgb",
"rgba",
"sass",
"saturation",
"scss",
"transformation"
],
"time": "2017-06-19T16:48:17+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}