-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
67 lines (67 loc) · 2.51 KB
/
composer.lock
File metadata and controls
67 lines (67 loc) · 2.51 KB
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
{
"_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": "e79ccc5f51f772bb76a7d85a49cc4a8b",
"packages": [
{
"name": "yahnis-elsts/wp-update-server",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/YahnisElsts/wp-update-server.git",
"reference": "043380dd45be4620b82d8906e40bceb0955359f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/YahnisElsts/wp-update-server/zipball/043380dd45be4620b82d8906e40bceb0955359f5",
"reference": "043380dd45be4620b82d8906e40bceb0955359f5",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.3.0"
},
"suggest": {
"ext-mbstring": "Used for escaping log values in a utf8 compatible manner. If the extension isn't installed logged values are handled as single-byte character strings."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Yahnis Elsts",
"email": "whiteshadow@w-shadow.com",
"homepage": "https://w-shadow.com/",
"role": "Developer"
}
],
"description": "Custom update API server for WordPress plugins and themes.",
"homepage": "https://github.com/YahnisElsts/wp-update-server/",
"keywords": [
"automatic updates",
"plugin updates",
"theme updates",
"wordpress"
],
"support": {
"issues": "https://github.com/YahnisElsts/wp-update-server/issues",
"source": "https://github.com/YahnisElsts/wp-update-server/tree/v2.0.2"
},
"time": "2024-12-09T11:31:09+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.9.0"
}