summaryrefslogtreecommitdiff
path: root/composer.lock
blob: 0a2160c140d2388603e9fcee35c4ff24281737d4 (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
{
    "_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": "568ebb3d103302b9adcf67360487d76c",
    "packages": [
        {
            "name": "drogueronin/metaboxes",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/DRogueRonin/metaboxes.git",
                "reference": "131e542d013d6c1932bbf477d6eba031cebd0276"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/DRogueRonin%2Fmetaboxes/repository/archive.zip?sha=131e542d013d6c1932bbf477d6eba031cebd0276",
                "reference": "131e542d013d6c1932bbf477d6eba031cebd0276",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PostTypes\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Weipert",
                    "email": "code@drogueronin.de"
                }
            ],
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/23148438/issues"
            },
            "time": "2020-12-17T00:01:06+00:00"
        },
        {
            "name": "jjgrainger/posttypes",
            "version": "2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/jjgrainger/PostTypes.git",
                "reference": "a87584606e9ef726f7621c1d71a184fdf7282172"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jjgrainger/PostTypes/zipball/a87584606e9ef726f7621c1d71a184fdf7282172",
                "reference": "a87584606e9ef726f7621c1d71a184fdf7282172",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "8.*",
                "squizlabs/php_codesniffer": "3.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PostTypes\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joe Grainger",
                    "email": "hello@jjgrainger.co.uk",
                    "homepage": "https://jjgrainger.co.uk"
                }
            ],
            "description": "Simple WordPress custom post types.",
            "homepage": "https://github.com/jjgrainger/posttype",
            "support": {
                "issues": "https://github.com/jjgrainger/PostTypes/issues",
                "source": "https://github.com/jjgrainger/PostTypes/tree/v2.1"
            },
            "time": "2020-04-12T13:01:12+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=7.4"
    },
    "platform-dev": [],
    "plugin-api-version": "2.0.0"
}