-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.lock
205 lines (205 loc) · 7.83 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"_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": "3573d4fafe2eaeabb2979c93717cb25c",
"packages": [],
"packages-dev": [
{
"name": "roots/wordpress",
"version": "6.7.1",
"source": {
"type": "git",
"url": "https://github.com/roots/wordpress.git",
"reference": "9451af491af7124c12186398c56ab87a6e145123"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roots/wordpress/zipball/9451af491af7124c12186398c56ab87a6e145123",
"reference": "9451af491af7124c12186398c56ab87a6e145123",
"shasum": ""
},
"require": {
"roots/wordpress-core-installer": "^1.0.0",
"roots/wordpress-no-content": "self.version"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"GPL-2.0-or-later"
],
"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": {
"issues": "https://github.com/roots/wordpress/issues",
"source": "https://github.com/roots/wordpress/tree/6.7.1"
},
"funding": [
{
"url": "https://github.com/roots",
"type": "github"
}
],
"time": "2024-11-13T09:56:09+00:00"
},
{
"name": "roots/wordpress-core-installer",
"version": "1.100.0",
"source": {
"type": "git",
"url": "https://github.com/roots/wordpress-core-installer.git",
"reference": "73f8488e5178c5d54234b919f823a9095e2b1847"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/73f8488e5178c5d54234b919f823a9095e2b1847",
"reference": "73f8488e5178c5d54234b919f823a9095e2b1847",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.6.0"
},
"conflict": {
"composer/installers": "<1.0.6"
},
"replace": {
"johnpbloch/wordpress-core-installer": "*"
},
"require-dev": {
"composer/composer": "^1.0 || ^2.0",
"phpunit/phpunit": ">=5.7.27"
},
"type": "composer-plugin",
"extra": {
"class": "Roots\\Composer\\WordPressCorePlugin"
},
"autoload": {
"psr-4": {
"Roots\\Composer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "John P. Bloch",
"email": "[email protected]"
},
{
"name": "Roots",
"email": "[email protected]"
}
],
"description": "A custom installer to handle deploying WordPress with composer",
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/roots/wordpress-core-installer/issues",
"source": "https://github.com/roots/wordpress-core-installer/tree/master"
},
"funding": [
{
"url": "https://github.com/roots",
"type": "github"
},
{
"url": "https://www.patreon.com/rootsdev",
"type": "patreon"
}
],
"time": "2020-08-20T00:27:30+00:00"
},
{
"name": "roots/wordpress-no-content",
"version": "6.7.1",
"source": {
"type": "git",
"url": "https://github.com/WordPress/WordPress.git",
"reference": "6.7.1"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip",
"shasum": "321a5b819369e772ce606fbc12b1e264fb73da5b"
},
"require": {
"php": ">= 7.2.24"
},
"provide": {
"wordpress/core-implementation": "6.7.1"
},
"suggest": {
"ext-curl": "Performs remote request operations.",
"ext-dom": "Used to validate Text Widget content and to automatically configuring IIS7+.",
"ext-exif": "Works with metadata stored in images.",
"ext-fileinfo": "Used to detect mimetype of file uploads.",
"ext-hash": "Used for hashing, including passwords and update packages.",
"ext-imagick": "Provides better image quality for media uploads.",
"ext-json": "Used for communications with other servers.",
"ext-libsodium": "Validates Signatures and provides securely random bytes.",
"ext-mbstring": "Used to properly handle UTF8 text.",
"ext-mysqli": "Connects to MySQL for database interactions.",
"ext-openssl": "Permits SSL-based connections to other hosts.",
"ext-pcre": "Increases performance of pattern matching in code searches.",
"ext-xml": "Used for XML parsing, such as from a third-party site.",
"ext-zip": "Used for decompressing Plugins, Themes, and WordPress update packages."
},
"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": {
"docs": "https://developer.wordpress.org/",
"forum": "https://wordpress.org/support/",
"irc": "irc://irc.freenode.net/wordpress",
"issues": "https://core.trac.wordpress.org/",
"rss": "https://wordpress.org/news/feed/",
"source": "https://core.trac.wordpress.org/browser",
"wiki": "https://codex.wordpress.org/"
},
"funding": [
{
"url": "https://wordpressfoundation.org/donate/",
"type": "other"
}
],
"time": "2024-11-21T14:15:19+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.0|^8.0"
},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}