-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
115 lines (115 loc) · 3.82 KB
/
composer.lock
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
{
"_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": "d8afe279ad0e2e2edff8b83197d779b7",
"packages": [
{
"name": "meta-box/mbb-parser",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wpmetabox/mbb-parser.git",
"reference": "8fd84824fb6f678b0b2527e8aae226c093b635d1"
},
"require": {
"meta-box/support": "dev-master",
"riimu/kit-phpencoder": "^2.4"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"MBBParser\\": "src/"
}
},
"description": "Parse meta box settings from JSON",
"time": "2024-10-23T09:11:04+00:00"
},
{
"name": "meta-box/support",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wpmetabox/support.git",
"reference": "99607eb4d8c8c96a7c882fc5a7c69cf3534d95bd"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"MetaBox\\Support\\": ""
}
},
"license": [
"GNU GPL-2.0"
],
"description": "Helpers for Meta Box plugins",
"homepage": "https://metabox.io",
"time": "2024-10-07T00:27:46+00:00"
},
{
"name": "riimu/kit-phpencoder",
"version": "v2.4.2",
"source": {
"type": "git",
"url": "https://github.com/Riimu/Kit-PHPEncoder.git",
"reference": "72ff7825de193b272e17b228394819dbfc638e72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Riimu/Kit-PHPEncoder/zipball/72ff7825de193b272e17b228394819dbfc638e72",
"reference": "72ff7825de193b272e17b228394819dbfc638e72",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Riimu\\Kit\\PHPEncoder\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Riikka Kalliomäki",
"email": "[email protected]",
"homepage": "http://riimu.net"
}
],
"description": "Highly customizable alternative to var_export for PHP code generation",
"homepage": "http://kit.riimu.net",
"keywords": [
"code",
"encoder",
"export",
"generator",
"variable"
],
"support": {
"issues": "https://github.com/Riimu/Kit-PHPEncoder/issues",
"source": "https://github.com/Riimu/Kit-PHPEncoder/tree/v2.4.2"
},
"time": "2022-12-10T18:12:25+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"meta-box/support": 20,
"meta-box/mbb-parser": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}