-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.lock
129 lines (129 loc) · 4.54 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
{
"_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": "722fe13fe0a2e93559b515e44bf3f649",
"packages": [
{
"name": "deliciousbrains/wp-background-processing",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/deliciousbrains/wp-background-processing.git",
"reference": "2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800",
"reference": "2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"suggest": {
"coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library"
},
"type": "library",
"autoload": {
"classmap": [
"classes/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Delicious Brains",
"email": "[email protected]"
}
],
"description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.",
"time": "2020-07-31T07:00:11+00:00"
},
{
"name": "simplehtmldom/simplehtmldom",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/simplehtmldom/simplehtmldom.git",
"reference": "31ce157e7ba0c6ca35f94faedf031a945c3f6427"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplehtmldom/simplehtmldom/zipball/31ce157e7ba0c6ca35f94faedf031a945c3f6427",
"reference": "31ce157e7ba0c6ca35f94faedf031a945c3f6427",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^6 || ^7"
},
"suggest": {
"ext-curl": "Needed to support cURL downloads in class HtmlWeb",
"ext-mbstring": "Allows better decoding for multi-byte documents",
"ext-openssl": "Allows loading HTTPS pages when using cURL"
},
"type": "library",
"autoload": {
"classmap": [
"./"
],
"exclude-from-classmap": [
"/example/",
"/manual/",
"/testcase/",
"/tests/",
"simple_html_dom.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "S.C. Chen",
"role": "Developer"
},
{
"name": "John Schlick",
"role": "Developer"
},
{
"name": "logmanoriginal",
"role": "Developer"
}
],
"description": "A fast, simple and reliable HTML document parser for PHP.",
"homepage": "https://simplehtmldom.sourceforge.io/",
"keywords": [
"Simple",
"dom",
"html",
"parser",
"php",
"simplehtmldom"
],
"time": "2019-12-06T18:20:19+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"simplehtmldom/simplehtmldom": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}