Welcome to mirror list, hosted at ThFree Co, Russian Federation.

installed.json « composer « composer « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61ce38b2189f9c19a793c763820e2fffc6865c64 (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
{
    "packages": [
        {
            "name": "mexitek/phpcolors",
            "version": "v1.0.4",
            "version_normalized": "1.0.4.0",
            "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"
            },
            "time": "2021-11-26T13:19:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../mexitek/phpcolors"
        }
    ],
    "dev": false,
    "dev-package-names": []
}