aboutsummaryrefslogtreecommitdiffstats
path: root/composer.lock
blob: 69042da683cd6e73c37fd8122d9bc32da00ab57f (plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
    "_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": "8f8b099365b3839a80b19e266c4ba5e4",
    "packages": [
        {
            "name": "mexitek/phpcolors",
            "version": "v1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/mexitek/phpColors.git",
                "reference": "4043974240ca7dc3c2bec3c158588148b605b206"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mexitek/phpColors/zipball/4043974240ca7dc3c2bec3c158588148b605b206",
                "reference": "4043974240ca7dc3c2bec3c158588148b605b206",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "nette/tester": "^2.3",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arlo Carreon",
                    "homepage": "http://arlocarreon.com",
                    "role": "creator"
                }
            ],
            "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
            "homepage": "http://mexitek.github.com/phpColors/",
            "keywords": [
                "color",
                "css",
                "design",
                "frontend",
                "ui"
            ],
            "support": {
                "issues": "https://github.com/mexitek/phpColors/issues",
                "source": "https://github.com/mexitek/phpColors"
            },
            "time": "2021-11-26T13:19:08+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "bamarni/composer-bin-plugin",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bamarni/composer-bin-plugin.git",
                "reference": "49934ffea764864788334c1485fbb08a4b852031"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/49934ffea764864788334c1485fbb08a4b852031",
                "reference": "49934ffea764864788334c1485fbb08a4b852031",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^5.5.9 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^1.0 || ^2.0",
                "symfony/console": "^2.5 || ^3.0 || ^4.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Bamarni\\Composer\\Bin\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "Bamarni\\Composer\\Bin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "No conflicts for your bin dependencies",
            "keywords": [
                "composer",
                "conflict",
                "dependency",
                "executable",
                "isolation",
                "tool"
            ],
            "support": {
                "issues": "https://github.com/bamarni/composer-bin-plugin/issues",
                "source": "https://github.com/bamarni/composer-bin-plugin/tree/v1.5.0"
            },
            "time": "2022-02-22T21:01:25+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-mbstring": "*",
        "ext-pdo": "*",
        "ext-simplexml": "*",
        "ext-xmlreader": "*",
        "ext-zip": "*"
    },
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.4"
    },
    "plugin-api-version": "2.2.0"
}