-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
107 lines (107 loc) · 3.85 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
{
"_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": "9edb47302b0c3d70935dd87a7139f576",
"packages": [
{
"name": "kuuak/wordpress-setting-fields",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/kuuak/wordpress-setting-fields.git",
"reference": "cbaf556e84420b2e7cefae03bf6e5909897820db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kuuak/wordpress-setting-fields/zipball/cbaf556e84420b2e7cefae03bf6e5909897820db",
"reference": "cbaf556e84420b2e7cefae03bf6e5909897820db",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Kuuak\\WordPressSettingFields\\": "include/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kuuak"
}
],
"description": "WordPress setting field functions to output different type of fields",
"support": {
"issues": "https://github.com/kuuak/wordpress-setting-fields/issues",
"source": "https://github.com/kuuak/wordpress-setting-fields/tree/v1.1.2"
},
"time": "2023-07-14T08:55:40+00:00"
}
],
"packages-dev": [
{
"name": "johnpbloch/wordpress-core",
"version": "6.1.0",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress-core.git",
"reference": "2804caa571802035b95441e32a3be0f80672b199"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/2804caa571802035b95441e32a3be0f80672b199",
"reference": "2804caa571802035b95441e32a3be0f80672b199",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.6.20"
},
"provide": {
"wordpress/core-implementation": "6.1.0"
},
"type": "wordpress-core",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "WordPress Community",
"homepage": "https://wordpress.org/about/"
}
],
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"homepage": "https://wordpress.org/",
"keywords": [
"blog",
"cms",
"wordpress"
],
"support": {
"forum": "https://wordpress.org/support/",
"irc": "irc://irc.freenode.net/wordpress",
"issues": "https://core.trac.wordpress.org/",
"source": "https://core.trac.wordpress.org/browser",
"wiki": "https://codex.wordpress.org/"
},
"time": "2022-11-02T01:18:41+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}