Version Description
- 2021-01-21 =
- Fixed free shipping calculation when shipping classes used
- Fixed scripts for hebrew installations
- Added input data for additional costs in debug messages
Download this release
Release Info
Developer | wpdesk |
Plugin | Flexible Shipping for WooCommerce |
Version | 4.0.8 |
Comparing to | |
See all releases |
Code changes from version 4.0.7 to 4.0.8
- classes/class-flexible-shipping-plugin.php +2 -1
- composer.lock +0 -9085
- flexible-shipping.php +2 -2
- readme.txt +6 -1
- src/WPDesk/FS/TableRate/Rule/Condition/AbstractCondition.php +6 -6
- src/WPDesk/FS/TableRate/Rule/Cost/AbstractAdditionalCost.php +6 -4
- src/WPDesk/FS/TableRate/Rule/CostsCalculator.php +3 -1
- src/WPDesk/FS/TableRate/Rule/ShippingContents/ShippingContents.php +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
classes/class-flexible-shipping-plugin.php
CHANGED
@@ -650,7 +650,8 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
|
|
650 |
*/
|
651 |
private function should_enqueue_admin_scripts() {
|
652 |
$current_screen = get_current_screen();
|
653 |
-
|
|
|
654 |
return true;
|
655 |
}
|
656 |
return false;
|
650 |
*/
|
651 |
private function should_enqueue_admin_scripts() {
|
652 |
$current_screen = get_current_screen();
|
653 |
+
$wc_screen_id = sanitize_title( __( 'WooCommerce', 'woocommerce' ) );
|
654 |
+
if ( 'shop_order' === $current_screen->post_type || $wc_screen_id . '_page_wc-settings' === $current_screen->id ) {
|
655 |
return true;
|
656 |
}
|
657 |
return false;
|
composer.lock
DELETED
@@ -1,9085 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_readme": [
|
3 |
-
"This file locks the dependencies of your project to a known state",
|
4 |
-
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5 |
-
"This file is @generated automatically"
|
6 |
-
],
|
7 |
-
"content-hash": "c2828fb7fb9e70e1de8d034937031f69",
|
8 |
-
"packages": [
|
9 |
-
{
|
10 |
-
"name": "psr/log",
|
11 |
-
"version": "1.1.3",
|
12 |
-
"source": {
|
13 |
-
"type": "git",
|
14 |
-
"url": "https://github.com/php-fig/log.git",
|
15 |
-
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
16 |
-
},
|
17 |
-
"dist": {
|
18 |
-
"type": "zip",
|
19 |
-
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
20 |
-
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
21 |
-
"shasum": ""
|
22 |
-
},
|
23 |
-
"require": {
|
24 |
-
"php": ">=5.3.0"
|
25 |
-
},
|
26 |
-
"type": "library",
|
27 |
-
"extra": {
|
28 |
-
"branch-alias": {
|
29 |
-
"dev-master": "1.1.x-dev"
|
30 |
-
}
|
31 |
-
},
|
32 |
-
"autoload": {
|
33 |
-
"psr-4": {
|
34 |
-
"Psr\\Log\\": "Psr/Log/"
|
35 |
-
}
|
36 |
-
},
|
37 |
-
"notification-url": "https://packagist.org/downloads/",
|
38 |
-
"license": [
|
39 |
-
"MIT"
|
40 |
-
],
|
41 |
-
"authors": [
|
42 |
-
{
|
43 |
-
"name": "PHP-FIG",
|
44 |
-
"homepage": "http://www.php-fig.org/"
|
45 |
-
}
|
46 |
-
],
|
47 |
-
"description": "Common interface for logging libraries",
|
48 |
-
"homepage": "https://github.com/php-fig/log",
|
49 |
-
"keywords": [
|
50 |
-
"log",
|
51 |
-
"psr",
|
52 |
-
"psr-3"
|
53 |
-
],
|
54 |
-
"time": "2020-03-23T09:12:05+00:00"
|
55 |
-
},
|
56 |
-
{
|
57 |
-
"name": "wpdesk/wp-builder",
|
58 |
-
"version": "1.4.4",
|
59 |
-
"source": {
|
60 |
-
"type": "git",
|
61 |
-
"url": "https://gitlab.com/wpdesk/wp-builder.git",
|
62 |
-
"reference": "e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9"
|
63 |
-
},
|
64 |
-
"dist": {
|
65 |
-
"type": "zip",
|
66 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-builder/repository/archive.zip?sha=e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9",
|
67 |
-
"reference": "e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9",
|
68 |
-
"shasum": ""
|
69 |
-
},
|
70 |
-
"require": {
|
71 |
-
"php": ">=5.5"
|
72 |
-
},
|
73 |
-
"require-dev": {
|
74 |
-
"10up/wp_mock": "*",
|
75 |
-
"mockery/mockery": "*",
|
76 |
-
"phpunit/phpunit": "<7",
|
77 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
78 |
-
"wimg/php-compatibility": "^8",
|
79 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
80 |
-
},
|
81 |
-
"type": "library",
|
82 |
-
"autoload": {
|
83 |
-
"psr-4": {
|
84 |
-
"WPDesk\\PluginBuilder\\": "src/"
|
85 |
-
},
|
86 |
-
"classmap": [
|
87 |
-
"src/Plugin/WithoutNamespace"
|
88 |
-
]
|
89 |
-
},
|
90 |
-
"notification-url": "https://packagist.org/downloads/",
|
91 |
-
"authors": [
|
92 |
-
{
|
93 |
-
"name": "Krzysiek",
|
94 |
-
"email": "krzysiek@wpdesk.pl"
|
95 |
-
}
|
96 |
-
],
|
97 |
-
"time": "2020-06-17T08:00:07+00:00"
|
98 |
-
},
|
99 |
-
{
|
100 |
-
"name": "wpdesk/wp-notice",
|
101 |
-
"version": "3.1.3",
|
102 |
-
"source": {
|
103 |
-
"type": "git",
|
104 |
-
"url": "https://gitlab.com/wpdesk/wp-notice.git",
|
105 |
-
"reference": "bd062f56852a6206ae23f0c635ee7c97aa553438"
|
106 |
-
},
|
107 |
-
"dist": {
|
108 |
-
"type": "zip",
|
109 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-notice/repository/archive.zip?sha=bd062f56852a6206ae23f0c635ee7c97aa553438",
|
110 |
-
"reference": "bd062f56852a6206ae23f0c635ee7c97aa553438",
|
111 |
-
"shasum": ""
|
112 |
-
},
|
113 |
-
"require": {
|
114 |
-
"php": ">=5.5",
|
115 |
-
"wpdesk/wp-builder": "^1.0"
|
116 |
-
},
|
117 |
-
"require-dev": {
|
118 |
-
"10up/wp_mock": "*",
|
119 |
-
"mockery/mockery": "*",
|
120 |
-
"phpunit/phpunit": "<7",
|
121 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
122 |
-
"wimg/php-compatibility": "^8",
|
123 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
124 |
-
},
|
125 |
-
"type": "library",
|
126 |
-
"autoload": {
|
127 |
-
"psr-4": {
|
128 |
-
"WPDesk\\Notice\\": "src/WPDesk/Notice/"
|
129 |
-
},
|
130 |
-
"files": [
|
131 |
-
"src/WPDesk/notice-functions.php"
|
132 |
-
]
|
133 |
-
},
|
134 |
-
"notification-url": "https://packagist.org/downloads/",
|
135 |
-
"license": [
|
136 |
-
"MIT"
|
137 |
-
],
|
138 |
-
"authors": [
|
139 |
-
{
|
140 |
-
"name": "grola",
|
141 |
-
"email": "grola@wpdesk.net"
|
142 |
-
}
|
143 |
-
],
|
144 |
-
"description": "Library for displaying Wordpress notices.",
|
145 |
-
"homepage": "https://gitlab.com/wpdesk/wp-notice",
|
146 |
-
"keywords": [
|
147 |
-
"admin",
|
148 |
-
"notice",
|
149 |
-
"wordpress"
|
150 |
-
],
|
151 |
-
"time": "2020-03-06T11:09:25+00:00"
|
152 |
-
},
|
153 |
-
{
|
154 |
-
"name": "wpdesk/wp-wpdesk-fs-compatibility",
|
155 |
-
"version": "1.0.9",
|
156 |
-
"source": {
|
157 |
-
"type": "git",
|
158 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-fs-compatibility.git",
|
159 |
-
"reference": "fd1157fe2f7033865d07635e8e5580cb8097272a"
|
160 |
-
},
|
161 |
-
"dist": {
|
162 |
-
"type": "zip",
|
163 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-fs-compatibility/repository/archive.zip?sha=fd1157fe2f7033865d07635e8e5580cb8097272a",
|
164 |
-
"reference": "fd1157fe2f7033865d07635e8e5580cb8097272a",
|
165 |
-
"shasum": ""
|
166 |
-
},
|
167 |
-
"require": {
|
168 |
-
"php": ">=5.6",
|
169 |
-
"psr/log": "^1.1",
|
170 |
-
"wpdesk/wp-builder": "^1.4",
|
171 |
-
"wpdesk/wp-notice": "^3.1.3"
|
172 |
-
},
|
173 |
-
"require-dev": {
|
174 |
-
"10up/wp_mock": "^0.3",
|
175 |
-
"mockery/mockery": "^1.2",
|
176 |
-
"phpunit/phpunit": "<7"
|
177 |
-
},
|
178 |
-
"type": "library",
|
179 |
-
"extra": {
|
180 |
-
"text-domain": "wp-wpdesk-fs-compatibility",
|
181 |
-
"translations-folder": "lang",
|
182 |
-
"po-files": {
|
183 |
-
"pl_PL": "pl_PL.po"
|
184 |
-
}
|
185 |
-
},
|
186 |
-
"autoload": {
|
187 |
-
"psr-4": {
|
188 |
-
"WPDesk\\FS\\Compatibility\\": "src/"
|
189 |
-
}
|
190 |
-
},
|
191 |
-
"notification-url": "https://packagist.org/downloads/",
|
192 |
-
"authors": [
|
193 |
-
{
|
194 |
-
"name": "Sebastian",
|
195 |
-
"email": "sebastian.pisula@flexibleshipping.com"
|
196 |
-
}
|
197 |
-
],
|
198 |
-
"time": "2020-12-16T17:22:21+00:00"
|
199 |
-
},
|
200 |
-
{
|
201 |
-
"name": "wpdesk/wp-wpdesk-helper-override",
|
202 |
-
"version": "1.1.0",
|
203 |
-
"source": {
|
204 |
-
"type": "git",
|
205 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-helper-override.git",
|
206 |
-
"reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542"
|
207 |
-
},
|
208 |
-
"dist": {
|
209 |
-
"type": "zip",
|
210 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-helper-override/repository/archive.zip?sha=77844fc71da7ebb7645f10f0fc15f5294fed8542",
|
211 |
-
"reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542",
|
212 |
-
"shasum": ""
|
213 |
-
},
|
214 |
-
"require": {
|
215 |
-
"php": ">=5.6"
|
216 |
-
},
|
217 |
-
"require-dev": {
|
218 |
-
"phpunit/phpunit": "<7"
|
219 |
-
},
|
220 |
-
"type": "library",
|
221 |
-
"autoload": {
|
222 |
-
"classmap": [
|
223 |
-
"src"
|
224 |
-
]
|
225 |
-
},
|
226 |
-
"notification-url": "https://packagist.org/downloads/",
|
227 |
-
"authors": [
|
228 |
-
{
|
229 |
-
"name": "Krzysiek",
|
230 |
-
"email": "krzysiek@wpdesk.pl"
|
231 |
-
}
|
232 |
-
],
|
233 |
-
"time": "2019-08-13T07:33:46+00:00"
|
234 |
-
}
|
235 |
-
],
|
236 |
-
"packages-dev": [
|
237 |
-
{
|
238 |
-
"name": "10up/wp_mock",
|
239 |
-
"version": "0.2.0",
|
240 |
-
"source": {
|
241 |
-
"type": "git",
|
242 |
-
"url": "https://github.com/10up/wp_mock.git",
|
243 |
-
"reference": "507e59027e9b0d86eba9b74420962a72c4c2ec9e"
|
244 |
-
},
|
245 |
-
"dist": {
|
246 |
-
"type": "zip",
|
247 |
-
"url": "https://api.github.com/repos/10up/wp_mock/zipball/507e59027e9b0d86eba9b74420962a72c4c2ec9e",
|
248 |
-
"reference": "507e59027e9b0d86eba9b74420962a72c4c2ec9e",
|
249 |
-
"shasum": ""
|
250 |
-
},
|
251 |
-
"require": {
|
252 |
-
"antecedent/patchwork": "~2.0.3",
|
253 |
-
"mockery/mockery": "^0.9.5",
|
254 |
-
"php": ">=5.6",
|
255 |
-
"phpunit/phpunit": ">=4.3"
|
256 |
-
},
|
257 |
-
"conflict": {
|
258 |
-
"phpunit/phpunit": ">=6.0"
|
259 |
-
},
|
260 |
-
"require-dev": {
|
261 |
-
"behat/behat": "^3.0"
|
262 |
-
},
|
263 |
-
"type": "library",
|
264 |
-
"autoload": {
|
265 |
-
"psr-4": {
|
266 |
-
"WP_Mock\\": "./php/WP_Mock"
|
267 |
-
},
|
268 |
-
"classmap": [
|
269 |
-
"php/WP_Mock.php"
|
270 |
-
]
|
271 |
-
},
|
272 |
-
"notification-url": "https://packagist.org/downloads/",
|
273 |
-
"license": [
|
274 |
-
"GPL-2.0+"
|
275 |
-
],
|
276 |
-
"description": "A mocking library to take the pain out of unit testing for WordPress",
|
277 |
-
"time": "2017-07-19T03:10:11+00:00"
|
278 |
-
},
|
279 |
-
{
|
280 |
-
"name": "antecedent/patchwork",
|
281 |
-
"version": "2.0.9",
|
282 |
-
"source": {
|
283 |
-
"type": "git",
|
284 |
-
"url": "https://github.com/antecedent/patchwork.git",
|
285 |
-
"reference": "cab3be4865e47f1dc447715e76c7b616e48b005d"
|
286 |
-
},
|
287 |
-
"dist": {
|
288 |
-
"type": "zip",
|
289 |
-
"url": "https://api.github.com/repos/antecedent/patchwork/zipball/cab3be4865e47f1dc447715e76c7b616e48b005d",
|
290 |
-
"reference": "cab3be4865e47f1dc447715e76c7b616e48b005d",
|
291 |
-
"shasum": ""
|
292 |
-
},
|
293 |
-
"require": {
|
294 |
-
"php": ">=5.4.0"
|
295 |
-
},
|
296 |
-
"type": "library",
|
297 |
-
"notification-url": "https://packagist.org/downloads/",
|
298 |
-
"license": [
|
299 |
-
"MIT"
|
300 |
-
],
|
301 |
-
"authors": [
|
302 |
-
{
|
303 |
-
"name": "Ignas Rudaitis",
|
304 |
-
"email": "ignas.rudaitis@gmail.com"
|
305 |
-
}
|
306 |
-
],
|
307 |
-
"description": "Method redefinition (monkey-patching) functionality for PHP.",
|
308 |
-
"homepage": "http://patchwork2.org/",
|
309 |
-
"keywords": [
|
310 |
-
"aop",
|
311 |
-
"aspect",
|
312 |
-
"interception",
|
313 |
-
"monkeypatching",
|
314 |
-
"redefinition",
|
315 |
-
"runkit",
|
316 |
-
"testing"
|
317 |
-
],
|
318 |
-
"time": "2017-08-01T11:52:57+00:00"
|
319 |
-
},
|
320 |
-
{
|
321 |
-
"name": "behat/gherkin",
|
322 |
-
"version": "v4.6.2",
|
323 |
-
"source": {
|
324 |
-
"type": "git",
|
325 |
-
"url": "https://github.com/Behat/Gherkin.git",
|
326 |
-
"reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31"
|
327 |
-
},
|
328 |
-
"dist": {
|
329 |
-
"type": "zip",
|
330 |
-
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31",
|
331 |
-
"reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31",
|
332 |
-
"shasum": ""
|
333 |
-
},
|
334 |
-
"require": {
|
335 |
-
"php": ">=5.3.1"
|
336 |
-
},
|
337 |
-
"require-dev": {
|
338 |
-
"phpunit/phpunit": "~4.5|~5",
|
339 |
-
"symfony/phpunit-bridge": "~2.7|~3|~4",
|
340 |
-
"symfony/yaml": "~2.3|~3|~4"
|
341 |
-
},
|
342 |
-
"suggest": {
|
343 |
-
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
344 |
-
},
|
345 |
-
"type": "library",
|
346 |
-
"extra": {
|
347 |
-
"branch-alias": {
|
348 |
-
"dev-master": "4.4-dev"
|
349 |
-
}
|
350 |
-
},
|
351 |
-
"autoload": {
|
352 |
-
"psr-0": {
|
353 |
-
"Behat\\Gherkin": "src/"
|
354 |
-
}
|
355 |
-
},
|
356 |
-
"notification-url": "https://packagist.org/downloads/",
|
357 |
-
"license": [
|
358 |
-
"MIT"
|
359 |
-
],
|
360 |
-
"authors": [
|
361 |
-
{
|
362 |
-
"name": "Konstantin Kudryashov",
|
363 |
-
"email": "ever.zet@gmail.com",
|
364 |
-
"homepage": "http://everzet.com"
|
365 |
-
}
|
366 |
-
],
|
367 |
-
"description": "Gherkin DSL parser for PHP 5.3",
|
368 |
-
"homepage": "http://behat.org/",
|
369 |
-
"keywords": [
|
370 |
-
"BDD",
|
371 |
-
"Behat",
|
372 |
-
"Cucumber",
|
373 |
-
"DSL",
|
374 |
-
"gherkin",
|
375 |
-
"parser"
|
376 |
-
],
|
377 |
-
"time": "2020-03-17T14:03:26+00:00"
|
378 |
-
},
|
379 |
-
{
|
380 |
-
"name": "codeception/codeception",
|
381 |
-
"version": "4.1.14",
|
382 |
-
"source": {
|
383 |
-
"type": "git",
|
384 |
-
"url": "https://github.com/Codeception/Codeception.git",
|
385 |
-
"reference": "bf2d7861cc6cf4e118a21c6945f482a5c822636c"
|
386 |
-
},
|
387 |
-
"dist": {
|
388 |
-
"type": "zip",
|
389 |
-
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/bf2d7861cc6cf4e118a21c6945f482a5c822636c",
|
390 |
-
"reference": "bf2d7861cc6cf4e118a21c6945f482a5c822636c",
|
391 |
-
"shasum": ""
|
392 |
-
},
|
393 |
-
"require": {
|
394 |
-
"behat/gherkin": "^4.4.0",
|
395 |
-
"codeception/lib-asserts": "^1.0",
|
396 |
-
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
|
397 |
-
"codeception/stub": "^2.0 | ^3.0",
|
398 |
-
"ext-curl": "*",
|
399 |
-
"ext-json": "*",
|
400 |
-
"ext-mbstring": "*",
|
401 |
-
"guzzlehttp/psr7": "~1.4",
|
402 |
-
"php": ">=5.6.0 <9.0",
|
403 |
-
"symfony/console": ">=2.7 <6.0",
|
404 |
-
"symfony/css-selector": ">=2.7 <6.0",
|
405 |
-
"symfony/event-dispatcher": ">=2.7 <6.0",
|
406 |
-
"symfony/finder": ">=2.7 <6.0",
|
407 |
-
"symfony/yaml": ">=2.7 <6.0"
|
408 |
-
},
|
409 |
-
"require-dev": {
|
410 |
-
"codeception/module-asserts": "*@dev",
|
411 |
-
"codeception/module-cli": "*@dev",
|
412 |
-
"codeception/module-db": "*@dev",
|
413 |
-
"codeception/module-filesystem": "*@dev",
|
414 |
-
"codeception/module-phpbrowser": "*@dev",
|
415 |
-
"codeception/specify": "~0.3",
|
416 |
-
"codeception/util-universalframework": "*@dev",
|
417 |
-
"monolog/monolog": "~1.8",
|
418 |
-
"squizlabs/php_codesniffer": "~2.0",
|
419 |
-
"symfony/process": ">=2.7 <6.0",
|
420 |
-
"vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0 | ^5.0"
|
421 |
-
},
|
422 |
-
"suggest": {
|
423 |
-
"codeception/specify": "BDD-style code blocks",
|
424 |
-
"codeception/verify": "BDD-style assertions",
|
425 |
-
"hoa/console": "For interactive console functionality",
|
426 |
-
"stecman/symfony-console-completion": "For BASH autocompletion",
|
427 |
-
"symfony/phpunit-bridge": "For phpunit-bridge support"
|
428 |
-
},
|
429 |
-
"bin": [
|
430 |
-
"codecept"
|
431 |
-
],
|
432 |
-
"type": "library",
|
433 |
-
"extra": {
|
434 |
-
"branch-alias": []
|
435 |
-
},
|
436 |
-
"autoload": {
|
437 |
-
"psr-4": {
|
438 |
-
"Codeception\\": "src/Codeception",
|
439 |
-
"Codeception\\Extension\\": "ext"
|
440 |
-
}
|
441 |
-
},
|
442 |
-
"notification-url": "https://packagist.org/downloads/",
|
443 |
-
"license": [
|
444 |
-
"MIT"
|
445 |
-
],
|
446 |
-
"authors": [
|
447 |
-
{
|
448 |
-
"name": "Michael Bodnarchuk",
|
449 |
-
"email": "davert@mail.ua",
|
450 |
-
"homepage": "http://codegyre.com"
|
451 |
-
}
|
452 |
-
],
|
453 |
-
"description": "BDD-style testing framework",
|
454 |
-
"homepage": "http://codeception.com/",
|
455 |
-
"keywords": [
|
456 |
-
"BDD",
|
457 |
-
"TDD",
|
458 |
-
"acceptance testing",
|
459 |
-
"functional testing",
|
460 |
-
"unit testing"
|
461 |
-
],
|
462 |
-
"funding": [
|
463 |
-
{
|
464 |
-
"url": "https://opencollective.com/codeception",
|
465 |
-
"type": "open_collective"
|
466 |
-
}
|
467 |
-
],
|
468 |
-
"time": "2020-12-28T19:16:28+00:00"
|
469 |
-
},
|
470 |
-
{
|
471 |
-
"name": "codeception/lib-asserts",
|
472 |
-
"version": "1.13.2",
|
473 |
-
"source": {
|
474 |
-
"type": "git",
|
475 |
-
"url": "https://github.com/Codeception/lib-asserts.git",
|
476 |
-
"reference": "184231d5eab66bc69afd6b9429344d80c67a33b6"
|
477 |
-
},
|
478 |
-
"dist": {
|
479 |
-
"type": "zip",
|
480 |
-
"url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/184231d5eab66bc69afd6b9429344d80c67a33b6",
|
481 |
-
"reference": "184231d5eab66bc69afd6b9429344d80c67a33b6",
|
482 |
-
"shasum": ""
|
483 |
-
},
|
484 |
-
"require": {
|
485 |
-
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0",
|
486 |
-
"ext-dom": "*",
|
487 |
-
"php": ">=5.6.0 <9.0"
|
488 |
-
},
|
489 |
-
"type": "library",
|
490 |
-
"autoload": {
|
491 |
-
"classmap": [
|
492 |
-
"src/"
|
493 |
-
]
|
494 |
-
},
|
495 |
-
"notification-url": "https://packagist.org/downloads/",
|
496 |
-
"license": [
|
497 |
-
"MIT"
|
498 |
-
],
|
499 |
-
"authors": [
|
500 |
-
{
|
501 |
-
"name": "Michael Bodnarchuk",
|
502 |
-
"email": "davert@mail.ua",
|
503 |
-
"homepage": "http://codegyre.com"
|
504 |
-
},
|
505 |
-
{
|
506 |
-
"name": "Gintautas Miselis"
|
507 |
-
},
|
508 |
-
{
|
509 |
-
"name": "Gustavo Nieves",
|
510 |
-
"homepage": "https://medium.com/@ganieves"
|
511 |
-
}
|
512 |
-
],
|
513 |
-
"description": "Assertion methods used by Codeception core and Asserts module",
|
514 |
-
"homepage": "https://codeception.com/",
|
515 |
-
"keywords": [
|
516 |
-
"codeception"
|
517 |
-
],
|
518 |
-
"time": "2020-10-21T16:26:20+00:00"
|
519 |
-
},
|
520 |
-
{
|
521 |
-
"name": "codeception/lib-innerbrowser",
|
522 |
-
"version": "1.3.4",
|
523 |
-
"source": {
|
524 |
-
"type": "git",
|
525 |
-
"url": "https://github.com/Codeception/lib-innerbrowser.git",
|
526 |
-
"reference": "fd921e089147057b456ca3660de72112167e40a4"
|
527 |
-
},
|
528 |
-
"dist": {
|
529 |
-
"type": "zip",
|
530 |
-
"url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/fd921e089147057b456ca3660de72112167e40a4",
|
531 |
-
"reference": "fd921e089147057b456ca3660de72112167e40a4",
|
532 |
-
"shasum": ""
|
533 |
-
},
|
534 |
-
"require": {
|
535 |
-
"codeception/codeception": "*@dev",
|
536 |
-
"ext-dom": "*",
|
537 |
-
"ext-json": "*",
|
538 |
-
"ext-mbstring": "*",
|
539 |
-
"php": ">=5.6.0 <9.0",
|
540 |
-
"symfony/browser-kit": ">=2.7 <6.0",
|
541 |
-
"symfony/dom-crawler": ">=2.7 <6.0"
|
542 |
-
},
|
543 |
-
"conflict": {
|
544 |
-
"codeception/codeception": "<4.0"
|
545 |
-
},
|
546 |
-
"require-dev": {
|
547 |
-
"codeception/util-universalframework": "dev-master"
|
548 |
-
},
|
549 |
-
"type": "library",
|
550 |
-
"autoload": {
|
551 |
-
"classmap": [
|
552 |
-
"src/"
|
553 |
-
]
|
554 |
-
},
|
555 |
-
"notification-url": "https://packagist.org/downloads/",
|
556 |
-
"license": [
|
557 |
-
"MIT"
|
558 |
-
],
|
559 |
-
"authors": [
|
560 |
-
{
|
561 |
-
"name": "Michael Bodnarchuk",
|
562 |
-
"email": "davert@mail.ua",
|
563 |
-
"homepage": "http://codegyre.com"
|
564 |
-
},
|
565 |
-
{
|
566 |
-
"name": "Gintautas Miselis"
|
567 |
-
}
|
568 |
-
],
|
569 |
-
"description": "Parent library for all Codeception framework modules and PhpBrowser",
|
570 |
-
"homepage": "https://codeception.com/",
|
571 |
-
"keywords": [
|
572 |
-
"codeception"
|
573 |
-
],
|
574 |
-
"time": "2020-10-22T05:45:03+00:00"
|
575 |
-
},
|
576 |
-
{
|
577 |
-
"name": "codeception/module-asserts",
|
578 |
-
"version": "1.3.1",
|
579 |
-
"source": {
|
580 |
-
"type": "git",
|
581 |
-
"url": "https://github.com/Codeception/module-asserts.git",
|
582 |
-
"reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de"
|
583 |
-
},
|
584 |
-
"dist": {
|
585 |
-
"type": "zip",
|
586 |
-
"url": "https://api.github.com/repos/Codeception/module-asserts/zipball/59374f2fef0cabb9e8ddb53277e85cdca74328de",
|
587 |
-
"reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de",
|
588 |
-
"shasum": ""
|
589 |
-
},
|
590 |
-
"require": {
|
591 |
-
"codeception/codeception": "*@dev",
|
592 |
-
"codeception/lib-asserts": "^1.13.1",
|
593 |
-
"php": ">=5.6.0 <9.0"
|
594 |
-
},
|
595 |
-
"conflict": {
|
596 |
-
"codeception/codeception": "<4.0"
|
597 |
-
},
|
598 |
-
"type": "library",
|
599 |
-
"autoload": {
|
600 |
-
"classmap": [
|
601 |
-
"src/"
|
602 |
-
]
|
603 |
-
},
|
604 |
-
"notification-url": "https://packagist.org/downloads/",
|
605 |
-
"license": [
|
606 |
-
"MIT"
|
607 |
-
],
|
608 |
-
"authors": [
|
609 |
-
{
|
610 |
-
"name": "Michael Bodnarchuk"
|
611 |
-
},
|
612 |
-
{
|
613 |
-
"name": "Gintautas Miselis"
|
614 |
-
},
|
615 |
-
{
|
616 |
-
"name": "Gustavo Nieves",
|
617 |
-
"homepage": "https://medium.com/@ganieves"
|
618 |
-
}
|
619 |
-
],
|
620 |
-
"description": "Codeception module containing various assertions",
|
621 |
-
"homepage": "https://codeception.com/",
|
622 |
-
"keywords": [
|
623 |
-
"assertions",
|
624 |
-
"asserts",
|
625 |
-
"codeception"
|
626 |
-
],
|
627 |
-
"time": "2020-10-21T16:48:15+00:00"
|
628 |
-
},
|
629 |
-
{
|
630 |
-
"name": "codeception/module-cli",
|
631 |
-
"version": "1.1.1",
|
632 |
-
"source": {
|
633 |
-
"type": "git",
|
634 |
-
"url": "https://github.com/Codeception/module-cli.git",
|
635 |
-
"reference": "1f841ad4a1d43e5d9e60a43c4cc9e5af8008024f"
|
636 |
-
},
|
637 |
-
"dist": {
|
638 |
-
"type": "zip",
|
639 |
-
"url": "https://api.github.com/repos/Codeception/module-cli/zipball/1f841ad4a1d43e5d9e60a43c4cc9e5af8008024f",
|
640 |
-
"reference": "1f841ad4a1d43e5d9e60a43c4cc9e5af8008024f",
|
641 |
-
"shasum": ""
|
642 |
-
},
|
643 |
-
"require": {
|
644 |
-
"codeception/codeception": "*@dev",
|
645 |
-
"php": ">=5.6.0 <9.0"
|
646 |
-
},
|
647 |
-
"conflict": {
|
648 |
-
"codeception/codeception": "<4.0"
|
649 |
-
},
|
650 |
-
"type": "library",
|
651 |
-
"autoload": {
|
652 |
-
"classmap": [
|
653 |
-
"src/"
|
654 |
-
]
|
655 |
-
},
|
656 |
-
"notification-url": "https://packagist.org/downloads/",
|
657 |
-
"license": [
|
658 |
-
"MIT"
|
659 |
-
],
|
660 |
-
"authors": [
|
661 |
-
{
|
662 |
-
"name": "Michael Bodnarchuk"
|
663 |
-
}
|
664 |
-
],
|
665 |
-
"description": "Codeception module for testing basic shell commands and shell output",
|
666 |
-
"homepage": "http://codeception.com/",
|
667 |
-
"keywords": [
|
668 |
-
"codeception"
|
669 |
-
],
|
670 |
-
"time": "2020-12-26T16:56:19+00:00"
|
671 |
-
},
|
672 |
-
{
|
673 |
-
"name": "codeception/module-db",
|
674 |
-
"version": "1.1.0",
|
675 |
-
"source": {
|
676 |
-
"type": "git",
|
677 |
-
"url": "https://github.com/Codeception/module-db.git",
|
678 |
-
"reference": "8c8076cd05d4db95798acd7dba2a56578210982c"
|
679 |
-
},
|
680 |
-
"dist": {
|
681 |
-
"type": "zip",
|
682 |
-
"url": "https://api.github.com/repos/Codeception/module-db/zipball/8c8076cd05d4db95798acd7dba2a56578210982c",
|
683 |
-
"reference": "8c8076cd05d4db95798acd7dba2a56578210982c",
|
684 |
-
"shasum": ""
|
685 |
-
},
|
686 |
-
"require": {
|
687 |
-
"codeception/codeception": "*@dev",
|
688 |
-
"php": ">=5.6.0 <9.0"
|
689 |
-
},
|
690 |
-
"conflict": {
|
691 |
-
"codeception/codeception": "<4.0"
|
692 |
-
},
|
693 |
-
"type": "library",
|
694 |
-
"autoload": {
|
695 |
-
"classmap": [
|
696 |
-
"src/"
|
697 |
-
]
|
698 |
-
},
|
699 |
-
"notification-url": "https://packagist.org/downloads/",
|
700 |
-
"license": [
|
701 |
-
"MIT"
|
702 |
-
],
|
703 |
-
"authors": [
|
704 |
-
{
|
705 |
-
"name": "Michael Bodnarchuk"
|
706 |
-
},
|
707 |
-
{
|
708 |
-
"name": "Gintautas Miselis"
|
709 |
-
}
|
710 |
-
],
|
711 |
-
"description": "DB module for Codeception",
|
712 |
-
"homepage": "http://codeception.com/",
|
713 |
-
"keywords": [
|
714 |
-
"codeception",
|
715 |
-
"database-testing",
|
716 |
-
"db-testing"
|
717 |
-
],
|
718 |
-
"time": "2020-12-20T13:37:07+00:00"
|
719 |
-
},
|
720 |
-
{
|
721 |
-
"name": "codeception/module-filesystem",
|
722 |
-
"version": "1.0.3",
|
723 |
-
"source": {
|
724 |
-
"type": "git",
|
725 |
-
"url": "https://github.com/Codeception/module-filesystem.git",
|
726 |
-
"reference": "781be167fb1557bfc9b61e0a4eac60a32c534ec1"
|
727 |
-
},
|
728 |
-
"dist": {
|
729 |
-
"type": "zip",
|
730 |
-
"url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/781be167fb1557bfc9b61e0a4eac60a32c534ec1",
|
731 |
-
"reference": "781be167fb1557bfc9b61e0a4eac60a32c534ec1",
|
732 |
-
"shasum": ""
|
733 |
-
},
|
734 |
-
"require": {
|
735 |
-
"codeception/codeception": "^4.0",
|
736 |
-
"php": ">=5.6.0 <9.0",
|
737 |
-
"symfony/finder": ">=2.7 <6.0"
|
738 |
-
},
|
739 |
-
"conflict": {
|
740 |
-
"codeception/codeception": "<4.0"
|
741 |
-
},
|
742 |
-
"type": "library",
|
743 |
-
"autoload": {
|
744 |
-
"classmap": [
|
745 |
-
"src/"
|
746 |
-
]
|
747 |
-
},
|
748 |
-
"notification-url": "https://packagist.org/downloads/",
|
749 |
-
"license": [
|
750 |
-
"MIT"
|
751 |
-
],
|
752 |
-
"authors": [
|
753 |
-
{
|
754 |
-
"name": "Michael Bodnarchuk"
|
755 |
-
},
|
756 |
-
{
|
757 |
-
"name": "Gintautas Miselis"
|
758 |
-
}
|
759 |
-
],
|
760 |
-
"description": "Codeception module for testing local filesystem",
|
761 |
-
"homepage": "http://codeception.com/",
|
762 |
-
"keywords": [
|
763 |
-
"codeception",
|
764 |
-
"filesystem"
|
765 |
-
],
|
766 |
-
"time": "2020-10-24T14:46:40+00:00"
|
767 |
-
},
|
768 |
-
{
|
769 |
-
"name": "codeception/module-phpbrowser",
|
770 |
-
"version": "1.0.2",
|
771 |
-
"source": {
|
772 |
-
"type": "git",
|
773 |
-
"url": "https://github.com/Codeception/module-phpbrowser.git",
|
774 |
-
"reference": "770a6be4160a5c0c08d100dd51bff35f6056bbf1"
|
775 |
-
},
|
776 |
-
"dist": {
|
777 |
-
"type": "zip",
|
778 |
-
"url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/770a6be4160a5c0c08d100dd51bff35f6056bbf1",
|
779 |
-
"reference": "770a6be4160a5c0c08d100dd51bff35f6056bbf1",
|
780 |
-
"shasum": ""
|
781 |
-
},
|
782 |
-
"require": {
|
783 |
-
"codeception/codeception": "^4.0",
|
784 |
-
"codeception/lib-innerbrowser": "^1.3",
|
785 |
-
"guzzlehttp/guzzle": "^6.3|^7.0",
|
786 |
-
"php": ">=5.6.0 <9.0"
|
787 |
-
},
|
788 |
-
"conflict": {
|
789 |
-
"codeception/codeception": "<4.0"
|
790 |
-
},
|
791 |
-
"require-dev": {
|
792 |
-
"codeception/module-rest": "^1.0"
|
793 |
-
},
|
794 |
-
"suggest": {
|
795 |
-
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
|
796 |
-
},
|
797 |
-
"type": "library",
|
798 |
-
"autoload": {
|
799 |
-
"classmap": [
|
800 |
-
"src/"
|
801 |
-
]
|
802 |
-
},
|
803 |
-
"notification-url": "https://packagist.org/downloads/",
|
804 |
-
"license": [
|
805 |
-
"MIT"
|
806 |
-
],
|
807 |
-
"authors": [
|
808 |
-
{
|
809 |
-
"name": "Michael Bodnarchuk"
|
810 |
-
},
|
811 |
-
{
|
812 |
-
"name": "Gintautas Miselis"
|
813 |
-
}
|
814 |
-
],
|
815 |
-
"description": "Codeception module for testing web application over HTTP",
|
816 |
-
"homepage": "http://codeception.com/",
|
817 |
-
"keywords": [
|
818 |
-
"codeception",
|
819 |
-
"functional-testing",
|
820 |
-
"http"
|
821 |
-
],
|
822 |
-
"time": "2020-10-24T15:29:28+00:00"
|
823 |
-
},
|
824 |
-
{
|
825 |
-
"name": "codeception/module-rest",
|
826 |
-
"version": "1.2.7",
|
827 |
-
"source": {
|
828 |
-
"type": "git",
|
829 |
-
"url": "https://github.com/Codeception/module-rest.git",
|
830 |
-
"reference": "beeb5a91a97d042273bf10f00063e9b8f541879a"
|
831 |
-
},
|
832 |
-
"dist": {
|
833 |
-
"type": "zip",
|
834 |
-
"url": "https://api.github.com/repos/Codeception/module-rest/zipball/beeb5a91a97d042273bf10f00063e9b8f541879a",
|
835 |
-
"reference": "beeb5a91a97d042273bf10f00063e9b8f541879a",
|
836 |
-
"shasum": ""
|
837 |
-
},
|
838 |
-
"require": {
|
839 |
-
"codeception/codeception": "^4.0",
|
840 |
-
"justinrainbow/json-schema": "~5.2.9",
|
841 |
-
"php": ">=5.6.0 <9.0",
|
842 |
-
"softcreatr/jsonpath": "^0.5 || ^0.7"
|
843 |
-
},
|
844 |
-
"require-dev": {
|
845 |
-
"codeception/lib-innerbrowser": "^1.0",
|
846 |
-
"codeception/util-universalframework": "^1.0"
|
847 |
-
},
|
848 |
-
"suggest": {
|
849 |
-
"aws/aws-sdk-php": "For using AWS Auth"
|
850 |
-
},
|
851 |
-
"type": "library",
|
852 |
-
"autoload": {
|
853 |
-
"classmap": [
|
854 |
-
"src/"
|
855 |
-
]
|
856 |
-
},
|
857 |
-
"notification-url": "https://packagist.org/downloads/",
|
858 |
-
"license": [
|
859 |
-
"MIT"
|
860 |
-
],
|
861 |
-
"authors": [
|
862 |
-
{
|
863 |
-
"name": "Gintautas Miselis"
|
864 |
-
}
|
865 |
-
],
|
866 |
-
"description": "REST module for Codeception",
|
867 |
-
"homepage": "http://codeception.com/",
|
868 |
-
"keywords": [
|
869 |
-
"codeception",
|
870 |
-
"rest"
|
871 |
-
],
|
872 |
-
"time": "2020-11-04T16:58:11+00:00"
|
873 |
-
},
|
874 |
-
{
|
875 |
-
"name": "codeception/module-webdriver",
|
876 |
-
"version": "1.1.4",
|
877 |
-
"source": {
|
878 |
-
"type": "git",
|
879 |
-
"url": "https://github.com/Codeception/module-webdriver.git",
|
880 |
-
"reference": "f719edc1eca033e0dc5fd8d99db122070b1fb933"
|
881 |
-
},
|
882 |
-
"dist": {
|
883 |
-
"type": "zip",
|
884 |
-
"url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/f719edc1eca033e0dc5fd8d99db122070b1fb933",
|
885 |
-
"reference": "f719edc1eca033e0dc5fd8d99db122070b1fb933",
|
886 |
-
"shasum": ""
|
887 |
-
},
|
888 |
-
"require": {
|
889 |
-
"codeception/codeception": "^4.0",
|
890 |
-
"php": ">=5.6.0 <9.0",
|
891 |
-
"php-webdriver/webdriver": "^1.6.0"
|
892 |
-
},
|
893 |
-
"suggest": {
|
894 |
-
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
|
895 |
-
},
|
896 |
-
"type": "library",
|
897 |
-
"autoload": {
|
898 |
-
"classmap": [
|
899 |
-
"src/"
|
900 |
-
]
|
901 |
-
},
|
902 |
-
"notification-url": "https://packagist.org/downloads/",
|
903 |
-
"license": [
|
904 |
-
"MIT"
|
905 |
-
],
|
906 |
-
"authors": [
|
907 |
-
{
|
908 |
-
"name": "Michael Bodnarchuk"
|
909 |
-
},
|
910 |
-
{
|
911 |
-
"name": "Gintautas Miselis"
|
912 |
-
},
|
913 |
-
{
|
914 |
-
"name": "Zaahid Bateson"
|
915 |
-
}
|
916 |
-
],
|
917 |
-
"description": "WebDriver module for Codeception",
|
918 |
-
"homepage": "http://codeception.com/",
|
919 |
-
"keywords": [
|
920 |
-
"acceptance-testing",
|
921 |
-
"browser-testing",
|
922 |
-
"codeception"
|
923 |
-
],
|
924 |
-
"time": "2020-11-16T06:50:15+00:00"
|
925 |
-
},
|
926 |
-
{
|
927 |
-
"name": "codeception/phpunit-wrapper",
|
928 |
-
"version": "6.0.21",
|
929 |
-
"source": {
|
930 |
-
"type": "git",
|
931 |
-
"url": "https://github.com/Codeception/phpunit-wrapper.git",
|
932 |
-
"reference": "1ba4ade15e9c1884604a7d78ca81879025c3bda5"
|
933 |
-
},
|
934 |
-
"dist": {
|
935 |
-
"type": "zip",
|
936 |
-
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/1ba4ade15e9c1884604a7d78ca81879025c3bda5",
|
937 |
-
"reference": "1ba4ade15e9c1884604a7d78ca81879025c3bda5",
|
938 |
-
"shasum": ""
|
939 |
-
},
|
940 |
-
"require": {
|
941 |
-
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
|
942 |
-
"phpunit/phpunit": ">=5.7.27 <6.5.13",
|
943 |
-
"sebastian/comparator": ">=1.2.4 <3.0",
|
944 |
-
"sebastian/diff": ">=1.4 <4.0"
|
945 |
-
},
|
946 |
-
"replace": {
|
947 |
-
"codeception/phpunit-wrapper": "*"
|
948 |
-
},
|
949 |
-
"require-dev": {
|
950 |
-
"codeception/specify": "*",
|
951 |
-
"vlucas/phpdotenv": "^3.0"
|
952 |
-
},
|
953 |
-
"type": "library",
|
954 |
-
"autoload": {
|
955 |
-
"psr-4": {
|
956 |
-
"Codeception\\PHPUnit\\": "src/"
|
957 |
-
}
|
958 |
-
},
|
959 |
-
"notification-url": "https://packagist.org/downloads/",
|
960 |
-
"license": [
|
961 |
-
"MIT"
|
962 |
-
],
|
963 |
-
"authors": [
|
964 |
-
{
|
965 |
-
"name": "Davert",
|
966 |
-
"email": "davert.php@resend.cc"
|
967 |
-
}
|
968 |
-
],
|
969 |
-
"description": "PHPUnit classes used by Codeception",
|
970 |
-
"time": "2020-12-28T14:01:02+00:00"
|
971 |
-
},
|
972 |
-
{
|
973 |
-
"name": "codeception/stub",
|
974 |
-
"version": "2.1.0",
|
975 |
-
"source": {
|
976 |
-
"type": "git",
|
977 |
-
"url": "https://github.com/Codeception/Stub.git",
|
978 |
-
"reference": "853657f988942f7afb69becf3fd0059f192c705a"
|
979 |
-
},
|
980 |
-
"dist": {
|
981 |
-
"type": "zip",
|
982 |
-
"url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a",
|
983 |
-
"reference": "853657f988942f7afb69becf3fd0059f192c705a",
|
984 |
-
"shasum": ""
|
985 |
-
},
|
986 |
-
"require": {
|
987 |
-
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
|
988 |
-
},
|
989 |
-
"type": "library",
|
990 |
-
"autoload": {
|
991 |
-
"psr-4": {
|
992 |
-
"Codeception\\": "src/"
|
993 |
-
}
|
994 |
-
},
|
995 |
-
"notification-url": "https://packagist.org/downloads/",
|
996 |
-
"license": [
|
997 |
-
"MIT"
|
998 |
-
],
|
999 |
-
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
|
1000 |
-
"time": "2019-03-02T15:35:10+00:00"
|
1001 |
-
},
|
1002 |
-
{
|
1003 |
-
"name": "codeception/util-universalframework",
|
1004 |
-
"version": "1.0.0",
|
1005 |
-
"source": {
|
1006 |
-
"type": "git",
|
1007 |
-
"url": "https://github.com/Codeception/util-universalframework.git",
|
1008 |
-
"reference": "cc381f364c6d24f9b9c7b70a4c724949725f491a"
|
1009 |
-
},
|
1010 |
-
"dist": {
|
1011 |
-
"type": "zip",
|
1012 |
-
"url": "https://api.github.com/repos/Codeception/util-universalframework/zipball/cc381f364c6d24f9b9c7b70a4c724949725f491a",
|
1013 |
-
"reference": "cc381f364c6d24f9b9c7b70a4c724949725f491a",
|
1014 |
-
"shasum": ""
|
1015 |
-
},
|
1016 |
-
"type": "library",
|
1017 |
-
"autoload": {
|
1018 |
-
"classmap": [
|
1019 |
-
"src/"
|
1020 |
-
]
|
1021 |
-
},
|
1022 |
-
"notification-url": "https://packagist.org/downloads/",
|
1023 |
-
"license": [
|
1024 |
-
"MIT"
|
1025 |
-
],
|
1026 |
-
"authors": [
|
1027 |
-
{
|
1028 |
-
"name": "Gintautas Miselis"
|
1029 |
-
}
|
1030 |
-
],
|
1031 |
-
"description": "Mock framework module used in internal Codeception tests",
|
1032 |
-
"homepage": "http://codeception.com/",
|
1033 |
-
"time": "2019-09-22T06:06:49+00:00"
|
1034 |
-
},
|
1035 |
-
{
|
1036 |
-
"name": "composer/ca-bundle",
|
1037 |
-
"version": "1.2.8",
|
1038 |
-
"source": {
|
1039 |
-
"type": "git",
|
1040 |
-
"url": "https://github.com/composer/ca-bundle.git",
|
1041 |
-
"reference": "8a7ecad675253e4654ea05505233285377405215"
|
1042 |
-
},
|
1043 |
-
"dist": {
|
1044 |
-
"type": "zip",
|
1045 |
-
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
|
1046 |
-
"reference": "8a7ecad675253e4654ea05505233285377405215",
|
1047 |
-
"shasum": ""
|
1048 |
-
},
|
1049 |
-
"require": {
|
1050 |
-
"ext-openssl": "*",
|
1051 |
-
"ext-pcre": "*",
|
1052 |
-
"php": "^5.3.2 || ^7.0 || ^8.0"
|
1053 |
-
},
|
1054 |
-
"require-dev": {
|
1055 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
|
1056 |
-
"psr/log": "^1.0",
|
1057 |
-
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
|
1058 |
-
},
|
1059 |
-
"type": "library",
|
1060 |
-
"extra": {
|
1061 |
-
"branch-alias": {
|
1062 |
-
"dev-master": "1.x-dev"
|
1063 |
-
}
|
1064 |
-
},
|
1065 |
-
"autoload": {
|
1066 |
-
"psr-4": {
|
1067 |
-
"Composer\\CaBundle\\": "src"
|
1068 |
-
}
|
1069 |
-
},
|
1070 |
-
"notification-url": "https://packagist.org/downloads/",
|
1071 |
-
"license": [
|
1072 |
-
"MIT"
|
1073 |
-
],
|
1074 |
-
"authors": [
|
1075 |
-
{
|
1076 |
-
"name": "Jordi Boggiano",
|
1077 |
-
"email": "j.boggiano@seld.be",
|
1078 |
-
"homepage": "http://seld.be"
|
1079 |
-
}
|
1080 |
-
],
|
1081 |
-
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
1082 |
-
"keywords": [
|
1083 |
-
"cabundle",
|
1084 |
-
"cacert",
|
1085 |
-
"certificate",
|
1086 |
-
"ssl",
|
1087 |
-
"tls"
|
1088 |
-
],
|
1089 |
-
"funding": [
|
1090 |
-
{
|
1091 |
-
"url": "https://packagist.com",
|
1092 |
-
"type": "custom"
|
1093 |
-
},
|
1094 |
-
{
|
1095 |
-
"url": "https://github.com/composer",
|
1096 |
-
"type": "github"
|
1097 |
-
},
|
1098 |
-
{
|
1099 |
-
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
1100 |
-
"type": "tidelift"
|
1101 |
-
}
|
1102 |
-
],
|
1103 |
-
"time": "2020-08-23T12:54:47+00:00"
|
1104 |
-
},
|
1105 |
-
{
|
1106 |
-
"name": "composer/composer",
|
1107 |
-
"version": "1.10.19",
|
1108 |
-
"source": {
|
1109 |
-
"type": "git",
|
1110 |
-
"url": "https://github.com/composer/composer.git",
|
1111 |
-
"reference": "196601d50c08c3fae389a417a7689367fcf37cef"
|
1112 |
-
},
|
1113 |
-
"dist": {
|
1114 |
-
"type": "zip",
|
1115 |
-
"url": "https://api.github.com/repos/composer/composer/zipball/196601d50c08c3fae389a417a7689367fcf37cef",
|
1116 |
-
"reference": "196601d50c08c3fae389a417a7689367fcf37cef",
|
1117 |
-
"shasum": ""
|
1118 |
-
},
|
1119 |
-
"require": {
|
1120 |
-
"composer/ca-bundle": "^1.0",
|
1121 |
-
"composer/semver": "^1.0",
|
1122 |
-
"composer/spdx-licenses": "^1.2",
|
1123 |
-
"composer/xdebug-handler": "^1.1",
|
1124 |
-
"justinrainbow/json-schema": "^5.2.10",
|
1125 |
-
"php": "^5.3.2 || ^7.0 || ^8.0",
|
1126 |
-
"psr/log": "^1.0",
|
1127 |
-
"seld/jsonlint": "^1.4",
|
1128 |
-
"seld/phar-utils": "^1.0",
|
1129 |
-
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
|
1130 |
-
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
|
1131 |
-
"symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
|
1132 |
-
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
|
1133 |
-
},
|
1134 |
-
"conflict": {
|
1135 |
-
"symfony/console": "2.8.38"
|
1136 |
-
},
|
1137 |
-
"require-dev": {
|
1138 |
-
"phpspec/prophecy": "^1.10",
|
1139 |
-
"symfony/phpunit-bridge": "^4.2"
|
1140 |
-
},
|
1141 |
-
"suggest": {
|
1142 |
-
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
1143 |
-
"ext-zip": "Enabling the zip extension allows you to unzip archives",
|
1144 |
-
"ext-zlib": "Allow gzip compression of HTTP requests"
|
1145 |
-
},
|
1146 |
-
"bin": [
|
1147 |
-
"bin/composer"
|
1148 |
-
],
|
1149 |
-
"type": "library",
|
1150 |
-
"extra": {
|
1151 |
-
"branch-alias": {
|
1152 |
-
"dev-master": "1.10-dev"
|
1153 |
-
}
|
1154 |
-
},
|
1155 |
-
"autoload": {
|
1156 |
-
"psr-4": {
|
1157 |
-
"Composer\\": "src/Composer"
|
1158 |
-
}
|
1159 |
-
},
|
1160 |
-
"notification-url": "https://packagist.org/downloads/",
|
1161 |
-
"license": [
|
1162 |
-
"MIT"
|
1163 |
-
],
|
1164 |
-
"authors": [
|
1165 |
-
{
|
1166 |
-
"name": "Nils Adermann",
|
1167 |
-
"email": "naderman@naderman.de",
|
1168 |
-
"homepage": "http://www.naderman.de"
|
1169 |
-
},
|
1170 |
-
{
|
1171 |
-
"name": "Jordi Boggiano",
|
1172 |
-
"email": "j.boggiano@seld.be",
|
1173 |
-
"homepage": "http://seld.be"
|
1174 |
-
}
|
1175 |
-
],
|
1176 |
-
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
|
1177 |
-
"homepage": "https://getcomposer.org/",
|
1178 |
-
"keywords": [
|
1179 |
-
"autoload",
|
1180 |
-
"dependency",
|
1181 |
-
"package"
|
1182 |
-
],
|
1183 |
-
"funding": [
|
1184 |
-
{
|
1185 |
-
"url": "https://packagist.com",
|
1186 |
-
"type": "custom"
|
1187 |
-
},
|
1188 |
-
{
|
1189 |
-
"url": "https://github.com/composer",
|
1190 |
-
"type": "github"
|
1191 |
-
},
|
1192 |
-
{
|
1193 |
-
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
1194 |
-
"type": "tidelift"
|
1195 |
-
}
|
1196 |
-
],
|
1197 |
-
"time": "2020-12-04T08:14:16+00:00"
|
1198 |
-
},
|
1199 |
-
{
|
1200 |
-
"name": "composer/semver",
|
1201 |
-
"version": "1.7.2",
|
1202 |
-
"source": {
|
1203 |
-
"type": "git",
|
1204 |
-
"url": "https://github.com/composer/semver.git",
|
1205 |
-
"reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
|
1206 |
-
},
|
1207 |
-
"dist": {
|
1208 |
-
"type": "zip",
|
1209 |
-
"url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
|
1210 |
-
"reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
|
1211 |
-
"shasum": ""
|
1212 |
-
},
|
1213 |
-
"require": {
|
1214 |
-
"php": "^5.3.2 || ^7.0 || ^8.0"
|
1215 |
-
},
|
1216 |
-
"require-dev": {
|
1217 |
-
"phpunit/phpunit": "^4.5 || ^5.0.5"
|
1218 |
-
},
|
1219 |
-
"type": "library",
|
1220 |
-
"extra": {
|
1221 |
-
"branch-alias": {
|
1222 |
-
"dev-master": "1.x-dev"
|
1223 |
-
}
|
1224 |
-
},
|
1225 |
-
"autoload": {
|
1226 |
-
"psr-4": {
|
1227 |
-
"Composer\\Semver\\": "src"
|
1228 |
-
}
|
1229 |
-
},
|
1230 |
-
"notification-url": "https://packagist.org/downloads/",
|
1231 |
-
"license": [
|
1232 |
-
"MIT"
|
1233 |
-
],
|
1234 |
-
"authors": [
|
1235 |
-
{
|
1236 |
-
"name": "Nils Adermann",
|
1237 |
-
"email": "naderman@naderman.de",
|
1238 |
-
"homepage": "http://www.naderman.de"
|
1239 |
-
},
|
1240 |
-
{
|
1241 |
-
"name": "Jordi Boggiano",
|
1242 |
-
"email": "j.boggiano@seld.be",
|
1243 |
-
"homepage": "http://seld.be"
|
1244 |
-
},
|
1245 |
-
{
|
1246 |
-
"name": "Rob Bast",
|
1247 |
-
"email": "rob.bast@gmail.com",
|
1248 |
-
"homepage": "http://robbast.nl"
|
1249 |
-
}
|
1250 |
-
],
|
1251 |
-
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
1252 |
-
"keywords": [
|
1253 |
-
"semantic",
|
1254 |
-
"semver",
|
1255 |
-
"validation",
|
1256 |
-
"versioning"
|
1257 |
-
],
|
1258 |
-
"funding": [
|
1259 |
-
{
|
1260 |
-
"url": "https://packagist.com",
|
1261 |
-
"type": "custom"
|
1262 |
-
},
|
1263 |
-
{
|
1264 |
-
"url": "https://github.com/composer",
|
1265 |
-
"type": "github"
|
1266 |
-
},
|
1267 |
-
{
|
1268 |
-
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
1269 |
-
"type": "tidelift"
|
1270 |
-
}
|
1271 |
-
],
|
1272 |
-
"time": "2020-12-03T15:47:16+00:00"
|
1273 |
-
},
|
1274 |
-
{
|
1275 |
-
"name": "composer/spdx-licenses",
|
1276 |
-
"version": "1.5.5",
|
1277 |
-
"source": {
|
1278 |
-
"type": "git",
|
1279 |
-
"url": "https://github.com/composer/spdx-licenses.git",
|
1280 |
-
"reference": "de30328a7af8680efdc03e396aad24befd513200"
|
1281 |
-
},
|
1282 |
-
"dist": {
|
1283 |
-
"type": "zip",
|
1284 |
-
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
|
1285 |
-
"reference": "de30328a7af8680efdc03e396aad24befd513200",
|
1286 |
-
"shasum": ""
|
1287 |
-
},
|
1288 |
-
"require": {
|
1289 |
-
"php": "^5.3.2 || ^7.0 || ^8.0"
|
1290 |
-
},
|
1291 |
-
"require-dev": {
|
1292 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
|
1293 |
-
},
|
1294 |
-
"type": "library",
|
1295 |
-
"extra": {
|
1296 |
-
"branch-alias": {
|
1297 |
-
"dev-main": "1.x-dev"
|
1298 |
-
}
|
1299 |
-
},
|
1300 |
-
"autoload": {
|
1301 |
-
"psr-4": {
|
1302 |
-
"Composer\\Spdx\\": "src"
|
1303 |
-
}
|
1304 |
-
},
|
1305 |
-
"notification-url": "https://packagist.org/downloads/",
|
1306 |
-
"license": [
|
1307 |
-
"MIT"
|
1308 |
-
],
|
1309 |
-
"authors": [
|
1310 |
-
{
|
1311 |
-
"name": "Nils Adermann",
|
1312 |
-
"email": "naderman@naderman.de",
|
1313 |
-
"homepage": "http://www.naderman.de"
|
1314 |
-
},
|
1315 |
-
{
|
1316 |
-
"name": "Jordi Boggiano",
|
1317 |
-
"email": "j.boggiano@seld.be",
|
1318 |
-
"homepage": "http://seld.be"
|
1319 |
-
},
|
1320 |
-
{
|
1321 |
-
"name": "Rob Bast",
|
1322 |
-
"email": "rob.bast@gmail.com",
|
1323 |
-
"homepage": "http://robbast.nl"
|
1324 |
-
}
|
1325 |
-
],
|
1326 |
-
"description": "SPDX licenses list and validation library.",
|
1327 |
-
"keywords": [
|
1328 |
-
"license",
|
1329 |
-
"spdx",
|
1330 |
-
"validator"
|
1331 |
-
],
|
1332 |
-
"funding": [
|
1333 |
-
{
|
1334 |
-
"url": "https://packagist.com",
|
1335 |
-
"type": "custom"
|
1336 |
-
},
|
1337 |
-
{
|
1338 |
-
"url": "https://github.com/composer",
|
1339 |
-
"type": "github"
|
1340 |
-
},
|
1341 |
-
{
|
1342 |
-
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
1343 |
-
"type": "tidelift"
|
1344 |
-
}
|
1345 |
-
],
|
1346 |
-
"time": "2020-12-03T16:04:16+00:00"
|
1347 |
-
},
|
1348 |
-
{
|
1349 |
-
"name": "composer/xdebug-handler",
|
1350 |
-
"version": "1.4.5",
|
1351 |
-
"source": {
|
1352 |
-
"type": "git",
|
1353 |
-
"url": "https://github.com/composer/xdebug-handler.git",
|
1354 |
-
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
|
1355 |
-
},
|
1356 |
-
"dist": {
|
1357 |
-
"type": "zip",
|
1358 |
-
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
|
1359 |
-
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
|
1360 |
-
"shasum": ""
|
1361 |
-
},
|
1362 |
-
"require": {
|
1363 |
-
"php": "^5.3.2 || ^7.0 || ^8.0",
|
1364 |
-
"psr/log": "^1.0"
|
1365 |
-
},
|
1366 |
-
"require-dev": {
|
1367 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
|
1368 |
-
},
|
1369 |
-
"type": "library",
|
1370 |
-
"autoload": {
|
1371 |
-
"psr-4": {
|
1372 |
-
"Composer\\XdebugHandler\\": "src"
|
1373 |
-
}
|
1374 |
-
},
|
1375 |
-
"notification-url": "https://packagist.org/downloads/",
|
1376 |
-
"license": [
|
1377 |
-
"MIT"
|
1378 |
-
],
|
1379 |
-
"authors": [
|
1380 |
-
{
|
1381 |
-
"name": "John Stevenson",
|
1382 |
-
"email": "john-stevenson@blueyonder.co.uk"
|
1383 |
-
}
|
1384 |
-
],
|
1385 |
-
"description": "Restarts a process without Xdebug.",
|
1386 |
-
"keywords": [
|
1387 |
-
"Xdebug",
|
1388 |
-
"performance"
|
1389 |
-
],
|
1390 |
-
"funding": [
|
1391 |
-
{
|
1392 |
-
"url": "https://packagist.com",
|
1393 |
-
"type": "custom"
|
1394 |
-
},
|
1395 |
-
{
|
1396 |
-
"url": "https://github.com/composer",
|
1397 |
-
"type": "github"
|
1398 |
-
},
|
1399 |
-
{
|
1400 |
-
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
1401 |
-
"type": "tidelift"
|
1402 |
-
}
|
1403 |
-
],
|
1404 |
-
"time": "2020-11-13T08:04:11+00:00"
|
1405 |
-
},
|
1406 |
-
{
|
1407 |
-
"name": "cweagans/composer-patches",
|
1408 |
-
"version": "1.7.0",
|
1409 |
-
"source": {
|
1410 |
-
"type": "git",
|
1411 |
-
"url": "https://github.com/cweagans/composer-patches.git",
|
1412 |
-
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
|
1413 |
-
},
|
1414 |
-
"dist": {
|
1415 |
-
"type": "zip",
|
1416 |
-
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
|
1417 |
-
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
|
1418 |
-
"shasum": ""
|
1419 |
-
},
|
1420 |
-
"require": {
|
1421 |
-
"composer-plugin-api": "^1.0 || ^2.0",
|
1422 |
-
"php": ">=5.3.0"
|
1423 |
-
},
|
1424 |
-
"require-dev": {
|
1425 |
-
"composer/composer": "~1.0 || ~2.0",
|
1426 |
-
"phpunit/phpunit": "~4.6"
|
1427 |
-
},
|
1428 |
-
"type": "composer-plugin",
|
1429 |
-
"extra": {
|
1430 |
-
"class": "cweagans\\Composer\\Patches"
|
1431 |
-
},
|
1432 |
-
"autoload": {
|
1433 |
-
"psr-4": {
|
1434 |
-
"cweagans\\Composer\\": "src"
|
1435 |
-
}
|
1436 |
-
},
|
1437 |
-
"notification-url": "https://packagist.org/downloads/",
|
1438 |
-
"license": [
|
1439 |
-
"BSD-3-Clause"
|
1440 |
-
],
|
1441 |
-
"authors": [
|
1442 |
-
{
|
1443 |
-
"name": "Cameron Eagans",
|
1444 |
-
"email": "me@cweagans.net"
|
1445 |
-
}
|
1446 |
-
],
|
1447 |
-
"description": "Provides a way to patch Composer packages.",
|
1448 |
-
"time": "2020-09-30T17:56:20+00:00"
|
1449 |
-
},
|
1450 |
-
{
|
1451 |
-
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
1452 |
-
"version": "v0.6.2",
|
1453 |
-
"source": {
|
1454 |
-
"type": "git",
|
1455 |
-
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
1456 |
-
"reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a"
|
1457 |
-
},
|
1458 |
-
"dist": {
|
1459 |
-
"type": "zip",
|
1460 |
-
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/8001af8eb107fbfcedc31a8b51e20b07d85b457a",
|
1461 |
-
"reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a",
|
1462 |
-
"shasum": ""
|
1463 |
-
},
|
1464 |
-
"require": {
|
1465 |
-
"composer-plugin-api": "^1.0",
|
1466 |
-
"php": "^5.3|^7",
|
1467 |
-
"squizlabs/php_codesniffer": "^2|^3"
|
1468 |
-
},
|
1469 |
-
"require-dev": {
|
1470 |
-
"composer/composer": "*",
|
1471 |
-
"phpcompatibility/php-compatibility": "^9.0",
|
1472 |
-
"sensiolabs/security-checker": "^4.1.0"
|
1473 |
-
},
|
1474 |
-
"type": "composer-plugin",
|
1475 |
-
"extra": {
|
1476 |
-
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
|
1477 |
-
},
|
1478 |
-
"autoload": {
|
1479 |
-
"psr-4": {
|
1480 |
-
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
|
1481 |
-
}
|
1482 |
-
},
|
1483 |
-
"notification-url": "https://packagist.org/downloads/",
|
1484 |
-
"license": [
|
1485 |
-
"MIT"
|
1486 |
-
],
|
1487 |
-
"authors": [
|
1488 |
-
{
|
1489 |
-
"name": "Franck Nijhof",
|
1490 |
-
"email": "franck.nijhof@dealerdirect.com",
|
1491 |
-
"homepage": "http://www.frenck.nl",
|
1492 |
-
"role": "Developer / IT Manager"
|
1493 |
-
}
|
1494 |
-
],
|
1495 |
-
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
1496 |
-
"homepage": "http://www.dealerdirect.com",
|
1497 |
-
"keywords": [
|
1498 |
-
"PHPCodeSniffer",
|
1499 |
-
"PHP_CodeSniffer",
|
1500 |
-
"code quality",
|
1501 |
-
"codesniffer",
|
1502 |
-
"composer",
|
1503 |
-
"installer",
|
1504 |
-
"phpcs",
|
1505 |
-
"plugin",
|
1506 |
-
"qa",
|
1507 |
-
"quality",
|
1508 |
-
"standard",
|
1509 |
-
"standards",
|
1510 |
-
"style guide",
|
1511 |
-
"stylecheck",
|
1512 |
-
"tests"
|
1513 |
-
],
|
1514 |
-
"time": "2020-01-29T20:22:20+00:00"
|
1515 |
-
},
|
1516 |
-
{
|
1517 |
-
"name": "dg/mysql-dump",
|
1518 |
-
"version": "v1.5.1",
|
1519 |
-
"source": {
|
1520 |
-
"type": "git",
|
1521 |
-
"url": "https://github.com/dg/MySQL-dump.git",
|
1522 |
-
"reference": "e0e287b715b43293773a8b0edf8514f606e01780"
|
1523 |
-
},
|
1524 |
-
"dist": {
|
1525 |
-
"type": "zip",
|
1526 |
-
"url": "https://api.github.com/repos/dg/MySQL-dump/zipball/e0e287b715b43293773a8b0edf8514f606e01780",
|
1527 |
-
"reference": "e0e287b715b43293773a8b0edf8514f606e01780",
|
1528 |
-
"shasum": ""
|
1529 |
-
},
|
1530 |
-
"require": {
|
1531 |
-
"php": ">=5.6"
|
1532 |
-
},
|
1533 |
-
"type": "library",
|
1534 |
-
"autoload": {
|
1535 |
-
"classmap": [
|
1536 |
-
"src/"
|
1537 |
-
]
|
1538 |
-
},
|
1539 |
-
"notification-url": "https://packagist.org/downloads/",
|
1540 |
-
"license": [
|
1541 |
-
"BSD-3-Clause"
|
1542 |
-
],
|
1543 |
-
"authors": [
|
1544 |
-
{
|
1545 |
-
"name": "David Grudl",
|
1546 |
-
"homepage": "http://davidgrudl.com"
|
1547 |
-
}
|
1548 |
-
],
|
1549 |
-
"description": "MySQL database dump.",
|
1550 |
-
"homepage": "https://github.com/dg/MySQL-dump",
|
1551 |
-
"keywords": [
|
1552 |
-
"mysql"
|
1553 |
-
],
|
1554 |
-
"time": "2019-09-10T21:36:25+00:00"
|
1555 |
-
},
|
1556 |
-
{
|
1557 |
-
"name": "doctrine/inflector",
|
1558 |
-
"version": "v1.1.0",
|
1559 |
-
"source": {
|
1560 |
-
"type": "git",
|
1561 |
-
"url": "https://github.com/doctrine/inflector.git",
|
1562 |
-
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
1563 |
-
},
|
1564 |
-
"dist": {
|
1565 |
-
"type": "zip",
|
1566 |
-
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
1567 |
-
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
1568 |
-
"shasum": ""
|
1569 |
-
},
|
1570 |
-
"require": {
|
1571 |
-
"php": ">=5.3.2"
|
1572 |
-
},
|
1573 |
-
"require-dev": {
|
1574 |
-
"phpunit/phpunit": "4.*"
|
1575 |
-
},
|
1576 |
-
"type": "library",
|
1577 |
-
"extra": {
|
1578 |
-
"branch-alias": {
|
1579 |
-
"dev-master": "1.1.x-dev"
|
1580 |
-
}
|
1581 |
-
},
|
1582 |
-
"autoload": {
|
1583 |
-
"psr-0": {
|
1584 |
-
"Doctrine\\Common\\Inflector\\": "lib/"
|
1585 |
-
}
|
1586 |
-
},
|
1587 |
-
"notification-url": "https://packagist.org/downloads/",
|
1588 |
-
"license": [
|
1589 |
-
"MIT"
|
1590 |
-
],
|
1591 |
-
"authors": [
|
1592 |
-
{
|
1593 |
-
"name": "Roman Borschel",
|
1594 |
-
"email": "roman@code-factory.org"
|
1595 |
-
},
|
1596 |
-
{
|
1597 |
-
"name": "Benjamin Eberlei",
|
1598 |
-
"email": "kontakt@beberlei.de"
|
1599 |
-
},
|
1600 |
-
{
|
1601 |
-
"name": "Guilherme Blanco",
|
1602 |
-
"email": "guilhermeblanco@gmail.com"
|
1603 |
-
},
|
1604 |
-
{
|
1605 |
-
"name": "Jonathan Wage",
|
1606 |
-
"email": "jonwage@gmail.com"
|
1607 |
-
},
|
1608 |
-
{
|
1609 |
-
"name": "Johannes Schmitt",
|
1610 |
-
"email": "schmittjoh@gmail.com"
|
1611 |
-
}
|
1612 |
-
],
|
1613 |
-
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
1614 |
-
"homepage": "http://www.doctrine-project.org",
|
1615 |
-
"keywords": [
|
1616 |
-
"inflection",
|
1617 |
-
"pluralize",
|
1618 |
-
"singularize",
|
1619 |
-
"string"
|
1620 |
-
],
|
1621 |
-
"time": "2015-11-06T14:35:42+00:00"
|
1622 |
-
},
|
1623 |
-
{
|
1624 |
-
"name": "doctrine/instantiator",
|
1625 |
-
"version": "1.0.5",
|
1626 |
-
"source": {
|
1627 |
-
"type": "git",
|
1628 |
-
"url": "https://github.com/doctrine/instantiator.git",
|
1629 |
-
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
1630 |
-
},
|
1631 |
-
"dist": {
|
1632 |
-
"type": "zip",
|
1633 |
-
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
1634 |
-
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
1635 |
-
"shasum": ""
|
1636 |
-
},
|
1637 |
-
"require": {
|
1638 |
-
"php": ">=5.3,<8.0-DEV"
|
1639 |
-
},
|
1640 |
-
"require-dev": {
|
1641 |
-
"athletic/athletic": "~0.1.8",
|
1642 |
-
"ext-pdo": "*",
|
1643 |
-
"ext-phar": "*",
|
1644 |
-
"phpunit/phpunit": "~4.0",
|
1645 |
-
"squizlabs/php_codesniffer": "~2.0"
|
1646 |
-
},
|
1647 |
-
"type": "library",
|
1648 |
-
"extra": {
|
1649 |
-
"branch-alias": {
|
1650 |
-
"dev-master": "1.0.x-dev"
|
1651 |
-
}
|
1652 |
-
},
|
1653 |
-
"autoload": {
|
1654 |
-
"psr-4": {
|
1655 |
-
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
1656 |
-
}
|
1657 |
-
},
|
1658 |
-
"notification-url": "https://packagist.org/downloads/",
|
1659 |
-
"license": [
|
1660 |
-
"MIT"
|
1661 |
-
],
|
1662 |
-
"authors": [
|
1663 |
-
{
|
1664 |
-
"name": "Marco Pivetta",
|
1665 |
-
"email": "ocramius@gmail.com",
|
1666 |
-
"homepage": "http://ocramius.github.com/"
|
1667 |
-
}
|
1668 |
-
],
|
1669 |
-
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
1670 |
-
"homepage": "https://github.com/doctrine/instantiator",
|
1671 |
-
"keywords": [
|
1672 |
-
"constructor",
|
1673 |
-
"instantiate"
|
1674 |
-
],
|
1675 |
-
"time": "2015-06-14T21:17:01+00:00"
|
1676 |
-
},
|
1677 |
-
{
|
1678 |
-
"name": "gettext/gettext",
|
1679 |
-
"version": "v4.8.3",
|
1680 |
-
"source": {
|
1681 |
-
"type": "git",
|
1682 |
-
"url": "https://github.com/php-gettext/Gettext.git",
|
1683 |
-
"reference": "57ff4fb16647e78e80a5909fe3c190f1c3110321"
|
1684 |
-
},
|
1685 |
-
"dist": {
|
1686 |
-
"type": "zip",
|
1687 |
-
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/57ff4fb16647e78e80a5909fe3c190f1c3110321",
|
1688 |
-
"reference": "57ff4fb16647e78e80a5909fe3c190f1c3110321",
|
1689 |
-
"shasum": ""
|
1690 |
-
},
|
1691 |
-
"require": {
|
1692 |
-
"gettext/languages": "^2.3",
|
1693 |
-
"php": ">=5.4.0"
|
1694 |
-
},
|
1695 |
-
"require-dev": {
|
1696 |
-
"illuminate/view": "*",
|
1697 |
-
"phpunit/phpunit": "^4.8|^5.7|^6.5",
|
1698 |
-
"squizlabs/php_codesniffer": "^3.0",
|
1699 |
-
"symfony/yaml": "~2",
|
1700 |
-
"twig/extensions": "*",
|
1701 |
-
"twig/twig": "^1.31|^2.0"
|
1702 |
-
},
|
1703 |
-
"suggest": {
|
1704 |
-
"illuminate/view": "Is necessary if you want to use the Blade extractor",
|
1705 |
-
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
|
1706 |
-
"twig/extensions": "Is necessary if you want to use the Twig extractor",
|
1707 |
-
"twig/twig": "Is necessary if you want to use the Twig extractor"
|
1708 |
-
},
|
1709 |
-
"type": "library",
|
1710 |
-
"autoload": {
|
1711 |
-
"psr-4": {
|
1712 |
-
"Gettext\\": "src"
|
1713 |
-
}
|
1714 |
-
},
|
1715 |
-
"notification-url": "https://packagist.org/downloads/",
|
1716 |
-
"license": [
|
1717 |
-
"MIT"
|
1718 |
-
],
|
1719 |
-
"authors": [
|
1720 |
-
{
|
1721 |
-
"name": "Oscar Otero",
|
1722 |
-
"email": "oom@oscarotero.com",
|
1723 |
-
"homepage": "http://oscarotero.com",
|
1724 |
-
"role": "Developer"
|
1725 |
-
}
|
1726 |
-
],
|
1727 |
-
"description": "PHP gettext manager",
|
1728 |
-
"homepage": "https://github.com/oscarotero/Gettext",
|
1729 |
-
"keywords": [
|
1730 |
-
"JS",
|
1731 |
-
"gettext",
|
1732 |
-
"i18n",
|
1733 |
-
"mo",
|
1734 |
-
"po",
|
1735 |
-
"translation"
|
1736 |
-
],
|
1737 |
-
"time": "2020-11-18T22:35:49+00:00"
|
1738 |
-
},
|
1739 |
-
{
|
1740 |
-
"name": "gettext/languages",
|
1741 |
-
"version": "2.6.0",
|
1742 |
-
"source": {
|
1743 |
-
"type": "git",
|
1744 |
-
"url": "https://github.com/php-gettext/Languages.git",
|
1745 |
-
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
|
1746 |
-
},
|
1747 |
-
"dist": {
|
1748 |
-
"type": "zip",
|
1749 |
-
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
1750 |
-
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
1751 |
-
"shasum": ""
|
1752 |
-
},
|
1753 |
-
"require": {
|
1754 |
-
"php": ">=5.3"
|
1755 |
-
},
|
1756 |
-
"require-dev": {
|
1757 |
-
"friendsofphp/php-cs-fixer": "^2.16.0",
|
1758 |
-
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
1759 |
-
},
|
1760 |
-
"bin": [
|
1761 |
-
"bin/export-plural-rules"
|
1762 |
-
],
|
1763 |
-
"type": "library",
|
1764 |
-
"autoload": {
|
1765 |
-
"psr-4": {
|
1766 |
-
"Gettext\\Languages\\": "src/"
|
1767 |
-
}
|
1768 |
-
},
|
1769 |
-
"notification-url": "https://packagist.org/downloads/",
|
1770 |
-
"license": [
|
1771 |
-
"MIT"
|
1772 |
-
],
|
1773 |
-
"authors": [
|
1774 |
-
{
|
1775 |
-
"name": "Michele Locati",
|
1776 |
-
"email": "mlocati@gmail.com",
|
1777 |
-
"role": "Developer"
|
1778 |
-
}
|
1779 |
-
],
|
1780 |
-
"description": "gettext languages with plural rules",
|
1781 |
-
"homepage": "https://github.com/php-gettext/Languages",
|
1782 |
-
"keywords": [
|
1783 |
-
"cldr",
|
1784 |
-
"i18n",
|
1785 |
-
"internationalization",
|
1786 |
-
"l10n",
|
1787 |
-
"language",
|
1788 |
-
"languages",
|
1789 |
-
"localization",
|
1790 |
-
"php",
|
1791 |
-
"plural",
|
1792 |
-
"plural rules",
|
1793 |
-
"plurals",
|
1794 |
-
"translate",
|
1795 |
-
"translations",
|
1796 |
-
"unicode"
|
1797 |
-
],
|
1798 |
-
"time": "2019-11-13T10:30:21+00:00"
|
1799 |
-
},
|
1800 |
-
{
|
1801 |
-
"name": "guzzlehttp/guzzle",
|
1802 |
-
"version": "6.5.5",
|
1803 |
-
"source": {
|
1804 |
-
"type": "git",
|
1805 |
-
"url": "https://github.com/guzzle/guzzle.git",
|
1806 |
-
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
1807 |
-
},
|
1808 |
-
"dist": {
|
1809 |
-
"type": "zip",
|
1810 |
-
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
1811 |
-
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
1812 |
-
"shasum": ""
|
1813 |
-
},
|
1814 |
-
"require": {
|
1815 |
-
"ext-json": "*",
|
1816 |
-
"guzzlehttp/promises": "^1.0",
|
1817 |
-
"guzzlehttp/psr7": "^1.6.1",
|
1818 |
-
"php": ">=5.5",
|
1819 |
-
"symfony/polyfill-intl-idn": "^1.17.0"
|
1820 |
-
},
|
1821 |
-
"require-dev": {
|
1822 |
-
"ext-curl": "*",
|
1823 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
1824 |
-
"psr/log": "^1.1"
|
1825 |
-
},
|
1826 |
-
"suggest": {
|
1827 |
-
"psr/log": "Required for using the Log middleware"
|
1828 |
-
},
|
1829 |
-
"type": "library",
|
1830 |
-
"extra": {
|
1831 |
-
"branch-alias": {
|
1832 |
-
"dev-master": "6.5-dev"
|
1833 |
-
}
|
1834 |
-
},
|
1835 |
-
"autoload": {
|
1836 |
-
"psr-4": {
|
1837 |
-
"GuzzleHttp\\": "src/"
|
1838 |
-
},
|
1839 |
-
"files": [
|
1840 |
-
"src/functions_include.php"
|
1841 |
-
]
|
1842 |
-
},
|
1843 |
-
"notification-url": "https://packagist.org/downloads/",
|
1844 |
-
"license": [
|
1845 |
-
"MIT"
|
1846 |
-
],
|
1847 |
-
"authors": [
|
1848 |
-
{
|
1849 |
-
"name": "Michael Dowling",
|
1850 |
-
"email": "mtdowling@gmail.com",
|
1851 |
-
"homepage": "https://github.com/mtdowling"
|
1852 |
-
}
|
1853 |
-
],
|
1854 |
-
"description": "Guzzle is a PHP HTTP client library",
|
1855 |
-
"homepage": "http://guzzlephp.org/",
|
1856 |
-
"keywords": [
|
1857 |
-
"client",
|
1858 |
-
"curl",
|
1859 |
-
"framework",
|
1860 |
-
"http",
|
1861 |
-
"http client",
|
1862 |
-
"rest",
|
1863 |
-
"web service"
|
1864 |
-
],
|
1865 |
-
"time": "2020-06-16T21:01:06+00:00"
|
1866 |
-
},
|
1867 |
-
{
|
1868 |
-
"name": "guzzlehttp/promises",
|
1869 |
-
"version": "1.4.0",
|
1870 |
-
"source": {
|
1871 |
-
"type": "git",
|
1872 |
-
"url": "https://github.com/guzzle/promises.git",
|
1873 |
-
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
|
1874 |
-
},
|
1875 |
-
"dist": {
|
1876 |
-
"type": "zip",
|
1877 |
-
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
|
1878 |
-
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
|
1879 |
-
"shasum": ""
|
1880 |
-
},
|
1881 |
-
"require": {
|
1882 |
-
"php": ">=5.5"
|
1883 |
-
},
|
1884 |
-
"require-dev": {
|
1885 |
-
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
1886 |
-
},
|
1887 |
-
"type": "library",
|
1888 |
-
"extra": {
|
1889 |
-
"branch-alias": {
|
1890 |
-
"dev-master": "1.4-dev"
|
1891 |
-
}
|
1892 |
-
},
|
1893 |
-
"autoload": {
|
1894 |
-
"psr-4": {
|
1895 |
-
"GuzzleHttp\\Promise\\": "src/"
|
1896 |
-
},
|
1897 |
-
"files": [
|
1898 |
-
"src/functions_include.php"
|
1899 |
-
]
|
1900 |
-
},
|
1901 |
-
"notification-url": "https://packagist.org/downloads/",
|
1902 |
-
"license": [
|
1903 |
-
"MIT"
|
1904 |
-
],
|
1905 |
-
"authors": [
|
1906 |
-
{
|
1907 |
-
"name": "Michael Dowling",
|
1908 |
-
"email": "mtdowling@gmail.com",
|
1909 |
-
"homepage": "https://github.com/mtdowling"
|
1910 |
-
}
|
1911 |
-
],
|
1912 |
-
"description": "Guzzle promises library",
|
1913 |
-
"keywords": [
|
1914 |
-
"promise"
|
1915 |
-
],
|
1916 |
-
"time": "2020-09-30T07:37:28+00:00"
|
1917 |
-
},
|
1918 |
-
{
|
1919 |
-
"name": "guzzlehttp/psr7",
|
1920 |
-
"version": "1.7.0",
|
1921 |
-
"source": {
|
1922 |
-
"type": "git",
|
1923 |
-
"url": "https://github.com/guzzle/psr7.git",
|
1924 |
-
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
|
1925 |
-
},
|
1926 |
-
"dist": {
|
1927 |
-
"type": "zip",
|
1928 |
-
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
1929 |
-
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
1930 |
-
"shasum": ""
|
1931 |
-
},
|
1932 |
-
"require": {
|
1933 |
-
"php": ">=5.4.0",
|
1934 |
-
"psr/http-message": "~1.0",
|
1935 |
-
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
1936 |
-
},
|
1937 |
-
"provide": {
|
1938 |
-
"psr/http-message-implementation": "1.0"
|
1939 |
-
},
|
1940 |
-
"require-dev": {
|
1941 |
-
"ext-zlib": "*",
|
1942 |
-
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
1943 |
-
},
|
1944 |
-
"suggest": {
|
1945 |
-
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
1946 |
-
},
|
1947 |
-
"type": "library",
|
1948 |
-
"extra": {
|
1949 |
-
"branch-alias": {
|
1950 |
-
"dev-master": "1.7-dev"
|
1951 |
-
}
|
1952 |
-
},
|
1953 |
-
"autoload": {
|
1954 |
-
"psr-4": {
|
1955 |
-
"GuzzleHttp\\Psr7\\": "src/"
|
1956 |
-
},
|
1957 |
-
"files": [
|
1958 |
-
"src/functions_include.php"
|
1959 |
-
]
|
1960 |
-
},
|
1961 |
-
"notification-url": "https://packagist.org/downloads/",
|
1962 |
-
"license": [
|
1963 |
-
"MIT"
|
1964 |
-
],
|
1965 |
-
"authors": [
|
1966 |
-
{
|
1967 |
-
"name": "Michael Dowling",
|
1968 |
-
"email": "mtdowling@gmail.com",
|
1969 |
-
"homepage": "https://github.com/mtdowling"
|
1970 |
-
},
|
1971 |
-
{
|
1972 |
-
"name": "Tobias Schultze",
|
1973 |
-
"homepage": "https://github.com/Tobion"
|
1974 |
-
}
|
1975 |
-
],
|
1976 |
-
"description": "PSR-7 message implementation that also provides common utility methods",
|
1977 |
-
"keywords": [
|
1978 |
-
"http",
|
1979 |
-
"message",
|
1980 |
-
"psr-7",
|
1981 |
-
"request",
|
1982 |
-
"response",
|
1983 |
-
"stream",
|
1984 |
-
"uri",
|
1985 |
-
"url"
|
1986 |
-
],
|
1987 |
-
"time": "2020-09-30T07:37:11+00:00"
|
1988 |
-
},
|
1989 |
-
{
|
1990 |
-
"name": "hamcrest/hamcrest-php",
|
1991 |
-
"version": "v1.2.2",
|
1992 |
-
"source": {
|
1993 |
-
"type": "git",
|
1994 |
-
"url": "https://github.com/hamcrest/hamcrest-php.git",
|
1995 |
-
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
|
1996 |
-
},
|
1997 |
-
"dist": {
|
1998 |
-
"type": "zip",
|
1999 |
-
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
2000 |
-
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
2001 |
-
"shasum": ""
|
2002 |
-
},
|
2003 |
-
"require": {
|
2004 |
-
"php": ">=5.3.2"
|
2005 |
-
},
|
2006 |
-
"replace": {
|
2007 |
-
"cordoval/hamcrest-php": "*",
|
2008 |
-
"davedevelopment/hamcrest-php": "*",
|
2009 |
-
"kodova/hamcrest-php": "*"
|
2010 |
-
},
|
2011 |
-
"require-dev": {
|
2012 |
-
"phpunit/php-file-iterator": "1.3.3",
|
2013 |
-
"satooshi/php-coveralls": "dev-master"
|
2014 |
-
},
|
2015 |
-
"type": "library",
|
2016 |
-
"autoload": {
|
2017 |
-
"classmap": [
|
2018 |
-
"hamcrest"
|
2019 |
-
],
|
2020 |
-
"files": [
|
2021 |
-
"hamcrest/Hamcrest.php"
|
2022 |
-
]
|
2023 |
-
},
|
2024 |
-
"notification-url": "https://packagist.org/downloads/",
|
2025 |
-
"license": [
|
2026 |
-
"BSD"
|
2027 |
-
],
|
2028 |
-
"description": "This is the PHP port of Hamcrest Matchers",
|
2029 |
-
"keywords": [
|
2030 |
-
"test"
|
2031 |
-
],
|
2032 |
-
"time": "2015-05-11T14:41:42+00:00"
|
2033 |
-
},
|
2034 |
-
{
|
2035 |
-
"name": "hautelook/phpass",
|
2036 |
-
"version": "0.3.5",
|
2037 |
-
"source": {
|
2038 |
-
"type": "git",
|
2039 |
-
"url": "https://github.com/hautelook/phpass.git",
|
2040 |
-
"reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd"
|
2041 |
-
},
|
2042 |
-
"dist": {
|
2043 |
-
"type": "zip",
|
2044 |
-
"url": "https://api.github.com/repos/hautelook/phpass/zipball/b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
|
2045 |
-
"reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
|
2046 |
-
"shasum": ""
|
2047 |
-
},
|
2048 |
-
"require": {
|
2049 |
-
"php": ">=5.3.3"
|
2050 |
-
},
|
2051 |
-
"type": "library",
|
2052 |
-
"autoload": {
|
2053 |
-
"psr-0": {
|
2054 |
-
"Hautelook": "src/"
|
2055 |
-
}
|
2056 |
-
},
|
2057 |
-
"notification-url": "https://packagist.org/downloads/",
|
2058 |
-
"license": [
|
2059 |
-
"Public Domain"
|
2060 |
-
],
|
2061 |
-
"authors": [
|
2062 |
-
{
|
2063 |
-
"name": "Solar Designer",
|
2064 |
-
"email": "solar@openwall.com",
|
2065 |
-
"homepage": "http://openwall.com/phpass/"
|
2066 |
-
}
|
2067 |
-
],
|
2068 |
-
"description": "Portable PHP password hashing framework",
|
2069 |
-
"homepage": "http://github.com/hautelook/phpass/",
|
2070 |
-
"keywords": [
|
2071 |
-
"blowfish",
|
2072 |
-
"crypt",
|
2073 |
-
"password",
|
2074 |
-
"security"
|
2075 |
-
],
|
2076 |
-
"time": "2012-08-31T00:00:00+00:00"
|
2077 |
-
},
|
2078 |
-
{
|
2079 |
-
"name": "illuminate/contracts",
|
2080 |
-
"version": "v5.2.45",
|
2081 |
-
"source": {
|
2082 |
-
"type": "git",
|
2083 |
-
"url": "https://github.com/illuminate/contracts.git",
|
2084 |
-
"reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
|
2085 |
-
},
|
2086 |
-
"dist": {
|
2087 |
-
"type": "zip",
|
2088 |
-
"url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
|
2089 |
-
"reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
|
2090 |
-
"shasum": ""
|
2091 |
-
},
|
2092 |
-
"require": {
|
2093 |
-
"php": ">=5.5.9"
|
2094 |
-
},
|
2095 |
-
"type": "library",
|
2096 |
-
"extra": {
|
2097 |
-
"branch-alias": {
|
2098 |
-
"dev-master": "5.2-dev"
|
2099 |
-
}
|
2100 |
-
},
|
2101 |
-
"autoload": {
|
2102 |
-
"psr-4": {
|
2103 |
-
"Illuminate\\Contracts\\": ""
|
2104 |
-
}
|
2105 |
-
},
|
2106 |
-
"notification-url": "https://packagist.org/downloads/",
|
2107 |
-
"license": [
|
2108 |
-
"MIT"
|
2109 |
-
],
|
2110 |
-
"authors": [
|
2111 |
-
{
|
2112 |
-
"name": "Taylor Otwell",
|
2113 |
-
"email": "taylor@laravel.com"
|
2114 |
-
}
|
2115 |
-
],
|
2116 |
-
"description": "The Illuminate Contracts package.",
|
2117 |
-
"homepage": "http://laravel.com",
|
2118 |
-
"time": "2016-08-08T11:46:08+00:00"
|
2119 |
-
},
|
2120 |
-
{
|
2121 |
-
"name": "illuminate/support",
|
2122 |
-
"version": "v5.2.21",
|
2123 |
-
"source": {
|
2124 |
-
"type": "git",
|
2125 |
-
"url": "https://github.com/illuminate/support.git",
|
2126 |
-
"reference": "6749fab3f3d38d8b15427536a8e7bbdc57497c9e"
|
2127 |
-
},
|
2128 |
-
"dist": {
|
2129 |
-
"type": "zip",
|
2130 |
-
"url": "https://api.github.com/repos/illuminate/support/zipball/6749fab3f3d38d8b15427536a8e7bbdc57497c9e",
|
2131 |
-
"reference": "6749fab3f3d38d8b15427536a8e7bbdc57497c9e",
|
2132 |
-
"shasum": ""
|
2133 |
-
},
|
2134 |
-
"require": {
|
2135 |
-
"doctrine/inflector": "~1.0",
|
2136 |
-
"ext-mbstring": "*",
|
2137 |
-
"illuminate/contracts": "5.2.*",
|
2138 |
-
"php": ">=5.5.9"
|
2139 |
-
},
|
2140 |
-
"suggest": {
|
2141 |
-
"illuminate/filesystem": "Required to use the composer class (5.2.*).",
|
2142 |
-
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
|
2143 |
-
"paragonie/random_compat": "Provides a compatible interface like PHP7's random_bytes() in PHP 5 projects (~1.1).",
|
2144 |
-
"symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
|
2145 |
-
"symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
|
2146 |
-
"symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
|
2147 |
-
},
|
2148 |
-
"type": "library",
|
2149 |
-
"extra": {
|
2150 |
-
"branch-alias": {
|
2151 |
-
"dev-master": "5.2-dev"
|
2152 |
-
}
|
2153 |
-
},
|
2154 |
-
"autoload": {
|
2155 |
-
"psr-4": {
|
2156 |
-
"Illuminate\\Support\\": ""
|
2157 |
-
},
|
2158 |
-
"files": [
|
2159 |
-
"helpers.php"
|
2160 |
-
]
|
2161 |
-
},
|
2162 |
-
"notification-url": "https://packagist.org/downloads/",
|
2163 |
-
"license": [
|
2164 |
-
"MIT"
|
2165 |
-
],
|
2166 |
-
"authors": [
|
2167 |
-
{
|
2168 |
-
"name": "Taylor Otwell",
|
2169 |
-
"email": "taylorotwell@gmail.com"
|
2170 |
-
}
|
2171 |
-
],
|
2172 |
-
"description": "The Illuminate Support package.",
|
2173 |
-
"homepage": "http://laravel.com",
|
2174 |
-
"time": "2016-02-22T20:29:02+00:00"
|
2175 |
-
},
|
2176 |
-
{
|
2177 |
-
"name": "justinrainbow/json-schema",
|
2178 |
-
"version": "5.2.10",
|
2179 |
-
"source": {
|
2180 |
-
"type": "git",
|
2181 |
-
"url": "https://github.com/justinrainbow/json-schema.git",
|
2182 |
-
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
|
2183 |
-
},
|
2184 |
-
"dist": {
|
2185 |
-
"type": "zip",
|
2186 |
-
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
|
2187 |
-
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
|
2188 |
-
"shasum": ""
|
2189 |
-
},
|
2190 |
-
"require": {
|
2191 |
-
"php": ">=5.3.3"
|
2192 |
-
},
|
2193 |
-
"require-dev": {
|
2194 |
-
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
|
2195 |
-
"json-schema/json-schema-test-suite": "1.2.0",
|
2196 |
-
"phpunit/phpunit": "^4.8.35"
|
2197 |
-
},
|
2198 |
-
"bin": [
|
2199 |
-
"bin/validate-json"
|
2200 |
-
],
|
2201 |
-
"type": "library",
|
2202 |
-
"extra": {
|
2203 |
-
"branch-alias": {
|
2204 |
-
"dev-master": "5.0.x-dev"
|
2205 |
-
}
|
2206 |
-
},
|
2207 |
-
"autoload": {
|
2208 |
-
"psr-4": {
|
2209 |
-
"JsonSchema\\": "src/JsonSchema/"
|
2210 |
-
}
|
2211 |
-
},
|
2212 |
-
"notification-url": "https://packagist.org/downloads/",
|
2213 |
-
"license": [
|
2214 |
-
"MIT"
|
2215 |
-
],
|
2216 |
-
"authors": [
|
2217 |
-
{
|
2218 |
-
"name": "Bruno Prieto Reis",
|
2219 |
-
"email": "bruno.p.reis@gmail.com"
|
2220 |
-
},
|
2221 |
-
{
|
2222 |
-
"name": "Justin Rainbow",
|
2223 |
-
"email": "justin.rainbow@gmail.com"
|
2224 |
-
},
|
2225 |
-
{
|
2226 |
-
"name": "Igor Wiedler",
|
2227 |
-
"email": "igor@wiedler.ch"
|
2228 |
-
},
|
2229 |
-
{
|
2230 |
-
"name": "Robert Schönthal",
|
2231 |
-
"email": "seroscho@googlemail.com"
|
2232 |
-
}
|
2233 |
-
],
|
2234 |
-
"description": "A library to validate a json schema.",
|
2235 |
-
"homepage": "https://github.com/justinrainbow/json-schema",
|
2236 |
-
"keywords": [
|
2237 |
-
"json",
|
2238 |
-
"schema"
|
2239 |
-
],
|
2240 |
-
"time": "2020-05-27T16:41:55+00:00"
|
2241 |
-
},
|
2242 |
-
{
|
2243 |
-
"name": "lucatume/wp-browser",
|
2244 |
-
"version": "2.6.17",
|
2245 |
-
"source": {
|
2246 |
-
"type": "git",
|
2247 |
-
"url": "https://github.com/lucatume/wp-browser.git",
|
2248 |
-
"reference": "00debfb08763ff2f0b8f8c2dee0e1962504bb7c7"
|
2249 |
-
},
|
2250 |
-
"dist": {
|
2251 |
-
"type": "zip",
|
2252 |
-
"url": "https://api.github.com/repos/lucatume/wp-browser/zipball/00debfb08763ff2f0b8f8c2dee0e1962504bb7c7",
|
2253 |
-
"reference": "00debfb08763ff2f0b8f8c2dee0e1962504bb7c7",
|
2254 |
-
"shasum": ""
|
2255 |
-
},
|
2256 |
-
"require": {
|
2257 |
-
"antecedent/patchwork": "^2.0",
|
2258 |
-
"codeception/codeception": "^2.5 || ^3.0 || ^4.0",
|
2259 |
-
"dg/mysql-dump": "^1.3",
|
2260 |
-
"ext-fileinfo": "*",
|
2261 |
-
"ext-iconv": "*",
|
2262 |
-
"ext-json": "*",
|
2263 |
-
"ext-pdo": "*",
|
2264 |
-
"mikemclin/laravel-wp-password": "~2.0.0",
|
2265 |
-
"php": ">=5.6.0",
|
2266 |
-
"symfony/filesystem": ">=3.0",
|
2267 |
-
"symfony/process": ">=2.7 <5.0",
|
2268 |
-
"vria/nodiacritic": "^0.1.2",
|
2269 |
-
"wp-cli/wp-cli-bundle": ">=2.0 <3.0.0",
|
2270 |
-
"zordius/lightncandy": "^1.2"
|
2271 |
-
},
|
2272 |
-
"require-dev": {
|
2273 |
-
"erusev/parsedown": "^1.7",
|
2274 |
-
"gumlet/php-image-resize": "^1.6",
|
2275 |
-
"lucatume/codeception-snapshot-assertions": "^0.2",
|
2276 |
-
"mikey179/vfsstream": "^1.6",
|
2277 |
-
"victorjonsson/markdowndocs": "dev-master",
|
2278 |
-
"vlucas/phpdotenv": "^3.0"
|
2279 |
-
},
|
2280 |
-
"suggest": {
|
2281 |
-
"codeception/module-asserts": "Codeception 4.0 compatibility.",
|
2282 |
-
"codeception/module-cli": "Codeception 4.0 compatibility; required by the WPCLI module.",
|
2283 |
-
"codeception/module-db": "Codeception 4.0 compatibility; required by the WPDb module.",
|
2284 |
-
"codeception/module-filesystem": "Codeception 4.0 compatibility; required by the WPFilesystem module.",
|
2285 |
-
"codeception/module-phpbrowser": "Codeception 4.0 compatibility; required by the WPBrowser module.",
|
2286 |
-
"codeception/module-webdriver": "Codeception 4.0 compatibility; required by the WPWebDriver module.",
|
2287 |
-
"codeception/util-universalframework": "Codeception 4.0 compatibility; required by the WordPress framework module.",
|
2288 |
-
"gumlet/php-image-resize": "To handle runtime image modification in the WPDb::haveAttachmentInDatabase method.",
|
2289 |
-
"vlucas/phpdotenv:^4.0": "To manage more complex environment file based configuration of the suites."
|
2290 |
-
},
|
2291 |
-
"type": "library",
|
2292 |
-
"extra": {
|
2293 |
-
"_hash": "484f861f69198089cab0e642f27e5653"
|
2294 |
-
},
|
2295 |
-
"autoload": {
|
2296 |
-
"psr-4": {
|
2297 |
-
"Codeception\\": "src/Codeception",
|
2298 |
-
"tad\\": "src/tad"
|
2299 |
-
},
|
2300 |
-
"files": [
|
2301 |
-
"src/tad/WPBrowser/utils.php",
|
2302 |
-
"src/tad/WPBrowser/wp-polyfills.php"
|
2303 |
-
]
|
2304 |
-
},
|
2305 |
-
"notification-url": "https://packagist.org/downloads/",
|
2306 |
-
"license": [
|
2307 |
-
"MIT"
|
2308 |
-
],
|
2309 |
-
"authors": [
|
2310 |
-
{
|
2311 |
-
"name": "theAverageDev (Luca Tumedei)",
|
2312 |
-
"email": "luca@theaveragedev.com",
|
2313 |
-
"homepage": "http://theaveragedev.com",
|
2314 |
-
"role": "Developer"
|
2315 |
-
}
|
2316 |
-
],
|
2317 |
-
"description": "WordPress extension of the PhpBrowser class.",
|
2318 |
-
"homepage": "http://github.com/lucatume/wp-browser",
|
2319 |
-
"keywords": [
|
2320 |
-
"codeception",
|
2321 |
-
"wordpress"
|
2322 |
-
],
|
2323 |
-
"funding": [
|
2324 |
-
{
|
2325 |
-
"url": "https://github.com/lucatume",
|
2326 |
-
"type": "github"
|
2327 |
-
}
|
2328 |
-
],
|
2329 |
-
"time": "2020-11-17T12:36:00+00:00"
|
2330 |
-
},
|
2331 |
-
{
|
2332 |
-
"name": "matthiasmullie/minify",
|
2333 |
-
"version": "1.3.65",
|
2334 |
-
"source": {
|
2335 |
-
"type": "git",
|
2336 |
-
"url": "https://github.com/matthiasmullie/minify.git",
|
2337 |
-
"reference": "227f19062451c55a797e0cc667ef983834e6580c"
|
2338 |
-
},
|
2339 |
-
"dist": {
|
2340 |
-
"type": "zip",
|
2341 |
-
"url": "https://api.github.com/repos/matthiasmullie/minify/zipball/227f19062451c55a797e0cc667ef983834e6580c",
|
2342 |
-
"reference": "227f19062451c55a797e0cc667ef983834e6580c",
|
2343 |
-
"shasum": ""
|
2344 |
-
},
|
2345 |
-
"require": {
|
2346 |
-
"ext-pcre": "*",
|
2347 |
-
"matthiasmullie/path-converter": "~1.1",
|
2348 |
-
"php": ">=5.3.0"
|
2349 |
-
},
|
2350 |
-
"require-dev": {
|
2351 |
-
"friendsofphp/php-cs-fixer": "~2.0",
|
2352 |
-
"matthiasmullie/scrapbook": "~1.0",
|
2353 |
-
"phpunit/phpunit": "~4.8"
|
2354 |
-
},
|
2355 |
-
"suggest": {
|
2356 |
-
"psr/cache-implementation": "Cache implementation to use with Minify::cache"
|
2357 |
-
},
|
2358 |
-
"bin": [
|
2359 |
-
"bin/minifycss",
|
2360 |
-
"bin/minifyjs"
|
2361 |
-
],
|
2362 |
-
"type": "library",
|
2363 |
-
"autoload": {
|
2364 |
-
"psr-4": {
|
2365 |
-
"MatthiasMullie\\Minify\\": "src/"
|
2366 |
-
}
|
2367 |
-
},
|
2368 |
-
"notification-url": "https://packagist.org/downloads/",
|
2369 |
-
"license": [
|
2370 |
-
"MIT"
|
2371 |
-
],
|
2372 |
-
"authors": [
|
2373 |
-
{
|
2374 |
-
"name": "Matthias Mullie",
|
2375 |
-
"email": "minify@mullie.eu",
|
2376 |
-
"homepage": "http://www.mullie.eu",
|
2377 |
-
"role": "Developer"
|
2378 |
-
}
|
2379 |
-
],
|
2380 |
-
"description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
|
2381 |
-
"homepage": "http://www.minifier.org",
|
2382 |
-
"keywords": [
|
2383 |
-
"JS",
|
2384 |
-
"css",
|
2385 |
-
"javascript",
|
2386 |
-
"minifier",
|
2387 |
-
"minify"
|
2388 |
-
],
|
2389 |
-
"funding": [
|
2390 |
-
{
|
2391 |
-
"url": "https://github.com/[user1",
|
2392 |
-
"type": "github"
|
2393 |
-
},
|
2394 |
-
{
|
2395 |
-
"url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
|
2396 |
-
"type": "github"
|
2397 |
-
},
|
2398 |
-
{
|
2399 |
-
"url": "https://github.com/user2",
|
2400 |
-
"type": "github"
|
2401 |
-
}
|
2402 |
-
],
|
2403 |
-
"time": "2020-12-27T21:43:29+00:00"
|
2404 |
-
},
|
2405 |
-
{
|
2406 |
-
"name": "matthiasmullie/path-converter",
|
2407 |
-
"version": "1.1.3",
|
2408 |
-
"source": {
|
2409 |
-
"type": "git",
|
2410 |
-
"url": "https://github.com/matthiasmullie/path-converter.git",
|
2411 |
-
"reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
|
2412 |
-
},
|
2413 |
-
"dist": {
|
2414 |
-
"type": "zip",
|
2415 |
-
"url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
|
2416 |
-
"reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
|
2417 |
-
"shasum": ""
|
2418 |
-
},
|
2419 |
-
"require": {
|
2420 |
-
"ext-pcre": "*",
|
2421 |
-
"php": ">=5.3.0"
|
2422 |
-
},
|
2423 |
-
"require-dev": {
|
2424 |
-
"phpunit/phpunit": "~4.8"
|
2425 |
-
},
|
2426 |
-
"type": "library",
|
2427 |
-
"autoload": {
|
2428 |
-
"psr-4": {
|
2429 |
-
"MatthiasMullie\\PathConverter\\": "src/"
|
2430 |
-
}
|
2431 |
-
},
|
2432 |
-
"notification-url": "https://packagist.org/downloads/",
|
2433 |
-
"license": [
|
2434 |
-
"MIT"
|
2435 |
-
],
|
2436 |
-
"authors": [
|
2437 |
-
{
|
2438 |
-
"name": "Matthias Mullie",
|
2439 |
-
"email": "pathconverter@mullie.eu",
|
2440 |
-
"homepage": "http://www.mullie.eu",
|
2441 |
-
"role": "Developer"
|
2442 |
-
}
|
2443 |
-
],
|
2444 |
-
"description": "Relative path converter",
|
2445 |
-
"homepage": "http://github.com/matthiasmullie/path-converter",
|
2446 |
-
"keywords": [
|
2447 |
-
"converter",
|
2448 |
-
"path",
|
2449 |
-
"paths",
|
2450 |
-
"relative"
|
2451 |
-
],
|
2452 |
-
"time": "2019-02-05T23:41:09+00:00"
|
2453 |
-
},
|
2454 |
-
{
|
2455 |
-
"name": "mck89/peast",
|
2456 |
-
"version": "v1.11.0",
|
2457 |
-
"source": {
|
2458 |
-
"type": "git",
|
2459 |
-
"url": "https://github.com/mck89/peast.git",
|
2460 |
-
"reference": "2a2bc6826114c46ff0bc1359208b7083a17f7a99"
|
2461 |
-
},
|
2462 |
-
"dist": {
|
2463 |
-
"type": "zip",
|
2464 |
-
"url": "https://api.github.com/repos/mck89/peast/zipball/2a2bc6826114c46ff0bc1359208b7083a17f7a99",
|
2465 |
-
"reference": "2a2bc6826114c46ff0bc1359208b7083a17f7a99",
|
2466 |
-
"shasum": ""
|
2467 |
-
},
|
2468 |
-
"require": {
|
2469 |
-
"php": ">=5.4.0"
|
2470 |
-
},
|
2471 |
-
"require-dev": {
|
2472 |
-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
2473 |
-
},
|
2474 |
-
"type": "library",
|
2475 |
-
"extra": {
|
2476 |
-
"branch-alias": {
|
2477 |
-
"dev-master": "1.11.0-dev"
|
2478 |
-
}
|
2479 |
-
},
|
2480 |
-
"autoload": {
|
2481 |
-
"psr-4": {
|
2482 |
-
"Peast\\": "lib/Peast/",
|
2483 |
-
"Peast\\test\\": "test/Peast/"
|
2484 |
-
}
|
2485 |
-
},
|
2486 |
-
"notification-url": "https://packagist.org/downloads/",
|
2487 |
-
"license": [
|
2488 |
-
"MIT"
|
2489 |
-
],
|
2490 |
-
"authors": [
|
2491 |
-
{
|
2492 |
-
"name": "Marco Marchiò",
|
2493 |
-
"email": "marco.mm89@gmail.com"
|
2494 |
-
}
|
2495 |
-
],
|
2496 |
-
"description": "Peast is PHP library that generates AST for JavaScript code",
|
2497 |
-
"time": "2020-10-09T15:12:13+00:00"
|
2498 |
-
},
|
2499 |
-
{
|
2500 |
-
"name": "mikemclin/laravel-wp-password",
|
2501 |
-
"version": "2.0.1",
|
2502 |
-
"source": {
|
2503 |
-
"type": "git",
|
2504 |
-
"url": "https://github.com/mikemclin/laravel-wp-password.git",
|
2505 |
-
"reference": "84ff1113ff6866cdb0350c176dc3c843383e4819"
|
2506 |
-
},
|
2507 |
-
"dist": {
|
2508 |
-
"type": "zip",
|
2509 |
-
"url": "https://api.github.com/repos/mikemclin/laravel-wp-password/zipball/84ff1113ff6866cdb0350c176dc3c843383e4819",
|
2510 |
-
"reference": "84ff1113ff6866cdb0350c176dc3c843383e4819",
|
2511 |
-
"shasum": ""
|
2512 |
-
},
|
2513 |
-
"require": {
|
2514 |
-
"hautelook/phpass": "0.3.*",
|
2515 |
-
"illuminate/support": ">=4.0.0",
|
2516 |
-
"php": ">=5.3.0"
|
2517 |
-
},
|
2518 |
-
"replace": {
|
2519 |
-
"mikemclin/laravel-wp-password": "self.version"
|
2520 |
-
},
|
2521 |
-
"require-dev": {
|
2522 |
-
"mockery/mockery": "~0.9",
|
2523 |
-
"phpunit/phpunit": "~4.0",
|
2524 |
-
"satooshi/php-coveralls": "dev-master"
|
2525 |
-
},
|
2526 |
-
"type": "laravel-package",
|
2527 |
-
"extra": {
|
2528 |
-
"laravel": {
|
2529 |
-
"providers": [
|
2530 |
-
"MikeMcLin\\WpPassword\\WpPasswordProvider"
|
2531 |
-
],
|
2532 |
-
"aliases": {
|
2533 |
-
"WpPassword": "MikeMcLin\\WpPassword\\Facades\\WpPassword"
|
2534 |
-
}
|
2535 |
-
}
|
2536 |
-
},
|
2537 |
-
"autoload": {
|
2538 |
-
"psr-4": {
|
2539 |
-
"MikeMcLin\\WpPassword\\": "src/"
|
2540 |
-
}
|
2541 |
-
},
|
2542 |
-
"notification-url": "https://packagist.org/downloads/",
|
2543 |
-
"license": [
|
2544 |
-
"MIT"
|
2545 |
-
],
|
2546 |
-
"authors": [
|
2547 |
-
{
|
2548 |
-
"name": "Mike McLin",
|
2549 |
-
"email": "mike@mikemclin.com",
|
2550 |
-
"homepage": "http://mikemclin.net"
|
2551 |
-
}
|
2552 |
-
],
|
2553 |
-
"description": "Laravel package that checks and creates WordPress password hashes",
|
2554 |
-
"homepage": "https://github.com/mikemclin/laravel-wp-password",
|
2555 |
-
"keywords": [
|
2556 |
-
"hashing",
|
2557 |
-
"laravel",
|
2558 |
-
"password",
|
2559 |
-
"wordpress"
|
2560 |
-
],
|
2561 |
-
"time": "2018-01-11T14:12:02+00:00"
|
2562 |
-
},
|
2563 |
-
{
|
2564 |
-
"name": "mockery/mockery",
|
2565 |
-
"version": "0.9.11",
|
2566 |
-
"source": {
|
2567 |
-
"type": "git",
|
2568 |
-
"url": "https://github.com/mockery/mockery.git",
|
2569 |
-
"reference": "be9bf28d8e57d67883cba9fcadfcff8caab667f8"
|
2570 |
-
},
|
2571 |
-
"dist": {
|
2572 |
-
"type": "zip",
|
2573 |
-
"url": "https://api.github.com/repos/mockery/mockery/zipball/be9bf28d8e57d67883cba9fcadfcff8caab667f8",
|
2574 |
-
"reference": "be9bf28d8e57d67883cba9fcadfcff8caab667f8",
|
2575 |
-
"shasum": ""
|
2576 |
-
},
|
2577 |
-
"require": {
|
2578 |
-
"hamcrest/hamcrest-php": "~1.1",
|
2579 |
-
"lib-pcre": ">=7.0",
|
2580 |
-
"php": ">=5.3.2"
|
2581 |
-
},
|
2582 |
-
"require-dev": {
|
2583 |
-
"phpunit/phpunit": "~4.0"
|
2584 |
-
},
|
2585 |
-
"type": "library",
|
2586 |
-
"extra": {
|
2587 |
-
"branch-alias": {
|
2588 |
-
"dev-master": "0.9.x-dev"
|
2589 |
-
}
|
2590 |
-
},
|
2591 |
-
"autoload": {
|
2592 |
-
"psr-0": {
|
2593 |
-
"Mockery": "library/"
|
2594 |
-
}
|
2595 |
-
},
|
2596 |
-
"notification-url": "https://packagist.org/downloads/",
|
2597 |
-
"license": [
|
2598 |
-
"BSD-3-Clause"
|
2599 |
-
],
|
2600 |
-
"authors": [
|
2601 |
-
{
|
2602 |
-
"name": "Pádraic Brady",
|
2603 |
-
"email": "padraic.brady@gmail.com",
|
2604 |
-
"homepage": "http://blog.astrumfutura.com"
|
2605 |
-
},
|
2606 |
-
{
|
2607 |
-
"name": "Dave Marshall",
|
2608 |
-
"email": "dave.marshall@atstsolutions.co.uk",
|
2609 |
-
"homepage": "http://davedevelopment.co.uk"
|
2610 |
-
}
|
2611 |
-
],
|
2612 |
-
"description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
|
2613 |
-
"homepage": "http://github.com/padraic/mockery",
|
2614 |
-
"keywords": [
|
2615 |
-
"BDD",
|
2616 |
-
"TDD",
|
2617 |
-
"library",
|
2618 |
-
"mock",
|
2619 |
-
"mock objects",
|
2620 |
-
"mockery",
|
2621 |
-
"stub",
|
2622 |
-
"test",
|
2623 |
-
"test double",
|
2624 |
-
"testing"
|
2625 |
-
],
|
2626 |
-
"time": "2019-02-12T16:07:13+00:00"
|
2627 |
-
},
|
2628 |
-
{
|
2629 |
-
"name": "moneyphp/money",
|
2630 |
-
"version": "v3.3.1",
|
2631 |
-
"source": {
|
2632 |
-
"type": "git",
|
2633 |
-
"url": "https://github.com/moneyphp/money.git",
|
2634 |
-
"reference": "122664c2621a95180a13c1ac81fea1d2ef20781e"
|
2635 |
-
},
|
2636 |
-
"dist": {
|
2637 |
-
"type": "zip",
|
2638 |
-
"url": "https://api.github.com/repos/moneyphp/money/zipball/122664c2621a95180a13c1ac81fea1d2ef20781e",
|
2639 |
-
"reference": "122664c2621a95180a13c1ac81fea1d2ef20781e",
|
2640 |
-
"shasum": ""
|
2641 |
-
},
|
2642 |
-
"require": {
|
2643 |
-
"ext-json": "*",
|
2644 |
-
"php": ">=5.6"
|
2645 |
-
},
|
2646 |
-
"require-dev": {
|
2647 |
-
"cache/taggable-cache": "^0.4.0",
|
2648 |
-
"doctrine/instantiator": "^1.0.5",
|
2649 |
-
"ext-bcmath": "*",
|
2650 |
-
"ext-gmp": "*",
|
2651 |
-
"ext-intl": "*",
|
2652 |
-
"florianv/exchanger": "^1.0",
|
2653 |
-
"florianv/swap": "^3.0",
|
2654 |
-
"friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
|
2655 |
-
"moneyphp/iso-currencies": "^3.2.1",
|
2656 |
-
"php-http/message": "^1.4",
|
2657 |
-
"php-http/mock-client": "^1.0.0",
|
2658 |
-
"phpspec/phpspec": "^3.4.3",
|
2659 |
-
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
|
2660 |
-
"psr/cache": "^1.0",
|
2661 |
-
"symfony/phpunit-bridge": "^4"
|
2662 |
-
},
|
2663 |
-
"suggest": {
|
2664 |
-
"ext-bcmath": "Calculate without integer limits",
|
2665 |
-
"ext-gmp": "Calculate without integer limits",
|
2666 |
-
"ext-intl": "Format Money objects with intl",
|
2667 |
-
"florianv/exchanger": "Exchange rates library for PHP",
|
2668 |
-
"florianv/swap": "Exchange rates library for PHP",
|
2669 |
-
"psr/cache-implementation": "Used for Currency caching"
|
2670 |
-
},
|
2671 |
-
"type": "library",
|
2672 |
-
"extra": {
|
2673 |
-
"branch-alias": {
|
2674 |
-
"dev-master": "3.x-dev"
|
2675 |
-
}
|
2676 |
-
},
|
2677 |
-
"autoload": {
|
2678 |
-
"psr-4": {
|
2679 |
-
"Money\\": "src/"
|
2680 |
-
}
|
2681 |
-
},
|
2682 |
-
"notification-url": "https://packagist.org/downloads/",
|
2683 |
-
"license": [
|
2684 |
-
"MIT"
|
2685 |
-
],
|
2686 |
-
"authors": [
|
2687 |
-
{
|
2688 |
-
"name": "Mathias Verraes",
|
2689 |
-
"email": "mathias@verraes.net",
|
2690 |
-
"homepage": "http://verraes.net"
|
2691 |
-
},
|
2692 |
-
{
|
2693 |
-
"name": "Márk Sági-Kazár",
|
2694 |
-
"email": "mark.sagikazar@gmail.com"
|
2695 |
-
},
|
2696 |
-
{
|
2697 |
-
"name": "Frederik Bosch",
|
2698 |
-
"email": "f.bosch@genkgo.nl"
|
2699 |
-
}
|
2700 |
-
],
|
2701 |
-
"description": "PHP implementation of Fowler's Money pattern",
|
2702 |
-
"homepage": "http://moneyphp.org",
|
2703 |
-
"keywords": [
|
2704 |
-
"Value Object",
|
2705 |
-
"money",
|
2706 |
-
"vo"
|
2707 |
-
],
|
2708 |
-
"time": "2020-03-18T17:49:59+00:00"
|
2709 |
-
},
|
2710 |
-
{
|
2711 |
-
"name": "monolog/monolog",
|
2712 |
-
"version": "1.26.0",
|
2713 |
-
"source": {
|
2714 |
-
"type": "git",
|
2715 |
-
"url": "https://github.com/Seldaek/monolog.git",
|
2716 |
-
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
|
2717 |
-
},
|
2718 |
-
"dist": {
|
2719 |
-
"type": "zip",
|
2720 |
-
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
|
2721 |
-
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
|
2722 |
-
"shasum": ""
|
2723 |
-
},
|
2724 |
-
"require": {
|
2725 |
-
"php": ">=5.3.0",
|
2726 |
-
"psr/log": "~1.0"
|
2727 |
-
},
|
2728 |
-
"provide": {
|
2729 |
-
"psr/log-implementation": "1.0.0"
|
2730 |
-
},
|
2731 |
-
"require-dev": {
|
2732 |
-
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
2733 |
-
"doctrine/couchdb": "~1.0@dev",
|
2734 |
-
"graylog2/gelf-php": "~1.0",
|
2735 |
-
"php-amqplib/php-amqplib": "~2.4",
|
2736 |
-
"php-console/php-console": "^3.1.3",
|
2737 |
-
"phpstan/phpstan": "^0.12.59",
|
2738 |
-
"phpunit/phpunit": "~4.5",
|
2739 |
-
"ruflin/elastica": ">=0.90 <3.0",
|
2740 |
-
"sentry/sentry": "^0.13",
|
2741 |
-
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
2742 |
-
},
|
2743 |
-
"suggest": {
|
2744 |
-
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
2745 |
-
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
2746 |
-
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
2747 |
-
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
2748 |
-
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
2749 |
-
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
2750 |
-
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
2751 |
-
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
2752 |
-
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
2753 |
-
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
2754 |
-
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
2755 |
-
},
|
2756 |
-
"type": "library",
|
2757 |
-
"autoload": {
|
2758 |
-
"psr-4": {
|
2759 |
-
"Monolog\\": "src/Monolog"
|
2760 |
-
}
|
2761 |
-
},
|
2762 |
-
"notification-url": "https://packagist.org/downloads/",
|
2763 |
-
"license": [
|
2764 |
-
"MIT"
|
2765 |
-
],
|
2766 |
-
"authors": [
|
2767 |
-
{
|
2768 |
-
"name": "Jordi Boggiano",
|
2769 |
-
"email": "j.boggiano@seld.be",
|
2770 |
-
"homepage": "http://seld.be"
|
2771 |
-
}
|
2772 |
-
],
|
2773 |
-
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
2774 |
-
"homepage": "http://github.com/Seldaek/monolog",
|
2775 |
-
"keywords": [
|
2776 |
-
"log",
|
2777 |
-
"logging",
|
2778 |
-
"psr-3"
|
2779 |
-
],
|
2780 |
-
"funding": [
|
2781 |
-
{
|
2782 |
-
"url": "https://github.com/Seldaek",
|
2783 |
-
"type": "github"
|
2784 |
-
},
|
2785 |
-
{
|
2786 |
-
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
2787 |
-
"type": "tidelift"
|
2788 |
-
}
|
2789 |
-
],
|
2790 |
-
"time": "2020-12-14T12:56:38+00:00"
|
2791 |
-
},
|
2792 |
-
{
|
2793 |
-
"name": "mustache/mustache",
|
2794 |
-
"version": "v2.13.0",
|
2795 |
-
"source": {
|
2796 |
-
"type": "git",
|
2797 |
-
"url": "https://github.com/bobthecow/mustache.php.git",
|
2798 |
-
"reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4"
|
2799 |
-
},
|
2800 |
-
"dist": {
|
2801 |
-
"type": "zip",
|
2802 |
-
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4",
|
2803 |
-
"reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4",
|
2804 |
-
"shasum": ""
|
2805 |
-
},
|
2806 |
-
"require": {
|
2807 |
-
"php": ">=5.2.4"
|
2808 |
-
},
|
2809 |
-
"require-dev": {
|
2810 |
-
"friendsofphp/php-cs-fixer": "~1.11",
|
2811 |
-
"phpunit/phpunit": "~3.7|~4.0|~5.0"
|
2812 |
-
},
|
2813 |
-
"type": "library",
|
2814 |
-
"autoload": {
|
2815 |
-
"psr-0": {
|
2816 |
-
"Mustache": "src/"
|
2817 |
-
}
|
2818 |
-
},
|
2819 |
-
"notification-url": "https://packagist.org/downloads/",
|
2820 |
-
"license": [
|
2821 |
-
"MIT"
|
2822 |
-
],
|
2823 |
-
"authors": [
|
2824 |
-
{
|
2825 |
-
"name": "Justin Hileman",
|
2826 |
-
"email": "justin@justinhileman.info",
|
2827 |
-
"homepage": "http://justinhileman.com"
|
2828 |
-
}
|
2829 |
-
],
|
2830 |
-
"description": "A Mustache implementation in PHP.",
|
2831 |
-
"homepage": "https://github.com/bobthecow/mustache.php",
|
2832 |
-
"keywords": [
|
2833 |
-
"mustache",
|
2834 |
-
"templating"
|
2835 |
-
],
|
2836 |
-
"time": "2019-11-23T21:40:31+00:00"
|
2837 |
-
},
|
2838 |
-
{
|
2839 |
-
"name": "myclabs/deep-copy",
|
2840 |
-
"version": "1.7.0",
|
2841 |
-
"source": {
|
2842 |
-
"type": "git",
|
2843 |
-
"url": "https://github.com/myclabs/DeepCopy.git",
|
2844 |
-
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
2845 |
-
},
|
2846 |
-
"dist": {
|
2847 |
-
"type": "zip",
|
2848 |
-
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
2849 |
-
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
2850 |
-
"shasum": ""
|
2851 |
-
},
|
2852 |
-
"require": {
|
2853 |
-
"php": "^5.6 || ^7.0"
|
2854 |
-
},
|
2855 |
-
"require-dev": {
|
2856 |
-
"doctrine/collections": "^1.0",
|
2857 |
-
"doctrine/common": "^2.6",
|
2858 |
-
"phpunit/phpunit": "^4.1"
|
2859 |
-
},
|
2860 |
-
"type": "library",
|
2861 |
-
"autoload": {
|
2862 |
-
"psr-4": {
|
2863 |
-
"DeepCopy\\": "src/DeepCopy/"
|
2864 |
-
},
|
2865 |
-
"files": [
|
2866 |
-
"src/DeepCopy/deep_copy.php"
|
2867 |
-
]
|
2868 |
-
},
|
2869 |
-
"notification-url": "https://packagist.org/downloads/",
|
2870 |
-
"license": [
|
2871 |
-
"MIT"
|
2872 |
-
],
|
2873 |
-
"description": "Create deep copies (clones) of your objects",
|
2874 |
-
"keywords": [
|
2875 |
-
"clone",
|
2876 |
-
"copy",
|
2877 |
-
"duplicate",
|
2878 |
-
"object",
|
2879 |
-
"object graph"
|
2880 |
-
],
|
2881 |
-
"time": "2017-10-19T19:58:43+00:00"
|
2882 |
-
},
|
2883 |
-
{
|
2884 |
-
"name": "nb/oxymel",
|
2885 |
-
"version": "v0.1.0",
|
2886 |
-
"source": {
|
2887 |
-
"type": "git",
|
2888 |
-
"url": "https://github.com/nb/oxymel.git",
|
2889 |
-
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c"
|
2890 |
-
},
|
2891 |
-
"dist": {
|
2892 |
-
"type": "zip",
|
2893 |
-
"url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
|
2894 |
-
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
|
2895 |
-
"shasum": ""
|
2896 |
-
},
|
2897 |
-
"require": {
|
2898 |
-
"php": ">=5.2.4"
|
2899 |
-
},
|
2900 |
-
"type": "library",
|
2901 |
-
"autoload": {
|
2902 |
-
"psr-0": {
|
2903 |
-
"Oxymel": ""
|
2904 |
-
}
|
2905 |
-
},
|
2906 |
-
"notification-url": "https://packagist.org/downloads/",
|
2907 |
-
"license": [
|
2908 |
-
"MIT"
|
2909 |
-
],
|
2910 |
-
"authors": [
|
2911 |
-
{
|
2912 |
-
"name": "Nikolay Bachiyski",
|
2913 |
-
"email": "nb@nikolay.bg",
|
2914 |
-
"homepage": "http://extrapolate.me/"
|
2915 |
-
}
|
2916 |
-
],
|
2917 |
-
"description": "A sweet XML builder",
|
2918 |
-
"homepage": "https://github.com/nb/oxymel",
|
2919 |
-
"keywords": [
|
2920 |
-
"xml"
|
2921 |
-
],
|
2922 |
-
"time": "2013-02-24T15:01:54+00:00"
|
2923 |
-
},
|
2924 |
-
{
|
2925 |
-
"name": "paragonie/random_compat",
|
2926 |
-
"version": "v2.0.19",
|
2927 |
-
"source": {
|
2928 |
-
"type": "git",
|
2929 |
-
"url": "https://github.com/paragonie/random_compat.git",
|
2930 |
-
"reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241"
|
2931 |
-
},
|
2932 |
-
"dist": {
|
2933 |
-
"type": "zip",
|
2934 |
-
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/446fc9faa5c2a9ddf65eb7121c0af7e857295241",
|
2935 |
-
"reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241",
|
2936 |
-
"shasum": ""
|
2937 |
-
},
|
2938 |
-
"require": {
|
2939 |
-
"php": ">=5.2.0"
|
2940 |
-
},
|
2941 |
-
"require-dev": {
|
2942 |
-
"phpunit/phpunit": "4.*|5.*"
|
2943 |
-
},
|
2944 |
-
"suggest": {
|
2945 |
-
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
2946 |
-
},
|
2947 |
-
"type": "library",
|
2948 |
-
"autoload": {
|
2949 |
-
"files": [
|
2950 |
-
"lib/random.php"
|
2951 |
-
]
|
2952 |
-
},
|
2953 |
-
"notification-url": "https://packagist.org/downloads/",
|
2954 |
-
"license": [
|
2955 |
-
"MIT"
|
2956 |
-
],
|
2957 |
-
"authors": [
|
2958 |
-
{
|
2959 |
-
"name": "Paragon Initiative Enterprises",
|
2960 |
-
"email": "security@paragonie.com",
|
2961 |
-
"homepage": "https://paragonie.com"
|
2962 |
-
}
|
2963 |
-
],
|
2964 |
-
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
2965 |
-
"keywords": [
|
2966 |
-
"csprng",
|
2967 |
-
"polyfill",
|
2968 |
-
"pseudorandom",
|
2969 |
-
"random"
|
2970 |
-
],
|
2971 |
-
"time": "2020-10-15T10:06:57+00:00"
|
2972 |
-
},
|
2973 |
-
{
|
2974 |
-
"name": "php-webdriver/webdriver",
|
2975 |
-
"version": "1.9.0",
|
2976 |
-
"source": {
|
2977 |
-
"type": "git",
|
2978 |
-
"url": "https://github.com/php-webdriver/php-webdriver.git",
|
2979 |
-
"reference": "e3633154554605274cc9d59837f55a7427d72003"
|
2980 |
-
},
|
2981 |
-
"dist": {
|
2982 |
-
"type": "zip",
|
2983 |
-
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/e3633154554605274cc9d59837f55a7427d72003",
|
2984 |
-
"reference": "e3633154554605274cc9d59837f55a7427d72003",
|
2985 |
-
"shasum": ""
|
2986 |
-
},
|
2987 |
-
"require": {
|
2988 |
-
"ext-curl": "*",
|
2989 |
-
"ext-json": "*",
|
2990 |
-
"ext-zip": "*",
|
2991 |
-
"php": "^5.6 || ~7.0 || ^8.0",
|
2992 |
-
"symfony/polyfill-mbstring": "^1.12",
|
2993 |
-
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
|
2994 |
-
},
|
2995 |
-
"replace": {
|
2996 |
-
"facebook/webdriver": "*"
|
2997 |
-
},
|
2998 |
-
"require-dev": {
|
2999 |
-
"friendsofphp/php-cs-fixer": "^2.0",
|
3000 |
-
"ondram/ci-detector": "^2.1 || ^3.5",
|
3001 |
-
"php-coveralls/php-coveralls": "^2.4",
|
3002 |
-
"php-mock/php-mock-phpunit": "^1.1 || ^2.0",
|
3003 |
-
"php-parallel-lint/php-parallel-lint": "^1.2",
|
3004 |
-
"phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
|
3005 |
-
"squizlabs/php_codesniffer": "^3.5",
|
3006 |
-
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
|
3007 |
-
},
|
3008 |
-
"suggest": {
|
3009 |
-
"ext-SimpleXML": "For Firefox profile creation"
|
3010 |
-
},
|
3011 |
-
"type": "library",
|
3012 |
-
"extra": {
|
3013 |
-
"branch-alias": {
|
3014 |
-
"dev-main": "1.8.x-dev"
|
3015 |
-
}
|
3016 |
-
},
|
3017 |
-
"autoload": {
|
3018 |
-
"psr-4": {
|
3019 |
-
"Facebook\\WebDriver\\": "lib/"
|
3020 |
-
},
|
3021 |
-
"files": [
|
3022 |
-
"lib/Exception/TimeoutException.php"
|
3023 |
-
]
|
3024 |
-
},
|
3025 |
-
"notification-url": "https://packagist.org/downloads/",
|
3026 |
-
"license": [
|
3027 |
-
"MIT"
|
3028 |
-
],
|
3029 |
-
"description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
|
3030 |
-
"homepage": "https://github.com/php-webdriver/php-webdriver",
|
3031 |
-
"keywords": [
|
3032 |
-
"Chromedriver",
|
3033 |
-
"geckodriver",
|
3034 |
-
"php",
|
3035 |
-
"selenium",
|
3036 |
-
"webdriver"
|
3037 |
-
],
|
3038 |
-
"time": "2020-11-19T15:21:05+00:00"
|
3039 |
-
},
|
3040 |
-
{
|
3041 |
-
"name": "phpcompatibility/php-compatibility",
|
3042 |
-
"version": "9.3.5",
|
3043 |
-
"source": {
|
3044 |
-
"type": "git",
|
3045 |
-
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
3046 |
-
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
|
3047 |
-
},
|
3048 |
-
"dist": {
|
3049 |
-
"type": "zip",
|
3050 |
-
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
|
3051 |
-
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
|
3052 |
-
"shasum": ""
|
3053 |
-
},
|
3054 |
-
"require": {
|
3055 |
-
"php": ">=5.3",
|
3056 |
-
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
|
3057 |
-
},
|
3058 |
-
"conflict": {
|
3059 |
-
"squizlabs/php_codesniffer": "2.6.2"
|
3060 |
-
},
|
3061 |
-
"require-dev": {
|
3062 |
-
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
|
3063 |
-
},
|
3064 |
-
"suggest": {
|
3065 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
|
3066 |
-
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
3067 |
-
},
|
3068 |
-
"type": "phpcodesniffer-standard",
|
3069 |
-
"notification-url": "https://packagist.org/downloads/",
|
3070 |
-
"license": [
|
3071 |
-
"LGPL-3.0-or-later"
|
3072 |
-
],
|
3073 |
-
"authors": [
|
3074 |
-
{
|
3075 |
-
"name": "Wim Godden",
|
3076 |
-
"homepage": "https://github.com/wimg",
|
3077 |
-
"role": "lead"
|
3078 |
-
},
|
3079 |
-
{
|
3080 |
-
"name": "Juliette Reinders Folmer",
|
3081 |
-
"homepage": "https://github.com/jrfnl",
|
3082 |
-
"role": "lead"
|
3083 |
-
},
|
3084 |
-
{
|
3085 |
-
"name": "Contributors",
|
3086 |
-
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
3087 |
-
}
|
3088 |
-
],
|
3089 |
-
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
3090 |
-
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
3091 |
-
"keywords": [
|
3092 |
-
"compatibility",
|
3093 |
-
"phpcs",
|
3094 |
-
"standards"
|
3095 |
-
],
|
3096 |
-
"time": "2019-12-27T09:44:58+00:00"
|
3097 |
-
},
|
3098 |
-
{
|
3099 |
-
"name": "phpdocumentor/reflection-common",
|
3100 |
-
"version": "1.0.1",
|
3101 |
-
"source": {
|
3102 |
-
"type": "git",
|
3103 |
-
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
3104 |
-
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
3105 |
-
},
|
3106 |
-
"dist": {
|
3107 |
-
"type": "zip",
|
3108 |
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
3109 |
-
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
3110 |
-
"shasum": ""
|
3111 |
-
},
|
3112 |
-
"require": {
|
3113 |
-
"php": ">=5.5"
|
3114 |
-
},
|
3115 |
-
"require-dev": {
|
3116 |
-
"phpunit/phpunit": "^4.6"
|
3117 |
-
},
|
3118 |
-
"type": "library",
|
3119 |
-
"extra": {
|
3120 |
-
"branch-alias": {
|
3121 |
-
"dev-master": "1.0.x-dev"
|
3122 |
-
}
|
3123 |
-
},
|
3124 |
-
"autoload": {
|
3125 |
-
"psr-4": {
|
3126 |
-
"phpDocumentor\\Reflection\\": [
|
3127 |
-
"src"
|
3128 |
-
]
|
3129 |
-
}
|
3130 |
-
},
|
3131 |
-
"notification-url": "https://packagist.org/downloads/",
|
3132 |
-
"license": [
|
3133 |
-
"MIT"
|
3134 |
-
],
|
3135 |
-
"authors": [
|
3136 |
-
{
|
3137 |
-
"name": "Jaap van Otterdijk",
|
3138 |
-
"email": "opensource@ijaap.nl"
|
3139 |
-
}
|
3140 |
-
],
|
3141 |
-
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
3142 |
-
"homepage": "http://www.phpdoc.org",
|
3143 |
-
"keywords": [
|
3144 |
-
"FQSEN",
|
3145 |
-
"phpDocumentor",
|
3146 |
-
"phpdoc",
|
3147 |
-
"reflection",
|
3148 |
-
"static analysis"
|
3149 |
-
],
|
3150 |
-
"time": "2017-09-11T18:02:19+00:00"
|
3151 |
-
},
|
3152 |
-
{
|
3153 |
-
"name": "phpdocumentor/reflection-docblock",
|
3154 |
-
"version": "3.3.2",
|
3155 |
-
"source": {
|
3156 |
-
"type": "git",
|
3157 |
-
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
3158 |
-
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
|
3159 |
-
},
|
3160 |
-
"dist": {
|
3161 |
-
"type": "zip",
|
3162 |
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
3163 |
-
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
3164 |
-
"shasum": ""
|
3165 |
-
},
|
3166 |
-
"require": {
|
3167 |
-
"php": "^5.6 || ^7.0",
|
3168 |
-
"phpdocumentor/reflection-common": "^1.0.0",
|
3169 |
-
"phpdocumentor/type-resolver": "^0.4.0",
|
3170 |
-
"webmozart/assert": "^1.0"
|
3171 |
-
},
|
3172 |
-
"require-dev": {
|
3173 |
-
"mockery/mockery": "^0.9.4",
|
3174 |
-
"phpunit/phpunit": "^4.4"
|
3175 |
-
},
|
3176 |
-
"type": "library",
|
3177 |
-
"autoload": {
|
3178 |
-
"psr-4": {
|
3179 |
-
"phpDocumentor\\Reflection\\": [
|
3180 |
-
"src/"
|
3181 |
-
]
|
3182 |
-
}
|
3183 |
-
},
|
3184 |
-
"notification-url": "https://packagist.org/downloads/",
|
3185 |
-
"license": [
|
3186 |
-
"MIT"
|
3187 |
-
],
|
3188 |
-
"authors": [
|
3189 |
-
{
|
3190 |
-
"name": "Mike van Riel",
|
3191 |
-
"email": "me@mikevanriel.com"
|
3192 |
-
}
|
3193 |
-
],
|
3194 |
-
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
3195 |
-
"time": "2017-11-10T14:09:06+00:00"
|
3196 |
-
},
|
3197 |
-
{
|
3198 |
-
"name": "phpdocumentor/type-resolver",
|
3199 |
-
"version": "0.4.0",
|
3200 |
-
"source": {
|
3201 |
-
"type": "git",
|
3202 |
-
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
3203 |
-
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
3204 |
-
},
|
3205 |
-
"dist": {
|
3206 |
-
"type": "zip",
|
3207 |
-
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
3208 |
-
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
3209 |
-
"shasum": ""
|
3210 |
-
},
|
3211 |
-
"require": {
|
3212 |
-
"php": "^5.5 || ^7.0",
|
3213 |
-
"phpdocumentor/reflection-common": "^1.0"
|
3214 |
-
},
|
3215 |
-
"require-dev": {
|
3216 |
-
"mockery/mockery": "^0.9.4",
|
3217 |
-
"phpunit/phpunit": "^5.2||^4.8.24"
|
3218 |
-
},
|
3219 |
-
"type": "library",
|
3220 |
-
"extra": {
|
3221 |
-
"branch-alias": {
|
3222 |
-
"dev-master": "1.0.x-dev"
|
3223 |
-
}
|
3224 |
-
},
|
3225 |
-
"autoload": {
|
3226 |
-
"psr-4": {
|
3227 |
-
"phpDocumentor\\Reflection\\": [
|
3228 |
-
"src/"
|
3229 |
-
]
|
3230 |
-
}
|
3231 |
-
},
|
3232 |
-
"notification-url": "https://packagist.org/downloads/",
|
3233 |
-
"license": [
|
3234 |
-
"MIT"
|
3235 |
-
],
|
3236 |
-
"authors": [
|
3237 |
-
{
|
3238 |
-
"name": "Mike van Riel",
|
3239 |
-
"email": "me@mikevanriel.com"
|
3240 |
-
}
|
3241 |
-
],
|
3242 |
-
"time": "2017-07-14T14:27:02+00:00"
|
3243 |
-
},
|
3244 |
-
{
|
3245 |
-
"name": "phpoption/phpoption",
|
3246 |
-
"version": "1.7.5",
|
3247 |
-
"source": {
|
3248 |
-
"type": "git",
|
3249 |
-
"url": "https://github.com/schmittjoh/php-option.git",
|
3250 |
-
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
|
3251 |
-
},
|
3252 |
-
"dist": {
|
3253 |
-
"type": "zip",
|
3254 |
-
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
|
3255 |
-
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
|
3256 |
-
"shasum": ""
|
3257 |
-
},
|
3258 |
-
"require": {
|
3259 |
-
"php": "^5.5.9 || ^7.0 || ^8.0"
|
3260 |
-
},
|
3261 |
-
"require-dev": {
|
3262 |
-
"bamarni/composer-bin-plugin": "^1.4.1",
|
3263 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
|
3264 |
-
},
|
3265 |
-
"type": "library",
|
3266 |
-
"extra": {
|
3267 |
-
"branch-alias": {
|
3268 |
-
"dev-master": "1.7-dev"
|
3269 |
-
}
|
3270 |
-
},
|
3271 |
-
"autoload": {
|
3272 |
-
"psr-4": {
|
3273 |
-
"PhpOption\\": "src/PhpOption/"
|
3274 |
-
}
|
3275 |
-
},
|
3276 |
-
"notification-url": "https://packagist.org/downloads/",
|
3277 |
-
"license": [
|
3278 |
-
"Apache-2.0"
|
3279 |
-
],
|
3280 |
-
"authors": [
|
3281 |
-
{
|
3282 |
-
"name": "Johannes M. Schmitt",
|
3283 |
-
"email": "schmittjoh@gmail.com"
|
3284 |
-
},
|
3285 |
-
{
|
3286 |
-
"name": "Graham Campbell",
|
3287 |
-
"email": "graham@alt-three.com"
|
3288 |
-
}
|
3289 |
-
],
|
3290 |
-
"description": "Option Type for PHP",
|
3291 |
-
"keywords": [
|
3292 |
-
"language",
|
3293 |
-
"option",
|
3294 |
-
"php",
|
3295 |
-
"type"
|
3296 |
-
],
|
3297 |
-
"funding": [
|
3298 |
-
{
|
3299 |
-
"url": "https://github.com/GrahamCampbell",
|
3300 |
-
"type": "github"
|
3301 |
-
},
|
3302 |
-
{
|
3303 |
-
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
3304 |
-
"type": "tidelift"
|
3305 |
-
}
|
3306 |
-
],
|
3307 |
-
"time": "2020-07-20T17:29:33+00:00"
|
3308 |
-
},
|
3309 |
-
{
|
3310 |
-
"name": "phpspec/prophecy",
|
3311 |
-
"version": "v1.10.3",
|
3312 |
-
"source": {
|
3313 |
-
"type": "git",
|
3314 |
-
"url": "https://github.com/phpspec/prophecy.git",
|
3315 |
-
"reference": "451c3cd1418cf640de218914901e51b064abb093"
|
3316 |
-
},
|
3317 |
-
"dist": {
|
3318 |
-
"type": "zip",
|
3319 |
-
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
|
3320 |
-
"reference": "451c3cd1418cf640de218914901e51b064abb093",
|
3321 |
-
"shasum": ""
|
3322 |
-
},
|
3323 |
-
"require": {
|
3324 |
-
"doctrine/instantiator": "^1.0.2",
|
3325 |
-
"php": "^5.3|^7.0",
|
3326 |
-
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
|
3327 |
-
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
|
3328 |
-
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
|
3329 |
-
},
|
3330 |
-
"require-dev": {
|
3331 |
-
"phpspec/phpspec": "^2.5 || ^3.2",
|
3332 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
|
3333 |
-
},
|
3334 |
-
"type": "library",
|
3335 |
-
"extra": {
|
3336 |
-
"branch-alias": {
|
3337 |
-
"dev-master": "1.10.x-dev"
|
3338 |
-
}
|
3339 |
-
},
|
3340 |
-
"autoload": {
|
3341 |
-
"psr-4": {
|
3342 |
-
"Prophecy\\": "src/Prophecy"
|
3343 |
-
}
|
3344 |
-
},
|
3345 |
-
"notification-url": "https://packagist.org/downloads/",
|
3346 |
-
"license": [
|
3347 |
-
"MIT"
|
3348 |
-
],
|
3349 |
-
"authors": [
|
3350 |
-
{
|
3351 |
-
"name": "Konstantin Kudryashov",
|
3352 |
-
"email": "ever.zet@gmail.com",
|
3353 |
-
"homepage": "http://everzet.com"
|
3354 |
-
},
|
3355 |
-
{
|
3356 |
-
"name": "Marcello Duarte",
|
3357 |
-
"email": "marcello.duarte@gmail.com"
|
3358 |
-
}
|
3359 |
-
],
|
3360 |
-
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
3361 |
-
"homepage": "https://github.com/phpspec/prophecy",
|
3362 |
-
"keywords": [
|
3363 |
-
"Double",
|
3364 |
-
"Dummy",
|
3365 |
-
"fake",
|
3366 |
-
"mock",
|
3367 |
-
"spy",
|
3368 |
-
"stub"
|
3369 |
-
],
|
3370 |
-
"time": "2020-03-05T15:02:03+00:00"
|
3371 |
-
},
|
3372 |
-
{
|
3373 |
-
"name": "phpunit/php-code-coverage",
|
3374 |
-
"version": "4.0.8",
|
3375 |
-
"source": {
|
3376 |
-
"type": "git",
|
3377 |
-
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
3378 |
-
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
|
3379 |
-
},
|
3380 |
-
"dist": {
|
3381 |
-
"type": "zip",
|
3382 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
3383 |
-
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
3384 |
-
"shasum": ""
|
3385 |
-
},
|
3386 |
-
"require": {
|
3387 |
-
"ext-dom": "*",
|
3388 |
-
"ext-xmlwriter": "*",
|
3389 |
-
"php": "^5.6 || ^7.0",
|
3390 |
-
"phpunit/php-file-iterator": "^1.3",
|
3391 |
-
"phpunit/php-text-template": "^1.2",
|
3392 |
-
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
|
3393 |
-
"sebastian/code-unit-reverse-lookup": "^1.0",
|
3394 |
-
"sebastian/environment": "^1.3.2 || ^2.0",
|
3395 |
-
"sebastian/version": "^1.0 || ^2.0"
|
3396 |
-
},
|
3397 |
-
"require-dev": {
|
3398 |
-
"ext-xdebug": "^2.1.4",
|
3399 |
-
"phpunit/phpunit": "^5.7"
|
3400 |
-
},
|
3401 |
-
"suggest": {
|
3402 |
-
"ext-xdebug": "^2.5.1"
|
3403 |
-
},
|
3404 |
-
"type": "library",
|
3405 |
-
"extra": {
|
3406 |
-
"branch-alias": {
|
3407 |
-
"dev-master": "4.0.x-dev"
|
3408 |
-
}
|
3409 |
-
},
|
3410 |
-
"autoload": {
|
3411 |
-
"classmap": [
|
3412 |
-
"src/"
|
3413 |
-
]
|
3414 |
-
},
|
3415 |
-
"notification-url": "https://packagist.org/downloads/",
|
3416 |
-
"license": [
|
3417 |
-
"BSD-3-Clause"
|
3418 |
-
],
|
3419 |
-
"authors": [
|
3420 |
-
{
|
3421 |
-
"name": "Sebastian Bergmann",
|
3422 |
-
"email": "sb@sebastian-bergmann.de",
|
3423 |
-
"role": "lead"
|
3424 |
-
}
|
3425 |
-
],
|
3426 |
-
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
3427 |
-
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
3428 |
-
"keywords": [
|
3429 |
-
"coverage",
|
3430 |
-
"testing",
|
3431 |
-
"xunit"
|
3432 |
-
],
|
3433 |
-
"time": "2017-04-02T07:44:40+00:00"
|
3434 |
-
},
|
3435 |
-
{
|
3436 |
-
"name": "phpunit/php-file-iterator",
|
3437 |
-
"version": "1.4.5",
|
3438 |
-
"source": {
|
3439 |
-
"type": "git",
|
3440 |
-
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
3441 |
-
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
3442 |
-
},
|
3443 |
-
"dist": {
|
3444 |
-
"type": "zip",
|
3445 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
3446 |
-
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
3447 |
-
"shasum": ""
|
3448 |
-
},
|
3449 |
-
"require": {
|
3450 |
-
"php": ">=5.3.3"
|
3451 |
-
},
|
3452 |
-
"type": "library",
|
3453 |
-
"extra": {
|
3454 |
-
"branch-alias": {
|
3455 |
-
"dev-master": "1.4.x-dev"
|
3456 |
-
}
|
3457 |
-
},
|
3458 |
-
"autoload": {
|
3459 |
-
"classmap": [
|
3460 |
-
"src/"
|
3461 |
-
]
|
3462 |
-
},
|
3463 |
-
"notification-url": "https://packagist.org/downloads/",
|
3464 |
-
"license": [
|
3465 |
-
"BSD-3-Clause"
|
3466 |
-
],
|
3467 |
-
"authors": [
|
3468 |
-
{
|
3469 |
-
"name": "Sebastian Bergmann",
|
3470 |
-
"email": "sb@sebastian-bergmann.de",
|
3471 |
-
"role": "lead"
|
3472 |
-
}
|
3473 |
-
],
|
3474 |
-
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
3475 |
-
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
3476 |
-
"keywords": [
|
3477 |
-
"filesystem",
|
3478 |
-
"iterator"
|
3479 |
-
],
|
3480 |
-
"time": "2017-11-27T13:52:08+00:00"
|
3481 |
-
},
|
3482 |
-
{
|
3483 |
-
"name": "phpunit/php-text-template",
|
3484 |
-
"version": "1.2.1",
|
3485 |
-
"source": {
|
3486 |
-
"type": "git",
|
3487 |
-
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
3488 |
-
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
3489 |
-
},
|
3490 |
-
"dist": {
|
3491 |
-
"type": "zip",
|
3492 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
3493 |
-
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
3494 |
-
"shasum": ""
|
3495 |
-
},
|
3496 |
-
"require": {
|
3497 |
-
"php": ">=5.3.3"
|
3498 |
-
},
|
3499 |
-
"type": "library",
|
3500 |
-
"autoload": {
|
3501 |
-
"classmap": [
|
3502 |
-
"src/"
|
3503 |
-
]
|
3504 |
-
},
|
3505 |
-
"notification-url": "https://packagist.org/downloads/",
|
3506 |
-
"license": [
|
3507 |
-
"BSD-3-Clause"
|
3508 |
-
],
|
3509 |
-
"authors": [
|
3510 |
-
{
|
3511 |
-
"name": "Sebastian Bergmann",
|
3512 |
-
"email": "sebastian@phpunit.de",
|
3513 |
-
"role": "lead"
|
3514 |
-
}
|
3515 |
-
],
|
3516 |
-
"description": "Simple template engine.",
|
3517 |
-
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
3518 |
-
"keywords": [
|
3519 |
-
"template"
|
3520 |
-
],
|
3521 |
-
"time": "2015-06-21T13:50:34+00:00"
|
3522 |
-
},
|
3523 |
-
{
|
3524 |
-
"name": "phpunit/php-timer",
|
3525 |
-
"version": "1.0.9",
|
3526 |
-
"source": {
|
3527 |
-
"type": "git",
|
3528 |
-
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
3529 |
-
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
3530 |
-
},
|
3531 |
-
"dist": {
|
3532 |
-
"type": "zip",
|
3533 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
3534 |
-
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
3535 |
-
"shasum": ""
|
3536 |
-
},
|
3537 |
-
"require": {
|
3538 |
-
"php": "^5.3.3 || ^7.0"
|
3539 |
-
},
|
3540 |
-
"require-dev": {
|
3541 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
3542 |
-
},
|
3543 |
-
"type": "library",
|
3544 |
-
"extra": {
|
3545 |
-
"branch-alias": {
|
3546 |
-
"dev-master": "1.0-dev"
|
3547 |
-
}
|
3548 |
-
},
|
3549 |
-
"autoload": {
|
3550 |
-
"classmap": [
|
3551 |
-
"src/"
|
3552 |
-
]
|
3553 |
-
},
|
3554 |
-
"notification-url": "https://packagist.org/downloads/",
|
3555 |
-
"license": [
|
3556 |
-
"BSD-3-Clause"
|
3557 |
-
],
|
3558 |
-
"authors": [
|
3559 |
-
{
|
3560 |
-
"name": "Sebastian Bergmann",
|
3561 |
-
"email": "sb@sebastian-bergmann.de",
|
3562 |
-
"role": "lead"
|
3563 |
-
}
|
3564 |
-
],
|
3565 |
-
"description": "Utility class for timing",
|
3566 |
-
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
3567 |
-
"keywords": [
|
3568 |
-
"timer"
|
3569 |
-
],
|
3570 |
-
"time": "2017-02-26T11:10:40+00:00"
|
3571 |
-
},
|
3572 |
-
{
|
3573 |
-
"name": "phpunit/php-token-stream",
|
3574 |
-
"version": "1.4.12",
|
3575 |
-
"source": {
|
3576 |
-
"type": "git",
|
3577 |
-
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
3578 |
-
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
|
3579 |
-
},
|
3580 |
-
"dist": {
|
3581 |
-
"type": "zip",
|
3582 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
3583 |
-
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
3584 |
-
"shasum": ""
|
3585 |
-
},
|
3586 |
-
"require": {
|
3587 |
-
"ext-tokenizer": "*",
|
3588 |
-
"php": ">=5.3.3"
|
3589 |
-
},
|
3590 |
-
"require-dev": {
|
3591 |
-
"phpunit/phpunit": "~4.2"
|
3592 |
-
},
|
3593 |
-
"type": "library",
|
3594 |
-
"extra": {
|
3595 |
-
"branch-alias": {
|
3596 |
-
"dev-master": "1.4-dev"
|
3597 |
-
}
|
3598 |
-
},
|
3599 |
-
"autoload": {
|
3600 |
-
"classmap": [
|
3601 |
-
"src/"
|
3602 |
-
]
|
3603 |
-
},
|
3604 |
-
"notification-url": "https://packagist.org/downloads/",
|
3605 |
-
"license": [
|
3606 |
-
"BSD-3-Clause"
|
3607 |
-
],
|
3608 |
-
"authors": [
|
3609 |
-
{
|
3610 |
-
"name": "Sebastian Bergmann",
|
3611 |
-
"email": "sebastian@phpunit.de"
|
3612 |
-
}
|
3613 |
-
],
|
3614 |
-
"description": "Wrapper around PHP's tokenizer extension.",
|
3615 |
-
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
3616 |
-
"keywords": [
|
3617 |
-
"tokenizer"
|
3618 |
-
],
|
3619 |
-
"abandoned": true,
|
3620 |
-
"time": "2017-12-04T08:55:13+00:00"
|
3621 |
-
},
|
3622 |
-
{
|
3623 |
-
"name": "phpunit/phpunit",
|
3624 |
-
"version": "5.7.27",
|
3625 |
-
"source": {
|
3626 |
-
"type": "git",
|
3627 |
-
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
3628 |
-
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
|
3629 |
-
},
|
3630 |
-
"dist": {
|
3631 |
-
"type": "zip",
|
3632 |
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
3633 |
-
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
3634 |
-
"shasum": ""
|
3635 |
-
},
|
3636 |
-
"require": {
|
3637 |
-
"ext-dom": "*",
|
3638 |
-
"ext-json": "*",
|
3639 |
-
"ext-libxml": "*",
|
3640 |
-
"ext-mbstring": "*",
|
3641 |
-
"ext-xml": "*",
|
3642 |
-
"myclabs/deep-copy": "~1.3",
|
3643 |
-
"php": "^5.6 || ^7.0",
|
3644 |
-
"phpspec/prophecy": "^1.6.2",
|
3645 |
-
"phpunit/php-code-coverage": "^4.0.4",
|
3646 |
-
"phpunit/php-file-iterator": "~1.4",
|
3647 |
-
"phpunit/php-text-template": "~1.2",
|
3648 |
-
"phpunit/php-timer": "^1.0.6",
|
3649 |
-
"phpunit/phpunit-mock-objects": "^3.2",
|
3650 |
-
"sebastian/comparator": "^1.2.4",
|
3651 |
-
"sebastian/diff": "^1.4.3",
|
3652 |
-
"sebastian/environment": "^1.3.4 || ^2.0",
|
3653 |
-
"sebastian/exporter": "~2.0",
|
3654 |
-
"sebastian/global-state": "^1.1",
|
3655 |
-
"sebastian/object-enumerator": "~2.0",
|
3656 |
-
"sebastian/resource-operations": "~1.0",
|
3657 |
-
"sebastian/version": "^1.0.6|^2.0.1",
|
3658 |
-
"symfony/yaml": "~2.1|~3.0|~4.0"
|
3659 |
-
},
|
3660 |
-
"conflict": {
|
3661 |
-
"phpdocumentor/reflection-docblock": "3.0.2"
|
3662 |
-
},
|
3663 |
-
"require-dev": {
|
3664 |
-
"ext-pdo": "*"
|
3665 |
-
},
|
3666 |
-
"suggest": {
|
3667 |
-
"ext-xdebug": "*",
|
3668 |
-
"phpunit/php-invoker": "~1.1"
|
3669 |
-
},
|
3670 |
-
"bin": [
|
3671 |
-
"phpunit"
|
3672 |
-
],
|
3673 |
-
"type": "library",
|
3674 |
-
"extra": {
|
3675 |
-
"branch-alias": {
|
3676 |
-
"dev-master": "5.7.x-dev"
|
3677 |
-
}
|
3678 |
-
},
|
3679 |
-
"autoload": {
|
3680 |
-
"classmap": [
|
3681 |
-
"src/"
|
3682 |
-
]
|
3683 |
-
},
|
3684 |
-
"notification-url": "https://packagist.org/downloads/",
|
3685 |
-
"license": [
|
3686 |
-
"BSD-3-Clause"
|
3687 |
-
],
|
3688 |
-
"authors": [
|
3689 |
-
{
|
3690 |
-
"name": "Sebastian Bergmann",
|
3691 |
-
"email": "sebastian@phpunit.de",
|
3692 |
-
"role": "lead"
|
3693 |
-
}
|
3694 |
-
],
|
3695 |
-
"description": "The PHP Unit Testing framework.",
|
3696 |
-
"homepage": "https://phpunit.de/",
|
3697 |
-
"keywords": [
|
3698 |
-
"phpunit",
|
3699 |
-
"testing",
|
3700 |
-
"xunit"
|
3701 |
-
],
|
3702 |
-
"time": "2018-02-01T05:50:59+00:00"
|
3703 |
-
},
|
3704 |
-
{
|
3705 |
-
"name": "phpunit/phpunit-mock-objects",
|
3706 |
-
"version": "3.4.4",
|
3707 |
-
"source": {
|
3708 |
-
"type": "git",
|
3709 |
-
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
3710 |
-
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
|
3711 |
-
},
|
3712 |
-
"dist": {
|
3713 |
-
"type": "zip",
|
3714 |
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
|
3715 |
-
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
|
3716 |
-
"shasum": ""
|
3717 |
-
},
|
3718 |
-
"require": {
|
3719 |
-
"doctrine/instantiator": "^1.0.2",
|
3720 |
-
"php": "^5.6 || ^7.0",
|
3721 |
-
"phpunit/php-text-template": "^1.2",
|
3722 |
-
"sebastian/exporter": "^1.2 || ^2.0"
|
3723 |
-
},
|
3724 |
-
"conflict": {
|
3725 |
-
"phpunit/phpunit": "<5.4.0"
|
3726 |
-
},
|
3727 |
-
"require-dev": {
|
3728 |
-
"phpunit/phpunit": "^5.4"
|
3729 |
-
},
|
3730 |
-
"suggest": {
|
3731 |
-
"ext-soap": "*"
|
3732 |
-
},
|
3733 |
-
"type": "library",
|
3734 |
-
"extra": {
|
3735 |
-
"branch-alias": {
|
3736 |
-
"dev-master": "3.2.x-dev"
|
3737 |
-
}
|
3738 |
-
},
|
3739 |
-
"autoload": {
|
3740 |
-
"classmap": [
|
3741 |
-
"src/"
|
3742 |
-
]
|
3743 |
-
},
|
3744 |
-
"notification-url": "https://packagist.org/downloads/",
|
3745 |
-
"license": [
|
3746 |
-
"BSD-3-Clause"
|
3747 |
-
],
|
3748 |
-
"authors": [
|
3749 |
-
{
|
3750 |
-
"name": "Sebastian Bergmann",
|
3751 |
-
"email": "sb@sebastian-bergmann.de",
|
3752 |
-
"role": "lead"
|
3753 |
-
}
|
3754 |
-
],
|
3755 |
-
"description": "Mock Object library for PHPUnit",
|
3756 |
-
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
3757 |
-
"keywords": [
|
3758 |
-
"mock",
|
3759 |
-
"xunit"
|
3760 |
-
],
|
3761 |
-
"abandoned": true,
|
3762 |
-
"time": "2017-06-30T09:13:00+00:00"
|
3763 |
-
},
|
3764 |
-
{
|
3765 |
-
"name": "psr/container",
|
3766 |
-
"version": "1.0.0",
|
3767 |
-
"source": {
|
3768 |
-
"type": "git",
|
3769 |
-
"url": "https://github.com/php-fig/container.git",
|
3770 |
-
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
3771 |
-
},
|
3772 |
-
"dist": {
|
3773 |
-
"type": "zip",
|
3774 |
-
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
3775 |
-
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
3776 |
-
"shasum": ""
|
3777 |
-
},
|
3778 |
-
"require": {
|
3779 |
-
"php": ">=5.3.0"
|
3780 |
-
},
|
3781 |
-
"type": "library",
|
3782 |
-
"extra": {
|
3783 |
-
"branch-alias": {
|
3784 |
-
"dev-master": "1.0.x-dev"
|
3785 |
-
}
|
3786 |
-
},
|
3787 |
-
"autoload": {
|
3788 |
-
"psr-4": {
|
3789 |
-
"Psr\\Container\\": "src/"
|
3790 |
-
}
|
3791 |
-
},
|
3792 |
-
"notification-url": "https://packagist.org/downloads/",
|
3793 |
-
"license": [
|
3794 |
-
"MIT"
|
3795 |
-
],
|
3796 |
-
"authors": [
|
3797 |
-
{
|
3798 |
-
"name": "PHP-FIG",
|
3799 |
-
"homepage": "http://www.php-fig.org/"
|
3800 |
-
}
|
3801 |
-
],
|
3802 |
-
"description": "Common Container Interface (PHP FIG PSR-11)",
|
3803 |
-
"homepage": "https://github.com/php-fig/container",
|
3804 |
-
"keywords": [
|
3805 |
-
"PSR-11",
|
3806 |
-
"container",
|
3807 |
-
"container-interface",
|
3808 |
-
"container-interop",
|
3809 |
-
"psr"
|
3810 |
-
],
|
3811 |
-
"time": "2017-02-14T16:28:37+00:00"
|
3812 |
-
},
|
3813 |
-
{
|
3814 |
-
"name": "psr/http-message",
|
3815 |
-
"version": "1.0.1",
|
3816 |
-
"source": {
|
3817 |
-
"type": "git",
|
3818 |
-
"url": "https://github.com/php-fig/http-message.git",
|
3819 |
-
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
3820 |
-
},
|
3821 |
-
"dist": {
|
3822 |
-
"type": "zip",
|
3823 |
-
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
3824 |
-
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
3825 |
-
"shasum": ""
|
3826 |
-
},
|
3827 |
-
"require": {
|
3828 |
-
"php": ">=5.3.0"
|
3829 |
-
},
|
3830 |
-
"type": "library",
|
3831 |
-
"extra": {
|
3832 |
-
"branch-alias": {
|
3833 |
-
"dev-master": "1.0.x-dev"
|
3834 |
-
}
|
3835 |
-
},
|
3836 |
-
"autoload": {
|
3837 |
-
"psr-4": {
|
3838 |
-
"Psr\\Http\\Message\\": "src/"
|
3839 |
-
}
|
3840 |
-
},
|
3841 |
-
"notification-url": "https://packagist.org/downloads/",
|
3842 |
-
"license": [
|
3843 |
-
"MIT"
|
3844 |
-
],
|
3845 |
-
"authors": [
|
3846 |
-
{
|
3847 |
-
"name": "PHP-FIG",
|
3848 |
-
"homepage": "http://www.php-fig.org/"
|
3849 |
-
}
|
3850 |
-
],
|
3851 |
-
"description": "Common interface for HTTP messages",
|
3852 |
-
"homepage": "https://github.com/php-fig/http-message",
|
3853 |
-
"keywords": [
|
3854 |
-
"http",
|
3855 |
-
"http-message",
|
3856 |
-
"psr",
|
3857 |
-
"psr-7",
|
3858 |
-
"request",
|
3859 |
-
"response"
|
3860 |
-
],
|
3861 |
-
"time": "2016-08-06T14:39:51+00:00"
|
3862 |
-
},
|
3863 |
-
{
|
3864 |
-
"name": "ralouphie/getallheaders",
|
3865 |
-
"version": "3.0.3",
|
3866 |
-
"source": {
|
3867 |
-
"type": "git",
|
3868 |
-
"url": "https://github.com/ralouphie/getallheaders.git",
|
3869 |
-
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
3870 |
-
},
|
3871 |
-
"dist": {
|
3872 |
-
"type": "zip",
|
3873 |
-
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
3874 |
-
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
3875 |
-
"shasum": ""
|
3876 |
-
},
|
3877 |
-
"require": {
|
3878 |
-
"php": ">=5.6"
|
3879 |
-
},
|
3880 |
-
"require-dev": {
|
3881 |
-
"php-coveralls/php-coveralls": "^2.1",
|
3882 |
-
"phpunit/phpunit": "^5 || ^6.5"
|
3883 |
-
},
|
3884 |
-
"type": "library",
|
3885 |
-
"autoload": {
|
3886 |
-
"files": [
|
3887 |
-
"src/getallheaders.php"
|
3888 |
-
]
|
3889 |
-
},
|
3890 |
-
"notification-url": "https://packagist.org/downloads/",
|
3891 |
-
"license": [
|
3892 |
-
"MIT"
|
3893 |
-
],
|
3894 |
-
"authors": [
|
3895 |
-
{
|
3896 |
-
"name": "Ralph Khattar",
|
3897 |
-
"email": "ralph.khattar@gmail.com"
|
3898 |
-
}
|
3899 |
-
],
|
3900 |
-
"description": "A polyfill for getallheaders.",
|
3901 |
-
"time": "2019-03-08T08:55:37+00:00"
|
3902 |
-
},
|
3903 |
-
{
|
3904 |
-
"name": "rmccue/requests",
|
3905 |
-
"version": "v1.7.0",
|
3906 |
-
"source": {
|
3907 |
-
"type": "git",
|
3908 |
-
"url": "https://github.com/rmccue/Requests.git",
|
3909 |
-
"reference": "87932f52ffad70504d93f04f15690cf16a089546"
|
3910 |
-
},
|
3911 |
-
"dist": {
|
3912 |
-
"type": "zip",
|
3913 |
-
"url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
|
3914 |
-
"reference": "87932f52ffad70504d93f04f15690cf16a089546",
|
3915 |
-
"shasum": ""
|
3916 |
-
},
|
3917 |
-
"require": {
|
3918 |
-
"php": ">=5.2"
|
3919 |
-
},
|
3920 |
-
"require-dev": {
|
3921 |
-
"requests/test-server": "dev-master"
|
3922 |
-
},
|
3923 |
-
"type": "library",
|
3924 |
-
"autoload": {
|
3925 |
-
"psr-0": {
|
3926 |
-
"Requests": "library/"
|
3927 |
-
}
|
3928 |
-
},
|
3929 |
-
"notification-url": "https://packagist.org/downloads/",
|
3930 |
-
"license": [
|
3931 |
-
"ISC"
|
3932 |
-
],
|
3933 |
-
"authors": [
|
3934 |
-
{
|
3935 |
-
"name": "Ryan McCue",
|
3936 |
-
"homepage": "http://ryanmccue.info"
|
3937 |
-
}
|
3938 |
-
],
|
3939 |
-
"description": "A HTTP library written in PHP, for human beings.",
|
3940 |
-
"homepage": "http://github.com/rmccue/Requests",
|
3941 |
-
"keywords": [
|
3942 |
-
"curl",
|
3943 |
-
"fsockopen",
|
3944 |
-
"http",
|
3945 |
-
"idna",
|
3946 |
-
"ipv6",
|
3947 |
-
"iri",
|
3948 |
-
"sockets"
|
3949 |
-
],
|
3950 |
-
"time": "2016-10-13T00:11:37+00:00"
|
3951 |
-
},
|
3952 |
-
{
|
3953 |
-
"name": "sebastian/code-unit-reverse-lookup",
|
3954 |
-
"version": "1.0.2",
|
3955 |
-
"source": {
|
3956 |
-
"type": "git",
|
3957 |
-
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
3958 |
-
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
|
3959 |
-
},
|
3960 |
-
"dist": {
|
3961 |
-
"type": "zip",
|
3962 |
-
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
3963 |
-
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
3964 |
-
"shasum": ""
|
3965 |
-
},
|
3966 |
-
"require": {
|
3967 |
-
"php": ">=5.6"
|
3968 |
-
},
|
3969 |
-
"require-dev": {
|
3970 |
-
"phpunit/phpunit": "^8.5"
|
3971 |
-
},
|
3972 |
-
"type": "library",
|
3973 |
-
"extra": {
|
3974 |
-
"branch-alias": {
|
3975 |
-
"dev-master": "1.0.x-dev"
|
3976 |
-
}
|
3977 |
-
},
|
3978 |
-
"autoload": {
|
3979 |
-
"classmap": [
|
3980 |
-
"src/"
|
3981 |
-
]
|
3982 |
-
},
|
3983 |
-
"notification-url": "https://packagist.org/downloads/",
|
3984 |
-
"license": [
|
3985 |
-
"BSD-3-Clause"
|
3986 |
-
],
|
3987 |
-
"authors": [
|
3988 |
-
{
|
3989 |
-
"name": "Sebastian Bergmann",
|
3990 |
-
"email": "sebastian@phpunit.de"
|
3991 |
-
}
|
3992 |
-
],
|
3993 |
-
"description": "Looks up which function or method a line of code belongs to",
|
3994 |
-
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
3995 |
-
"funding": [
|
3996 |
-
{
|
3997 |
-
"url": "https://github.com/sebastianbergmann",
|
3998 |
-
"type": "github"
|
3999 |
-
}
|
4000 |
-
],
|
4001 |
-
"time": "2020-11-30T08:15:22+00:00"
|
4002 |
-
},
|
4003 |
-
{
|
4004 |
-
"name": "sebastian/comparator",
|
4005 |
-
"version": "1.2.4",
|
4006 |
-
"source": {
|
4007 |
-
"type": "git",
|
4008 |
-
"url": "https://github.com/sebastianbergmann/comparator.git",
|
4009 |
-
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
|
4010 |
-
},
|
4011 |
-
"dist": {
|
4012 |
-
"type": "zip",
|
4013 |
-
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
4014 |
-
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
4015 |
-
"shasum": ""
|
4016 |
-
},
|
4017 |
-
"require": {
|
4018 |
-
"php": ">=5.3.3",
|
4019 |
-
"sebastian/diff": "~1.2",
|
4020 |
-
"sebastian/exporter": "~1.2 || ~2.0"
|
4021 |
-
},
|
4022 |
-
"require-dev": {
|
4023 |
-
"phpunit/phpunit": "~4.4"
|
4024 |
-
},
|
4025 |
-
"type": "library",
|
4026 |
-
"extra": {
|
4027 |
-
"branch-alias": {
|
4028 |
-
"dev-master": "1.2.x-dev"
|
4029 |
-
}
|
4030 |
-
},
|
4031 |
-
"autoload": {
|
4032 |
-
"classmap": [
|
4033 |
-
"src/"
|
4034 |
-
]
|
4035 |
-
},
|
4036 |
-
"notification-url": "https://packagist.org/downloads/",
|
4037 |
-
"license": [
|
4038 |
-
"BSD-3-Clause"
|
4039 |
-
],
|
4040 |
-
"authors": [
|
4041 |
-
{
|
4042 |
-
"name": "Jeff Welch",
|
4043 |
-
"email": "whatthejeff@gmail.com"
|
4044 |
-
},
|
4045 |
-
{
|
4046 |
-
"name": "Volker Dusch",
|
4047 |
-
"email": "github@wallbash.com"
|
4048 |
-
},
|
4049 |
-
{
|
4050 |
-
"name": "Bernhard Schussek",
|
4051 |
-
"email": "bschussek@2bepublished.at"
|
4052 |
-
},
|
4053 |
-
{
|
4054 |
-
"name": "Sebastian Bergmann",
|
4055 |
-
"email": "sebastian@phpunit.de"
|
4056 |
-
}
|
4057 |
-
],
|
4058 |
-
"description": "Provides the functionality to compare PHP values for equality",
|
4059 |
-
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
4060 |
-
"keywords": [
|
4061 |
-
"comparator",
|
4062 |
-
"compare",
|
4063 |
-
"equality"
|
4064 |
-
],
|
4065 |
-
"time": "2017-01-29T09:50:25+00:00"
|
4066 |
-
},
|
4067 |
-
{
|
4068 |
-
"name": "sebastian/diff",
|
4069 |
-
"version": "1.4.3",
|
4070 |
-
"source": {
|
4071 |
-
"type": "git",
|
4072 |
-
"url": "https://github.com/sebastianbergmann/diff.git",
|
4073 |
-
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
|
4074 |
-
},
|
4075 |
-
"dist": {
|
4076 |
-
"type": "zip",
|
4077 |
-
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
4078 |
-
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
4079 |
-
"shasum": ""
|
4080 |
-
},
|
4081 |
-
"require": {
|
4082 |
-
"php": "^5.3.3 || ^7.0"
|
4083 |
-
},
|
4084 |
-
"require-dev": {
|
4085 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
4086 |
-
},
|
4087 |
-
"type": "library",
|
4088 |
-
"extra": {
|
4089 |
-
"branch-alias": {
|
4090 |
-
"dev-master": "1.4-dev"
|
4091 |
-
}
|
4092 |
-
},
|
4093 |
-
"autoload": {
|
4094 |
-
"classmap": [
|
4095 |
-
"src/"
|
4096 |
-
]
|
4097 |
-
},
|
4098 |
-
"notification-url": "https://packagist.org/downloads/",
|
4099 |
-
"license": [
|
4100 |
-
"BSD-3-Clause"
|
4101 |
-
],
|
4102 |
-
"authors": [
|
4103 |
-
{
|
4104 |
-
"name": "Kore Nordmann",
|
4105 |
-
"email": "mail@kore-nordmann.de"
|
4106 |
-
},
|
4107 |
-
{
|
4108 |
-
"name": "Sebastian Bergmann",
|
4109 |
-
"email": "sebastian@phpunit.de"
|
4110 |
-
}
|
4111 |
-
],
|
4112 |
-
"description": "Diff implementation",
|
4113 |
-
"homepage": "https://github.com/sebastianbergmann/diff",
|
4114 |
-
"keywords": [
|
4115 |
-
"diff"
|
4116 |
-
],
|
4117 |
-
"time": "2017-05-22T07:24:03+00:00"
|
4118 |
-
},
|
4119 |
-
{
|
4120 |
-
"name": "sebastian/environment",
|
4121 |
-
"version": "2.0.0",
|
4122 |
-
"source": {
|
4123 |
-
"type": "git",
|
4124 |
-
"url": "https://github.com/sebastianbergmann/environment.git",
|
4125 |
-
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
|
4126 |
-
},
|
4127 |
-
"dist": {
|
4128 |
-
"type": "zip",
|
4129 |
-
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
4130 |
-
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
4131 |
-
"shasum": ""
|
4132 |
-
},
|
4133 |
-
"require": {
|
4134 |
-
"php": "^5.6 || ^7.0"
|
4135 |
-
},
|
4136 |
-
"require-dev": {
|
4137 |
-
"phpunit/phpunit": "^5.0"
|
4138 |
-
},
|
4139 |
-
"type": "library",
|
4140 |
-
"extra": {
|
4141 |
-
"branch-alias": {
|
4142 |
-
"dev-master": "2.0.x-dev"
|
4143 |
-
}
|
4144 |
-
},
|
4145 |
-
"autoload": {
|
4146 |
-
"classmap": [
|
4147 |
-
"src/"
|
4148 |
-
]
|
4149 |
-
},
|
4150 |
-
"notification-url": "https://packagist.org/downloads/",
|
4151 |
-
"license": [
|
4152 |
-
"BSD-3-Clause"
|
4153 |
-
],
|
4154 |
-
"authors": [
|
4155 |
-
{
|
4156 |
-
"name": "Sebastian Bergmann",
|
4157 |
-
"email": "sebastian@phpunit.de"
|
4158 |
-
}
|
4159 |
-
],
|
4160 |
-
"description": "Provides functionality to handle HHVM/PHP environments",
|
4161 |
-
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
4162 |
-
"keywords": [
|
4163 |
-
"Xdebug",
|
4164 |
-
"environment",
|
4165 |
-
"hhvm"
|
4166 |
-
],
|
4167 |
-
"time": "2016-11-26T07:53:53+00:00"
|
4168 |
-
},
|
4169 |
-
{
|
4170 |
-
"name": "sebastian/exporter",
|
4171 |
-
"version": "2.0.0",
|
4172 |
-
"source": {
|
4173 |
-
"type": "git",
|
4174 |
-
"url": "https://github.com/sebastianbergmann/exporter.git",
|
4175 |
-
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
|
4176 |
-
},
|
4177 |
-
"dist": {
|
4178 |
-
"type": "zip",
|
4179 |
-
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
4180 |
-
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
4181 |
-
"shasum": ""
|
4182 |
-
},
|
4183 |
-
"require": {
|
4184 |
-
"php": ">=5.3.3",
|
4185 |
-
"sebastian/recursion-context": "~2.0"
|
4186 |
-
},
|
4187 |
-
"require-dev": {
|
4188 |
-
"ext-mbstring": "*",
|
4189 |
-
"phpunit/phpunit": "~4.4"
|
4190 |
-
},
|
4191 |
-
"type": "library",
|
4192 |
-
"extra": {
|
4193 |
-
"branch-alias": {
|
4194 |
-
"dev-master": "2.0.x-dev"
|
4195 |
-
}
|
4196 |
-
},
|
4197 |
-
"autoload": {
|
4198 |
-
"classmap": [
|
4199 |
-
"src/"
|
4200 |
-
]
|
4201 |
-
},
|
4202 |
-
"notification-url": "https://packagist.org/downloads/",
|
4203 |
-
"license": [
|
4204 |
-
"BSD-3-Clause"
|
4205 |
-
],
|
4206 |
-
"authors": [
|
4207 |
-
{
|
4208 |
-
"name": "Jeff Welch",
|
4209 |
-
"email": "whatthejeff@gmail.com"
|
4210 |
-
},
|
4211 |
-
{
|
4212 |
-
"name": "Volker Dusch",
|
4213 |
-
"email": "github@wallbash.com"
|
4214 |
-
},
|
4215 |
-
{
|
4216 |
-
"name": "Bernhard Schussek",
|
4217 |
-
"email": "bschussek@2bepublished.at"
|
4218 |
-
},
|
4219 |
-
{
|
4220 |
-
"name": "Sebastian Bergmann",
|
4221 |
-
"email": "sebastian@phpunit.de"
|
4222 |
-
},
|
4223 |
-
{
|
4224 |
-
"name": "Adam Harvey",
|
4225 |
-
"email": "aharvey@php.net"
|
4226 |
-
}
|
4227 |
-
],
|
4228 |
-
"description": "Provides the functionality to export PHP variables for visualization",
|
4229 |
-
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
4230 |
-
"keywords": [
|
4231 |
-
"export",
|
4232 |
-
"exporter"
|
4233 |
-
],
|
4234 |
-
"time": "2016-11-19T08:54:04+00:00"
|
4235 |
-
},
|
4236 |
-
{
|
4237 |
-
"name": "sebastian/global-state",
|
4238 |
-
"version": "1.1.1",
|
4239 |
-
"source": {
|
4240 |
-
"type": "git",
|
4241 |
-
"url": "https://github.com/sebastianbergmann/global-state.git",
|
4242 |
-
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
4243 |
-
},
|
4244 |
-
"dist": {
|
4245 |
-
"type": "zip",
|
4246 |
-
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
4247 |
-
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
4248 |
-
"shasum": ""
|
4249 |
-
},
|
4250 |
-
"require": {
|
4251 |
-
"php": ">=5.3.3"
|
4252 |
-
},
|
4253 |
-
"require-dev": {
|
4254 |
-
"phpunit/phpunit": "~4.2"
|
4255 |
-
},
|
4256 |
-
"suggest": {
|
4257 |
-
"ext-uopz": "*"
|
4258 |
-
},
|
4259 |
-
"type": "library",
|
4260 |
-
"extra": {
|
4261 |
-
"branch-alias": {
|
4262 |
-
"dev-master": "1.0-dev"
|
4263 |
-
}
|
4264 |
-
},
|
4265 |
-
"autoload": {
|
4266 |
-
"classmap": [
|
4267 |
-
"src/"
|
4268 |
-
]
|
4269 |
-
},
|
4270 |
-
"notification-url": "https://packagist.org/downloads/",
|
4271 |
-
"license": [
|
4272 |
-
"BSD-3-Clause"
|
4273 |
-
],
|
4274 |
-
"authors": [
|
4275 |
-
{
|
4276 |
-
"name": "Sebastian Bergmann",
|
4277 |
-
"email": "sebastian@phpunit.de"
|
4278 |
-
}
|
4279 |
-
],
|
4280 |
-
"description": "Snapshotting of global state",
|
4281 |
-
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
4282 |
-
"keywords": [
|
4283 |
-
"global state"
|
4284 |
-
],
|
4285 |
-
"time": "2015-10-12T03:26:01+00:00"
|
4286 |
-
},
|
4287 |
-
{
|
4288 |
-
"name": "sebastian/object-enumerator",
|
4289 |
-
"version": "2.0.1",
|
4290 |
-
"source": {
|
4291 |
-
"type": "git",
|
4292 |
-
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
4293 |
-
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
|
4294 |
-
},
|
4295 |
-
"dist": {
|
4296 |
-
"type": "zip",
|
4297 |
-
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
4298 |
-
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
4299 |
-
"shasum": ""
|
4300 |
-
},
|
4301 |
-
"require": {
|
4302 |
-
"php": ">=5.6",
|
4303 |
-
"sebastian/recursion-context": "~2.0"
|
4304 |
-
},
|
4305 |
-
"require-dev": {
|
4306 |
-
"phpunit/phpunit": "~5"
|
4307 |
-
},
|
4308 |
-
"type": "library",
|
4309 |
-
"extra": {
|
4310 |
-
"branch-alias": {
|
4311 |
-
"dev-master": "2.0.x-dev"
|
4312 |
-
}
|
4313 |
-
},
|
4314 |
-
"autoload": {
|
4315 |
-
"classmap": [
|
4316 |
-
"src/"
|
4317 |
-
]
|
4318 |
-
},
|
4319 |
-
"notification-url": "https://packagist.org/downloads/",
|
4320 |
-
"license": [
|
4321 |
-
"BSD-3-Clause"
|
4322 |
-
],
|
4323 |
-
"authors": [
|
4324 |
-
{
|
4325 |
-
"name": "Sebastian Bergmann",
|
4326 |
-
"email": "sebastian@phpunit.de"
|
4327 |
-
}
|
4328 |
-
],
|
4329 |
-
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
4330 |
-
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
4331 |
-
"time": "2017-02-18T15:18:39+00:00"
|
4332 |
-
},
|
4333 |
-
{
|
4334 |
-
"name": "sebastian/recursion-context",
|
4335 |
-
"version": "2.0.0",
|
4336 |
-
"source": {
|
4337 |
-
"type": "git",
|
4338 |
-
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
4339 |
-
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
|
4340 |
-
},
|
4341 |
-
"dist": {
|
4342 |
-
"type": "zip",
|
4343 |
-
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
4344 |
-
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
4345 |
-
"shasum": ""
|
4346 |
-
},
|
4347 |
-
"require": {
|
4348 |
-
"php": ">=5.3.3"
|
4349 |
-
},
|
4350 |
-
"require-dev": {
|
4351 |
-
"phpunit/phpunit": "~4.4"
|
4352 |
-
},
|
4353 |
-
"type": "library",
|
4354 |
-
"extra": {
|
4355 |
-
"branch-alias": {
|
4356 |
-
"dev-master": "2.0.x-dev"
|
4357 |
-
}
|
4358 |
-
},
|
4359 |
-
"autoload": {
|
4360 |
-
"classmap": [
|
4361 |
-
"src/"
|
4362 |
-
]
|
4363 |
-
},
|
4364 |
-
"notification-url": "https://packagist.org/downloads/",
|
4365 |
-
"license": [
|
4366 |
-
"BSD-3-Clause"
|
4367 |
-
],
|
4368 |
-
"authors": [
|
4369 |
-
{
|
4370 |
-
"name": "Jeff Welch",
|
4371 |
-
"email": "whatthejeff@gmail.com"
|
4372 |
-
},
|
4373 |
-
{
|
4374 |
-
"name": "Sebastian Bergmann",
|
4375 |
-
"email": "sebastian@phpunit.de"
|
4376 |
-
},
|
4377 |
-
{
|
4378 |
-
"name": "Adam Harvey",
|
4379 |
-
"email": "aharvey@php.net"
|
4380 |
-
}
|
4381 |
-
],
|
4382 |
-
"description": "Provides functionality to recursively process PHP variables",
|
4383 |
-
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
4384 |
-
"time": "2016-11-19T07:33:16+00:00"
|
4385 |
-
},
|
4386 |
-
{
|
4387 |
-
"name": "sebastian/resource-operations",
|
4388 |
-
"version": "1.0.0",
|
4389 |
-
"source": {
|
4390 |
-
"type": "git",
|
4391 |
-
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
4392 |
-
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
4393 |
-
},
|
4394 |
-
"dist": {
|
4395 |
-
"type": "zip",
|
4396 |
-
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
4397 |
-
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
4398 |
-
"shasum": ""
|
4399 |
-
},
|
4400 |
-
"require": {
|
4401 |
-
"php": ">=5.6.0"
|
4402 |
-
},
|
4403 |
-
"type": "library",
|
4404 |
-
"extra": {
|
4405 |
-
"branch-alias": {
|
4406 |
-
"dev-master": "1.0.x-dev"
|
4407 |
-
}
|
4408 |
-
},
|
4409 |
-
"autoload": {
|
4410 |
-
"classmap": [
|
4411 |
-
"src/"
|
4412 |
-
]
|
4413 |
-
},
|
4414 |
-
"notification-url": "https://packagist.org/downloads/",
|
4415 |
-
"license": [
|
4416 |
-
"BSD-3-Clause"
|
4417 |
-
],
|
4418 |
-
"authors": [
|
4419 |
-
{
|
4420 |
-
"name": "Sebastian Bergmann",
|
4421 |
-
"email": "sebastian@phpunit.de"
|
4422 |
-
}
|
4423 |
-
],
|
4424 |
-
"description": "Provides a list of PHP built-in functions that operate on resources",
|
4425 |
-
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
4426 |
-
"time": "2015-07-28T20:34:47+00:00"
|
4427 |
-
},
|
4428 |
-
{
|
4429 |
-
"name": "sebastian/version",
|
4430 |
-
"version": "2.0.1",
|
4431 |
-
"source": {
|
4432 |
-
"type": "git",
|
4433 |
-
"url": "https://github.com/sebastianbergmann/version.git",
|
4434 |
-
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
4435 |
-
},
|
4436 |
-
"dist": {
|
4437 |
-
"type": "zip",
|
4438 |
-
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
4439 |
-
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
4440 |
-
"shasum": ""
|
4441 |
-
},
|
4442 |
-
"require": {
|
4443 |
-
"php": ">=5.6"
|
4444 |
-
},
|
4445 |
-
"type": "library",
|
4446 |
-
"extra": {
|
4447 |
-
"branch-alias": {
|
4448 |
-
"dev-master": "2.0.x-dev"
|
4449 |
-
}
|
4450 |
-
},
|
4451 |
-
"autoload": {
|
4452 |
-
"classmap": [
|
4453 |
-
"src/"
|
4454 |
-
]
|
4455 |
-
},
|
4456 |
-
"notification-url": "https://packagist.org/downloads/",
|
4457 |
-
"license": [
|
4458 |
-
"BSD-3-Clause"
|
4459 |
-
],
|
4460 |
-
"authors": [
|
4461 |
-
{
|
4462 |
-
"name": "Sebastian Bergmann",
|
4463 |
-
"email": "sebastian@phpunit.de",
|
4464 |
-
"role": "lead"
|
4465 |
-
}
|
4466 |
-
],
|
4467 |
-
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
4468 |
-
"homepage": "https://github.com/sebastianbergmann/version",
|
4469 |
-
"time": "2016-10-03T07:35:21+00:00"
|
4470 |
-
},
|
4471 |
-
{
|
4472 |
-
"name": "seld/jsonlint",
|
4473 |
-
"version": "1.8.3",
|
4474 |
-
"source": {
|
4475 |
-
"type": "git",
|
4476 |
-
"url": "https://github.com/Seldaek/jsonlint.git",
|
4477 |
-
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
|
4478 |
-
},
|
4479 |
-
"dist": {
|
4480 |
-
"type": "zip",
|
4481 |
-
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
|
4482 |
-
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
|
4483 |
-
"shasum": ""
|
4484 |
-
},
|
4485 |
-
"require": {
|
4486 |
-
"php": "^5.3 || ^7.0 || ^8.0"
|
4487 |
-
},
|
4488 |
-
"require-dev": {
|
4489 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
4490 |
-
},
|
4491 |
-
"bin": [
|
4492 |
-
"bin/jsonlint"
|
4493 |
-
],
|
4494 |
-
"type": "library",
|
4495 |
-
"autoload": {
|
4496 |
-
"psr-4": {
|
4497 |
-
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
|
4498 |
-
}
|
4499 |
-
},
|
4500 |
-
"notification-url": "https://packagist.org/downloads/",
|
4501 |
-
"license": [
|
4502 |
-
"MIT"
|
4503 |
-
],
|
4504 |
-
"authors": [
|
4505 |
-
{
|
4506 |
-
"name": "Jordi Boggiano",
|
4507 |
-
"email": "j.boggiano@seld.be",
|
4508 |
-
"homepage": "http://seld.be"
|
4509 |
-
}
|
4510 |
-
],
|
4511 |
-
"description": "JSON Linter",
|
4512 |
-
"keywords": [
|
4513 |
-
"json",
|
4514 |
-
"linter",
|
4515 |
-
"parser",
|
4516 |
-
"validator"
|
4517 |
-
],
|
4518 |
-
"funding": [
|
4519 |
-
{
|
4520 |
-
"url": "https://github.com/Seldaek",
|
4521 |
-
"type": "github"
|
4522 |
-
},
|
4523 |
-
{
|
4524 |
-
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
|
4525 |
-
"type": "tidelift"
|
4526 |
-
}
|
4527 |
-
],
|
4528 |
-
"time": "2020-11-11T09:19:24+00:00"
|
4529 |
-
},
|
4530 |
-
{
|
4531 |
-
"name": "seld/phar-utils",
|
4532 |
-
"version": "1.1.1",
|
4533 |
-
"source": {
|
4534 |
-
"type": "git",
|
4535 |
-
"url": "https://github.com/Seldaek/phar-utils.git",
|
4536 |
-
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
|
4537 |
-
},
|
4538 |
-
"dist": {
|
4539 |
-
"type": "zip",
|
4540 |
-
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
|
4541 |
-
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
|
4542 |
-
"shasum": ""
|
4543 |
-
},
|
4544 |
-
"require": {
|
4545 |
-
"php": ">=5.3"
|
4546 |
-
},
|
4547 |
-
"type": "library",
|
4548 |
-
"extra": {
|
4549 |
-
"branch-alias": {
|
4550 |
-
"dev-master": "1.x-dev"
|
4551 |
-
}
|
4552 |
-
},
|
4553 |
-
"autoload": {
|
4554 |
-
"psr-4": {
|
4555 |
-
"Seld\\PharUtils\\": "src/"
|
4556 |
-
}
|
4557 |
-
},
|
4558 |
-
"notification-url": "https://packagist.org/downloads/",
|
4559 |
-
"license": [
|
4560 |
-
"MIT"
|
4561 |
-
],
|
4562 |
-
"authors": [
|
4563 |
-
{
|
4564 |
-
"name": "Jordi Boggiano",
|
4565 |
-
"email": "j.boggiano@seld.be"
|
4566 |
-
}
|
4567 |
-
],
|
4568 |
-
"description": "PHAR file format utilities, for when PHP phars you up",
|
4569 |
-
"keywords": [
|
4570 |
-
"phar"
|
4571 |
-
],
|
4572 |
-
"time": "2020-07-07T18:42:57+00:00"
|
4573 |
-
},
|
4574 |
-
{
|
4575 |
-
"name": "softcreatr/jsonpath",
|
4576 |
-
"version": "0.5.1",
|
4577 |
-
"source": {
|
4578 |
-
"type": "git",
|
4579 |
-
"url": "https://github.com/SoftCreatR/JSONPath.git",
|
4580 |
-
"reference": "758c56cdae8c58a599caac00f818eafbb1364e14"
|
4581 |
-
},
|
4582 |
-
"dist": {
|
4583 |
-
"type": "zip",
|
4584 |
-
"url": "https://api.github.com/repos/SoftCreatR/JSONPath/zipball/758c56cdae8c58a599caac00f818eafbb1364e14",
|
4585 |
-
"reference": "758c56cdae8c58a599caac00f818eafbb1364e14",
|
4586 |
-
"shasum": ""
|
4587 |
-
},
|
4588 |
-
"require": {
|
4589 |
-
"ext-json": "*",
|
4590 |
-
"php": ">=5.4,<7.1"
|
4591 |
-
},
|
4592 |
-
"conflict": {
|
4593 |
-
"phpunit/phpunit": "<4.0,>=7.0"
|
4594 |
-
},
|
4595 |
-
"replace": {
|
4596 |
-
"flow/jsonpath": "*"
|
4597 |
-
},
|
4598 |
-
"require-dev": {
|
4599 |
-
"phpunit/phpunit": "^4.0 || ^5.7 || ^6.5",
|
4600 |
-
"roave/security-advisories": "dev-master",
|
4601 |
-
"squizlabs/php_codesniffer": "^3.5"
|
4602 |
-
},
|
4603 |
-
"type": "library",
|
4604 |
-
"autoload": {
|
4605 |
-
"psr-4": {
|
4606 |
-
"Flow\\JSONPath\\": "src/"
|
4607 |
-
}
|
4608 |
-
},
|
4609 |
-
"notification-url": "https://packagist.org/downloads/",
|
4610 |
-
"license": [
|
4611 |
-
"MIT"
|
4612 |
-
],
|
4613 |
-
"authors": [
|
4614 |
-
{
|
4615 |
-
"name": "Stephen Frank",
|
4616 |
-
"email": "stephen@flowsa.com",
|
4617 |
-
"homepage": "https://prismaticbytes.com",
|
4618 |
-
"role": "Developer"
|
4619 |
-
},
|
4620 |
-
{
|
4621 |
-
"name": "Sascha Greuel",
|
4622 |
-
"email": "hello@1-2.dev",
|
4623 |
-
"homepage": "http://1-2.dev",
|
4624 |
-
"role": "Developer"
|
4625 |
-
}
|
4626 |
-
],
|
4627 |
-
"description": "JSONPath implementation for parsing, searching and flattening arrays",
|
4628 |
-
"funding": [
|
4629 |
-
{
|
4630 |
-
"url": "https://github.com/softcreatr",
|
4631 |
-
"type": "github"
|
4632 |
-
}
|
4633 |
-
],
|
4634 |
-
"time": "2020-11-02T12:58:48+00:00"
|
4635 |
-
},
|
4636 |
-
{
|
4637 |
-
"name": "squizlabs/php_codesniffer",
|
4638 |
-
"version": "3.5.8",
|
4639 |
-
"source": {
|
4640 |
-
"type": "git",
|
4641 |
-
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
4642 |
-
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
|
4643 |
-
},
|
4644 |
-
"dist": {
|
4645 |
-
"type": "zip",
|
4646 |
-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
|
4647 |
-
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
|
4648 |
-
"shasum": ""
|
4649 |
-
},
|
4650 |
-
"require": {
|
4651 |
-
"ext-simplexml": "*",
|
4652 |
-
"ext-tokenizer": "*",
|
4653 |
-
"ext-xmlwriter": "*",
|
4654 |
-
"php": ">=5.4.0"
|
4655 |
-
},
|
4656 |
-
"require-dev": {
|
4657 |
-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
4658 |
-
},
|
4659 |
-
"bin": [
|
4660 |
-
"bin/phpcs",
|
4661 |
-
"bin/phpcbf"
|
4662 |
-
],
|
4663 |
-
"type": "library",
|
4664 |
-
"extra": {
|
4665 |
-
"branch-alias": {
|
4666 |
-
"dev-master": "3.x-dev"
|
4667 |
-
}
|
4668 |
-
},
|
4669 |
-
"notification-url": "https://packagist.org/downloads/",
|
4670 |
-
"license": [
|
4671 |
-
"BSD-3-Clause"
|
4672 |
-
],
|
4673 |
-
"authors": [
|
4674 |
-
{
|
4675 |
-
"name": "Greg Sherwood",
|
4676 |
-
"role": "lead"
|
4677 |
-
}
|
4678 |
-
],
|
4679 |
-
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
4680 |
-
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
|
4681 |
-
"keywords": [
|
4682 |
-
"phpcs",
|
4683 |
-
"standards"
|
4684 |
-
],
|
4685 |
-
"time": "2020-10-23T02:01:07+00:00"
|
4686 |
-
},
|
4687 |
-
{
|
4688 |
-
"name": "symfony/browser-kit",
|
4689 |
-
"version": "v3.4.47",
|
4690 |
-
"source": {
|
4691 |
-
"type": "git",
|
4692 |
-
"url": "https://github.com/symfony/browser-kit.git",
|
4693 |
-
"reference": "9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c"
|
4694 |
-
},
|
4695 |
-
"dist": {
|
4696 |
-
"type": "zip",
|
4697 |
-
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c",
|
4698 |
-
"reference": "9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c",
|
4699 |
-
"shasum": ""
|
4700 |
-
},
|
4701 |
-
"require": {
|
4702 |
-
"php": "^5.5.9|>=7.0.8",
|
4703 |
-
"symfony/dom-crawler": "~2.8|~3.0|~4.0"
|
4704 |
-
},
|
4705 |
-
"require-dev": {
|
4706 |
-
"symfony/css-selector": "~2.8|~3.0|~4.0",
|
4707 |
-
"symfony/process": "~2.8|~3.0|~4.0"
|
4708 |
-
},
|
4709 |
-
"suggest": {
|
4710 |
-
"symfony/process": ""
|
4711 |
-
},
|
4712 |
-
"type": "library",
|
4713 |
-
"autoload": {
|
4714 |
-
"psr-4": {
|
4715 |
-
"Symfony\\Component\\BrowserKit\\": ""
|
4716 |
-
},
|
4717 |
-
"exclude-from-classmap": [
|
4718 |
-
"/Tests/"
|
4719 |
-
]
|
4720 |
-
},
|
4721 |
-
"notification-url": "https://packagist.org/downloads/",
|
4722 |
-
"license": [
|
4723 |
-
"MIT"
|
4724 |
-
],
|
4725 |
-
"authors": [
|
4726 |
-
{
|
4727 |
-
"name": "Fabien Potencier",
|
4728 |
-
"email": "fabien@symfony.com"
|
4729 |
-
},
|
4730 |
-
{
|
4731 |
-
"name": "Symfony Community",
|
4732 |
-
"homepage": "https://symfony.com/contributors"
|
4733 |
-
}
|
4734 |
-
],
|
4735 |
-
"description": "Symfony BrowserKit Component",
|
4736 |
-
"homepage": "https://symfony.com",
|
4737 |
-
"funding": [
|
4738 |
-
{
|
4739 |
-
"url": "https://symfony.com/sponsor",
|
4740 |
-
"type": "custom"
|
4741 |
-
},
|
4742 |
-
{
|
4743 |
-
"url": "https://github.com/fabpot",
|
4744 |
-
"type": "github"
|
4745 |
-
},
|
4746 |
-
{
|
4747 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4748 |
-
"type": "tidelift"
|
4749 |
-
}
|
4750 |
-
],
|
4751 |
-
"time": "2020-10-24T10:57:07+00:00"
|
4752 |
-
},
|
4753 |
-
{
|
4754 |
-
"name": "symfony/console",
|
4755 |
-
"version": "v3.4.47",
|
4756 |
-
"source": {
|
4757 |
-
"type": "git",
|
4758 |
-
"url": "https://github.com/symfony/console.git",
|
4759 |
-
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
|
4760 |
-
},
|
4761 |
-
"dist": {
|
4762 |
-
"type": "zip",
|
4763 |
-
"url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
|
4764 |
-
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
|
4765 |
-
"shasum": ""
|
4766 |
-
},
|
4767 |
-
"require": {
|
4768 |
-
"php": "^5.5.9|>=7.0.8",
|
4769 |
-
"symfony/debug": "~2.8|~3.0|~4.0",
|
4770 |
-
"symfony/polyfill-mbstring": "~1.0"
|
4771 |
-
},
|
4772 |
-
"conflict": {
|
4773 |
-
"symfony/dependency-injection": "<3.4",
|
4774 |
-
"symfony/process": "<3.3"
|
4775 |
-
},
|
4776 |
-
"provide": {
|
4777 |
-
"psr/log-implementation": "1.0"
|
4778 |
-
},
|
4779 |
-
"require-dev": {
|
4780 |
-
"psr/log": "~1.0",
|
4781 |
-
"symfony/config": "~3.3|~4.0",
|
4782 |
-
"symfony/dependency-injection": "~3.4|~4.0",
|
4783 |
-
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
|
4784 |
-
"symfony/lock": "~3.4|~4.0",
|
4785 |
-
"symfony/process": "~3.3|~4.0"
|
4786 |
-
},
|
4787 |
-
"suggest": {
|
4788 |
-
"psr/log": "For using the console logger",
|
4789 |
-
"symfony/event-dispatcher": "",
|
4790 |
-
"symfony/lock": "",
|
4791 |
-
"symfony/process": ""
|
4792 |
-
},
|
4793 |
-
"type": "library",
|
4794 |
-
"autoload": {
|
4795 |
-
"psr-4": {
|
4796 |
-
"Symfony\\Component\\Console\\": ""
|
4797 |
-
},
|
4798 |
-
"exclude-from-classmap": [
|
4799 |
-
"/Tests/"
|
4800 |
-
]
|
4801 |
-
},
|
4802 |
-
"notification-url": "https://packagist.org/downloads/",
|
4803 |
-
"license": [
|
4804 |
-
"MIT"
|
4805 |
-
],
|
4806 |
-
"authors": [
|
4807 |
-
{
|
4808 |
-
"name": "Fabien Potencier",
|
4809 |
-
"email": "fabien@symfony.com"
|
4810 |
-
},
|
4811 |
-
{
|
4812 |
-
"name": "Symfony Community",
|
4813 |
-
"homepage": "https://symfony.com/contributors"
|
4814 |
-
}
|
4815 |
-
],
|
4816 |
-
"description": "Symfony Console Component",
|
4817 |
-
"homepage": "https://symfony.com",
|
4818 |
-
"funding": [
|
4819 |
-
{
|
4820 |
-
"url": "https://symfony.com/sponsor",
|
4821 |
-
"type": "custom"
|
4822 |
-
},
|
4823 |
-
{
|
4824 |
-
"url": "https://github.com/fabpot",
|
4825 |
-
"type": "github"
|
4826 |
-
},
|
4827 |
-
{
|
4828 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4829 |
-
"type": "tidelift"
|
4830 |
-
}
|
4831 |
-
],
|
4832 |
-
"time": "2020-10-24T10:57:07+00:00"
|
4833 |
-
},
|
4834 |
-
{
|
4835 |
-
"name": "symfony/css-selector",
|
4836 |
-
"version": "v3.4.47",
|
4837 |
-
"source": {
|
4838 |
-
"type": "git",
|
4839 |
-
"url": "https://github.com/symfony/css-selector.git",
|
4840 |
-
"reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33"
|
4841 |
-
},
|
4842 |
-
"dist": {
|
4843 |
-
"type": "zip",
|
4844 |
-
"url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
|
4845 |
-
"reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
|
4846 |
-
"shasum": ""
|
4847 |
-
},
|
4848 |
-
"require": {
|
4849 |
-
"php": "^5.5.9|>=7.0.8"
|
4850 |
-
},
|
4851 |
-
"type": "library",
|
4852 |
-
"autoload": {
|
4853 |
-
"psr-4": {
|
4854 |
-
"Symfony\\Component\\CssSelector\\": ""
|
4855 |
-
},
|
4856 |
-
"exclude-from-classmap": [
|
4857 |
-
"/Tests/"
|
4858 |
-
]
|
4859 |
-
},
|
4860 |
-
"notification-url": "https://packagist.org/downloads/",
|
4861 |
-
"license": [
|
4862 |
-
"MIT"
|
4863 |
-
],
|
4864 |
-
"authors": [
|
4865 |
-
{
|
4866 |
-
"name": "Fabien Potencier",
|
4867 |
-
"email": "fabien@symfony.com"
|
4868 |
-
},
|
4869 |
-
{
|
4870 |
-
"name": "Jean-François Simon",
|
4871 |
-
"email": "jeanfrancois.simon@sensiolabs.com"
|
4872 |
-
},
|
4873 |
-
{
|
4874 |
-
"name": "Symfony Community",
|
4875 |
-
"homepage": "https://symfony.com/contributors"
|
4876 |
-
}
|
4877 |
-
],
|
4878 |
-
"description": "Symfony CssSelector Component",
|
4879 |
-
"homepage": "https://symfony.com",
|
4880 |
-
"funding": [
|
4881 |
-
{
|
4882 |
-
"url": "https://symfony.com/sponsor",
|
4883 |
-
"type": "custom"
|
4884 |
-
},
|
4885 |
-
{
|
4886 |
-
"url": "https://github.com/fabpot",
|
4887 |
-
"type": "github"
|
4888 |
-
},
|
4889 |
-
{
|
4890 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4891 |
-
"type": "tidelift"
|
4892 |
-
}
|
4893 |
-
],
|
4894 |
-
"time": "2020-10-24T10:57:07+00:00"
|
4895 |
-
},
|
4896 |
-
{
|
4897 |
-
"name": "symfony/debug",
|
4898 |
-
"version": "v3.4.47",
|
4899 |
-
"source": {
|
4900 |
-
"type": "git",
|
4901 |
-
"url": "https://github.com/symfony/debug.git",
|
4902 |
-
"reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae"
|
4903 |
-
},
|
4904 |
-
"dist": {
|
4905 |
-
"type": "zip",
|
4906 |
-
"url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
|
4907 |
-
"reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
|
4908 |
-
"shasum": ""
|
4909 |
-
},
|
4910 |
-
"require": {
|
4911 |
-
"php": "^5.5.9|>=7.0.8",
|
4912 |
-
"psr/log": "~1.0"
|
4913 |
-
},
|
4914 |
-
"conflict": {
|
4915 |
-
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
4916 |
-
},
|
4917 |
-
"require-dev": {
|
4918 |
-
"symfony/http-kernel": "~2.8|~3.0|~4.0"
|
4919 |
-
},
|
4920 |
-
"type": "library",
|
4921 |
-
"autoload": {
|
4922 |
-
"psr-4": {
|
4923 |
-
"Symfony\\Component\\Debug\\": ""
|
4924 |
-
},
|
4925 |
-
"exclude-from-classmap": [
|
4926 |
-
"/Tests/"
|
4927 |
-
]
|
4928 |
-
},
|
4929 |
-
"notification-url": "https://packagist.org/downloads/",
|
4930 |
-
"license": [
|
4931 |
-
"MIT"
|
4932 |
-
],
|
4933 |
-
"authors": [
|
4934 |
-
{
|
4935 |
-
"name": "Fabien Potencier",
|
4936 |
-
"email": "fabien@symfony.com"
|
4937 |
-
},
|
4938 |
-
{
|
4939 |
-
"name": "Symfony Community",
|
4940 |
-
"homepage": "https://symfony.com/contributors"
|
4941 |
-
}
|
4942 |
-
],
|
4943 |
-
"description": "Symfony Debug Component",
|
4944 |
-
"homepage": "https://symfony.com",
|
4945 |
-
"funding": [
|
4946 |
-
{
|
4947 |
-
"url": "https://symfony.com/sponsor",
|
4948 |
-
"type": "custom"
|
4949 |
-
},
|
4950 |
-
{
|
4951 |
-
"url": "https://github.com/fabpot",
|
4952 |
-
"type": "github"
|
4953 |
-
},
|
4954 |
-
{
|
4955 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4956 |
-
"type": "tidelift"
|
4957 |
-
}
|
4958 |
-
],
|
4959 |
-
"time": "2020-10-24T10:57:07+00:00"
|
4960 |
-
},
|
4961 |
-
{
|
4962 |
-
"name": "symfony/dom-crawler",
|
4963 |
-
"version": "v3.4.47",
|
4964 |
-
"source": {
|
4965 |
-
"type": "git",
|
4966 |
-
"url": "https://github.com/symfony/dom-crawler.git",
|
4967 |
-
"reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6"
|
4968 |
-
},
|
4969 |
-
"dist": {
|
4970 |
-
"type": "zip",
|
4971 |
-
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
|
4972 |
-
"reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
|
4973 |
-
"shasum": ""
|
4974 |
-
},
|
4975 |
-
"require": {
|
4976 |
-
"php": "^5.5.9|>=7.0.8",
|
4977 |
-
"symfony/polyfill-ctype": "~1.8",
|
4978 |
-
"symfony/polyfill-mbstring": "~1.0"
|
4979 |
-
},
|
4980 |
-
"require-dev": {
|
4981 |
-
"symfony/css-selector": "~2.8|~3.0|~4.0"
|
4982 |
-
},
|
4983 |
-
"suggest": {
|
4984 |
-
"symfony/css-selector": ""
|
4985 |
-
},
|
4986 |
-
"type": "library",
|
4987 |
-
"autoload": {
|
4988 |
-
"psr-4": {
|
4989 |
-
"Symfony\\Component\\DomCrawler\\": ""
|
4990 |
-
},
|
4991 |
-
"exclude-from-classmap": [
|
4992 |
-
"/Tests/"
|
4993 |
-
]
|
4994 |
-
},
|
4995 |
-
"notification-url": "https://packagist.org/downloads/",
|
4996 |
-
"license": [
|
4997 |
-
"MIT"
|
4998 |
-
],
|
4999 |
-
"authors": [
|
5000 |
-
{
|
5001 |
-
"name": "Fabien Potencier",
|
5002 |
-
"email": "fabien@symfony.com"
|
5003 |
-
},
|
5004 |
-
{
|
5005 |
-
"name": "Symfony Community",
|
5006 |
-
"homepage": "https://symfony.com/contributors"
|
5007 |
-
}
|
5008 |
-
],
|
5009 |
-
"description": "Symfony DomCrawler Component",
|
5010 |
-
"homepage": "https://symfony.com",
|
5011 |
-
"funding": [
|
5012 |
-
{
|
5013 |
-
"url": "https://symfony.com/sponsor",
|
5014 |
-
"type": "custom"
|
5015 |
-
},
|
5016 |
-
{
|
5017 |
-
"url": "https://github.com/fabpot",
|
5018 |
-
"type": "github"
|
5019 |
-
},
|
5020 |
-
{
|
5021 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5022 |
-
"type": "tidelift"
|
5023 |
-
}
|
5024 |
-
],
|
5025 |
-
"time": "2020-10-24T10:57:07+00:00"
|
5026 |
-
},
|
5027 |
-
{
|
5028 |
-
"name": "symfony/event-dispatcher",
|
5029 |
-
"version": "v3.4.47",
|
5030 |
-
"source": {
|
5031 |
-
"type": "git",
|
5032 |
-
"url": "https://github.com/symfony/event-dispatcher.git",
|
5033 |
-
"reference": "31fde73757b6bad247c54597beef974919ec6860"
|
5034 |
-
},
|
5035 |
-
"dist": {
|
5036 |
-
"type": "zip",
|
5037 |
-
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860",
|
5038 |
-
"reference": "31fde73757b6bad247c54597beef974919ec6860",
|
5039 |
-
"shasum": ""
|
5040 |
-
},
|
5041 |
-
"require": {
|
5042 |
-
"php": "^5.5.9|>=7.0.8"
|
5043 |
-
},
|
5044 |
-
"conflict": {
|
5045 |
-
"symfony/dependency-injection": "<3.3"
|
5046 |
-
},
|
5047 |
-
"require-dev": {
|
5048 |
-
"psr/log": "~1.0",
|
5049 |
-
"symfony/config": "~2.8|~3.0|~4.0",
|
5050 |
-
"symfony/debug": "~3.4|~4.4",
|
5051 |
-
"symfony/dependency-injection": "~3.3|~4.0",
|
5052 |
-
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
5053 |
-
"symfony/stopwatch": "~2.8|~3.0|~4.0"
|
5054 |
-
},
|
5055 |
-
"suggest": {
|
5056 |
-
"symfony/dependency-injection": "",
|
5057 |
-
"symfony/http-kernel": ""
|
5058 |
-
},
|
5059 |
-
"type": "library",
|
5060 |
-
"autoload": {
|
5061 |
-
"psr-4": {
|
5062 |
-
"Symfony\\Component\\EventDispatcher\\": ""
|
5063 |
-
},
|
5064 |
-
"exclude-from-classmap": [
|
5065 |
-
"/Tests/"
|
5066 |
-
]
|
5067 |
-
},
|
5068 |
-
"notification-url": "https://packagist.org/downloads/",
|
5069 |
-
"license": [
|
5070 |
-
"MIT"
|
5071 |
-
],
|
5072 |
-
"authors": [
|
5073 |
-
{
|
5074 |
-
"name": "Fabien Potencier",
|
5075 |
-
"email": "fabien@symfony.com"
|
5076 |
-
},
|
5077 |
-
{
|
5078 |
-
"name": "Symfony Community",
|
5079 |
-
"homepage": "https://symfony.com/contributors"
|
5080 |
-
}
|
5081 |
-
],
|
5082 |
-
"description": "Symfony EventDispatcher Component",
|
5083 |
-
"homepage": "https://symfony.com",
|
5084 |
-
"funding": [
|
5085 |
-
{
|
5086 |
-
"url": "https://symfony.com/sponsor",
|
5087 |
-
"type": "custom"
|
5088 |
-
},
|
5089 |
-
{
|
5090 |
-
"url": "https://github.com/fabpot",
|
5091 |
-
"type": "github"
|
5092 |
-
},
|
5093 |
-
{
|
5094 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5095 |
-
"type": "tidelift"
|
5096 |
-
}
|
5097 |
-
],
|
5098 |
-
"time": "2020-10-24T10:57:07+00:00"
|
5099 |
-
},
|
5100 |
-
{
|
5101 |
-
"name": "symfony/filesystem",
|
5102 |
-
"version": "v3.4.47",
|
5103 |
-
"source": {
|
5104 |
-
"type": "git",
|
5105 |
-
"url": "https://github.com/symfony/filesystem.git",
|
5106 |
-
"reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
|
5107 |
-
},
|
5108 |
-
"dist": {
|
5109 |
-
"type": "zip",
|
5110 |
-
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
|
5111 |
-
"reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
|
5112 |
-
"shasum": ""
|
5113 |
-
},
|
5114 |
-
"require": {
|
5115 |
-
"php": "^5.5.9|>=7.0.8",
|
5116 |
-
"symfony/polyfill-ctype": "~1.8"
|
5117 |
-
},
|
5118 |
-
"type": "library",
|
5119 |
-
"autoload": {
|
5120 |
-
"psr-4": {
|
5121 |
-
"Symfony\\Component\\Filesystem\\": ""
|
5122 |
-
},
|
5123 |
-
"exclude-from-classmap": [
|
5124 |
-
"/Tests/"
|
5125 |
-
]
|
5126 |
-
},
|
5127 |
-
"notification-url": "https://packagist.org/downloads/",
|
5128 |
-
"license": [
|
5129 |
-
"MIT"
|
5130 |
-
],
|
5131 |
-
"authors": [
|
5132 |
-
{
|
5133 |
-
"name": "Fabien Potencier",
|
5134 |
-
"email": "fabien@symfony.com"
|
5135 |
-
},
|
5136 |
-
{
|
5137 |
-
"name": "Symfony Community",
|
5138 |
-
"homepage": "https://symfony.com/contributors"
|
5139 |
-
}
|
5140 |
-
],
|
5141 |
-
"description": "Symfony Filesystem Component",
|
5142 |
-
"homepage": "https://symfony.com",
|
5143 |
-
"funding": [
|
5144 |
-
{
|
5145 |
-
"url": "https://symfony.com/sponsor",
|
5146 |
-
"type": "custom"
|
5147 |
-
},
|
5148 |
-
{
|
5149 |
-
"url": "https://github.com/fabpot",
|
5150 |
-
"type": "github"
|
5151 |
-
},
|
5152 |
-
{
|
5153 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5154 |
-
"type": "tidelift"
|
5155 |
-
}
|
5156 |
-
],
|
5157 |
-
"time": "2020-10-24T10:57:07+00:00"
|
5158 |
-
},
|
5159 |
-
{
|
5160 |
-
"name": "symfony/finder",
|
5161 |
-
"version": "v3.4.47",
|
5162 |
-
"source": {
|
5163 |
-
"type": "git",
|
5164 |
-
"url": "https://github.com/symfony/finder.git",
|
5165 |
-
"reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
|
5166 |
-
},
|
5167 |
-
"dist": {
|
5168 |
-
"type": "zip",
|
5169 |
-
"url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
|
5170 |
-
"reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
|
5171 |
-
"shasum": ""
|
5172 |
-
},
|
5173 |
-
"require": {
|
5174 |
-
"php": "^5.5.9|>=7.0.8"
|
5175 |
-
},
|
5176 |
-
"type": "library",
|
5177 |
-
"autoload": {
|
5178 |
-
"psr-4": {
|
5179 |
-
"Symfony\\Component\\Finder\\": ""
|
5180 |
-
},
|
5181 |
-
"exclude-from-classmap": [
|
5182 |
-
"/Tests/"
|
5183 |
-
]
|
5184 |
-
},
|
5185 |
-
"notification-url": "https://packagist.org/downloads/",
|
5186 |
-
"license": [
|
5187 |
-
"MIT"
|
5188 |
-
],
|
5189 |
-
"authors": [
|
5190 |
-
{
|
5191 |
-
"name": "Fabien Potencier",
|
5192 |
-
"email": "fabien@symfony.com"
|
5193 |
-
},
|
5194 |
-
{
|
5195 |
-
"name": "Symfony Community",
|
5196 |
-
"homepage": "https://symfony.com/contributors"
|
5197 |
-
}
|
5198 |
-
],
|
5199 |
-
"description": "Symfony Finder Component",
|
5200 |
-
"homepage": "https://symfony.com",
|
5201 |
-
"funding": [
|
5202 |
-
{
|
5203 |
-
"url": "https://symfony.com/sponsor",
|
5204 |
-
"type": "custom"
|
5205 |
-
},
|
5206 |
-
{
|
5207 |
-
"url": "https://github.com/fabpot",
|
5208 |
-
"type": "github"
|
5209 |
-
},
|
5210 |
-
{
|
5211 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5212 |
-
"type": "tidelift"
|
5213 |
-
}
|
5214 |
-
],
|
5215 |
-
"time": "2020-11-16T17:02:08+00:00"
|
5216 |
-
},
|
5217 |
-
{
|
5218 |
-
"name": "symfony/polyfill-ctype",
|
5219 |
-
"version": "v1.19.0",
|
5220 |
-
"source": {
|
5221 |
-
"type": "git",
|
5222 |
-
"url": "https://github.com/symfony/polyfill-ctype.git",
|
5223 |
-
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
|
5224 |
-
},
|
5225 |
-
"dist": {
|
5226 |
-
"type": "zip",
|
5227 |
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
|
5228 |
-
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
|
5229 |
-
"shasum": ""
|
5230 |
-
},
|
5231 |
-
"require": {
|
5232 |
-
"php": ">=5.3.3"
|
5233 |
-
},
|
5234 |
-
"suggest": {
|
5235 |
-
"ext-ctype": "For best performance"
|
5236 |
-
},
|
5237 |
-
"type": "library",
|
5238 |
-
"extra": {
|
5239 |
-
"branch-alias": {
|
5240 |
-
"dev-main": "1.19-dev"
|
5241 |
-
},
|
5242 |
-
"thanks": {
|
5243 |
-
"name": "symfony/polyfill",
|
5244 |
-
"url": "https://github.com/symfony/polyfill"
|
5245 |
-
}
|
5246 |
-
},
|
5247 |
-
"autoload": {
|
5248 |
-
"psr-4": {
|
5249 |
-
"Symfony\\Polyfill\\Ctype\\": ""
|
5250 |
-
},
|
5251 |
-
"files": [
|
5252 |
-
"bootstrap.php"
|
5253 |
-
]
|
5254 |
-
},
|
5255 |
-
"notification-url": "https://packagist.org/downloads/",
|
5256 |
-
"license": [
|
5257 |
-
"MIT"
|
5258 |
-
],
|
5259 |
-
"authors": [
|
5260 |
-
{
|
5261 |
-
"name": "Gert de Pagter",
|
5262 |
-
"email": "BackEndTea@gmail.com"
|
5263 |
-
},
|
5264 |
-
{
|
5265 |
-
"name": "Symfony Community",
|
5266 |
-
"homepage": "https://symfony.com/contributors"
|
5267 |
-
}
|
5268 |
-
],
|
5269 |
-
"description": "Symfony polyfill for ctype functions",
|
5270 |
-
"homepage": "https://symfony.com",
|
5271 |
-
"keywords": [
|
5272 |
-
"compatibility",
|
5273 |
-
"ctype",
|
5274 |
-
"polyfill",
|
5275 |
-
"portable"
|
5276 |
-
],
|
5277 |
-
"funding": [
|
5278 |
-
{
|
5279 |
-
"url": "https://symfony.com/sponsor",
|
5280 |
-
"type": "custom"
|
5281 |
-
},
|
5282 |
-
{
|
5283 |
-
"url": "https://github.com/fabpot",
|
5284 |
-
"type": "github"
|
5285 |
-
},
|
5286 |
-
{
|
5287 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5288 |
-
"type": "tidelift"
|
5289 |
-
}
|
5290 |
-
],
|
5291 |
-
"time": "2020-10-23T09:01:57+00:00"
|
5292 |
-
},
|
5293 |
-
{
|
5294 |
-
"name": "symfony/polyfill-intl-idn",
|
5295 |
-
"version": "v1.19.0",
|
5296 |
-
"source": {
|
5297 |
-
"type": "git",
|
5298 |
-
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
5299 |
-
"reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826"
|
5300 |
-
},
|
5301 |
-
"dist": {
|
5302 |
-
"type": "zip",
|
5303 |
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826",
|
5304 |
-
"reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826",
|
5305 |
-
"shasum": ""
|
5306 |
-
},
|
5307 |
-
"require": {
|
5308 |
-
"php": ">=5.3.3",
|
5309 |
-
"symfony/polyfill-intl-normalizer": "^1.10",
|
5310 |
-
"symfony/polyfill-php70": "^1.10",
|
5311 |
-
"symfony/polyfill-php72": "^1.10"
|
5312 |
-
},
|
5313 |
-
"suggest": {
|
5314 |
-
"ext-intl": "For best performance"
|
5315 |
-
},
|
5316 |
-
"type": "library",
|
5317 |
-
"extra": {
|
5318 |
-
"branch-alias": {
|
5319 |
-
"dev-main": "1.19-dev"
|
5320 |
-
},
|
5321 |
-
"thanks": {
|
5322 |
-
"name": "symfony/polyfill",
|
5323 |
-
"url": "https://github.com/symfony/polyfill"
|
5324 |
-
}
|
5325 |
-
},
|
5326 |
-
"autoload": {
|
5327 |
-
"psr-4": {
|
5328 |
-
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
5329 |
-
},
|
5330 |
-
"files": [
|
5331 |
-
"bootstrap.php"
|
5332 |
-
]
|
5333 |
-
},
|
5334 |
-
"notification-url": "https://packagist.org/downloads/",
|
5335 |
-
"license": [
|
5336 |
-
"MIT"
|
5337 |
-
],
|
5338 |
-
"authors": [
|
5339 |
-
{
|
5340 |
-
"name": "Laurent Bassin",
|
5341 |
-
"email": "laurent@bassin.info"
|
5342 |
-
},
|
5343 |
-
{
|
5344 |
-
"name": "Trevor Rowbotham",
|
5345 |
-
"email": "trevor.rowbotham@pm.me"
|
5346 |
-
},
|
5347 |
-
{
|
5348 |
-
"name": "Symfony Community",
|
5349 |
-
"homepage": "https://symfony.com/contributors"
|
5350 |
-
}
|
5351 |
-
],
|
5352 |
-
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
5353 |
-
"homepage": "https://symfony.com",
|
5354 |
-
"keywords": [
|
5355 |
-
"compatibility",
|
5356 |
-
"idn",
|
5357 |
-
"intl",
|
5358 |
-
"polyfill",
|
5359 |
-
"portable",
|
5360 |
-
"shim"
|
5361 |
-
],
|
5362 |
-
"funding": [
|
5363 |
-
{
|
5364 |
-
"url": "https://symfony.com/sponsor",
|
5365 |
-
"type": "custom"
|
5366 |
-
},
|
5367 |
-
{
|
5368 |
-
"url": "https://github.com/fabpot",
|
5369 |
-
"type": "github"
|
5370 |
-
},
|
5371 |
-
{
|
5372 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5373 |
-
"type": "tidelift"
|
5374 |
-
}
|
5375 |
-
],
|
5376 |
-
"time": "2020-10-21T09:57:48+00:00"
|
5377 |
-
},
|
5378 |
-
{
|
5379 |
-
"name": "symfony/polyfill-intl-normalizer",
|
5380 |
-
"version": "v1.19.0",
|
5381 |
-
"source": {
|
5382 |
-
"type": "git",
|
5383 |
-
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
5384 |
-
"reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27"
|
5385 |
-
},
|
5386 |
-
"dist": {
|
5387 |
-
"type": "zip",
|
5388 |
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27",
|
5389 |
-
"reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27",
|
5390 |
-
"shasum": ""
|
5391 |
-
},
|
5392 |
-
"require": {
|
5393 |
-
"php": ">=5.3.3"
|
5394 |
-
},
|
5395 |
-
"suggest": {
|
5396 |
-
"ext-intl": "For best performance"
|
5397 |
-
},
|
5398 |
-
"type": "library",
|
5399 |
-
"extra": {
|
5400 |
-
"branch-alias": {
|
5401 |
-
"dev-main": "1.19-dev"
|
5402 |
-
},
|
5403 |
-
"thanks": {
|
5404 |
-
"name": "symfony/polyfill",
|
5405 |
-
"url": "https://github.com/symfony/polyfill"
|
5406 |
-
}
|
5407 |
-
},
|
5408 |
-
"autoload": {
|
5409 |
-
"psr-4": {
|
5410 |
-
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
5411 |
-
},
|
5412 |
-
"files": [
|
5413 |
-
"bootstrap.php"
|
5414 |
-
],
|
5415 |
-
"classmap": [
|
5416 |
-
"Resources/stubs"
|
5417 |
-
]
|
5418 |
-
},
|
5419 |
-
"notification-url": "https://packagist.org/downloads/",
|
5420 |
-
"license": [
|
5421 |
-
"MIT"
|
5422 |
-
],
|
5423 |
-
"authors": [
|
5424 |
-
{
|
5425 |
-
"name": "Nicolas Grekas",
|
5426 |
-
"email": "p@tchwork.com"
|
5427 |
-
},
|
5428 |
-
{
|
5429 |
-
"name": "Symfony Community",
|
5430 |
-
"homepage": "https://symfony.com/contributors"
|
5431 |
-
}
|
5432 |
-
],
|
5433 |
-
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
5434 |
-
"homepage": "https://symfony.com",
|
5435 |
-
"keywords": [
|
5436 |
-
"compatibility",
|
5437 |
-
"intl",
|
5438 |
-
"normalizer",
|
5439 |
-
"polyfill",
|
5440 |
-
"portable",
|
5441 |
-
"shim"
|
5442 |
-
],
|
5443 |
-
"funding": [
|
5444 |
-
{
|
5445 |
-
"url": "https://symfony.com/sponsor",
|
5446 |
-
"type": "custom"
|
5447 |
-
},
|
5448 |
-
{
|
5449 |
-
"url": "https://github.com/fabpot",
|
5450 |
-
"type": "github"
|
5451 |
-
},
|
5452 |
-
{
|
5453 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5454 |
-
"type": "tidelift"
|
5455 |
-
}
|
5456 |
-
],
|
5457 |
-
"time": "2020-10-23T09:01:57+00:00"
|
5458 |
-
},
|
5459 |
-
{
|
5460 |
-
"name": "symfony/polyfill-mbstring",
|
5461 |
-
"version": "v1.19.0",
|
5462 |
-
"source": {
|
5463 |
-
"type": "git",
|
5464 |
-
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
5465 |
-
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
|
5466 |
-
},
|
5467 |
-
"dist": {
|
5468 |
-
"type": "zip",
|
5469 |
-
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
|
5470 |
-
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
|
5471 |
-
"shasum": ""
|
5472 |
-
},
|
5473 |
-
"require": {
|
5474 |
-
"php": ">=5.3.3"
|
5475 |
-
},
|
5476 |
-
"suggest": {
|
5477 |
-
"ext-mbstring": "For best performance"
|
5478 |
-
},
|
5479 |
-
"type": "library",
|
5480 |
-
"extra": {
|
5481 |
-
"branch-alias": {
|
5482 |
-
"dev-main": "1.19-dev"
|
5483 |
-
},
|
5484 |
-
"thanks": {
|
5485 |
-
"name": "symfony/polyfill",
|
5486 |
-
"url": "https://github.com/symfony/polyfill"
|
5487 |
-
}
|
5488 |
-
},
|
5489 |
-
"autoload": {
|
5490 |
-
"psr-4": {
|
5491 |
-
"Symfony\\Polyfill\\Mbstring\\": ""
|
5492 |
-
},
|
5493 |
-
"files": [
|
5494 |
-
"bootstrap.php"
|
5495 |
-
]
|
5496 |
-
},
|
5497 |
-
"notification-url": "https://packagist.org/downloads/",
|
5498 |
-
"license": [
|
5499 |
-
"MIT"
|
5500 |
-
],
|
5501 |
-
"authors": [
|
5502 |
-
{
|
5503 |
-
"name": "Nicolas Grekas",
|
5504 |
-
"email": "p@tchwork.com"
|
5505 |
-
},
|
5506 |
-
{
|
5507 |
-
"name": "Symfony Community",
|
5508 |
-
"homepage": "https://symfony.com/contributors"
|
5509 |
-
}
|
5510 |
-
],
|
5511 |
-
"description": "Symfony polyfill for the Mbstring extension",
|
5512 |
-
"homepage": "https://symfony.com",
|
5513 |
-
"keywords": [
|
5514 |
-
"compatibility",
|
5515 |
-
"mbstring",
|
5516 |
-
"polyfill",
|
5517 |
-
"portable",
|
5518 |
-
"shim"
|
5519 |
-
],
|
5520 |
-
"funding": [
|
5521 |
-
{
|
5522 |
-
"url": "https://symfony.com/sponsor",
|
5523 |
-
"type": "custom"
|
5524 |
-
},
|
5525 |
-
{
|
5526 |
-
"url": "https://github.com/fabpot",
|
5527 |
-
"type": "github"
|
5528 |
-
},
|
5529 |
-
{
|
5530 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5531 |
-
"type": "tidelift"
|
5532 |
-
}
|
5533 |
-
],
|
5534 |
-
"time": "2020-10-23T09:01:57+00:00"
|
5535 |
-
},
|
5536 |
-
{
|
5537 |
-
"name": "symfony/polyfill-php70",
|
5538 |
-
"version": "v1.19.0",
|
5539 |
-
"source": {
|
5540 |
-
"type": "git",
|
5541 |
-
"url": "https://github.com/symfony/polyfill-php70.git",
|
5542 |
-
"reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e"
|
5543 |
-
},
|
5544 |
-
"dist": {
|
5545 |
-
"type": "zip",
|
5546 |
-
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
|
5547 |
-
"reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
|
5548 |
-
"shasum": ""
|
5549 |
-
},
|
5550 |
-
"require": {
|
5551 |
-
"paragonie/random_compat": "~1.0|~2.0|~9.99",
|
5552 |
-
"php": ">=5.3.3"
|
5553 |
-
},
|
5554 |
-
"type": "library",
|
5555 |
-
"extra": {
|
5556 |
-
"branch-alias": {
|
5557 |
-
"dev-main": "1.19-dev"
|
5558 |
-
},
|
5559 |
-
"thanks": {
|
5560 |
-
"name": "symfony/polyfill",
|
5561 |
-
"url": "https://github.com/symfony/polyfill"
|
5562 |
-
}
|
5563 |
-
},
|
5564 |
-
"autoload": {
|
5565 |
-
"psr-4": {
|
5566 |
-
"Symfony\\Polyfill\\Php70\\": ""
|
5567 |
-
},
|
5568 |
-
"files": [
|
5569 |
-
"bootstrap.php"
|
5570 |
-
],
|
5571 |
-
"classmap": [
|
5572 |
-
"Resources/stubs"
|
5573 |
-
]
|
5574 |
-
},
|
5575 |
-
"notification-url": "https://packagist.org/downloads/",
|
5576 |
-
"license": [
|
5577 |
-
"MIT"
|
5578 |
-
],
|
5579 |
-
"authors": [
|
5580 |
-
{
|
5581 |
-
"name": "Nicolas Grekas",
|
5582 |
-
"email": "p@tchwork.com"
|
5583 |
-
},
|
5584 |
-
{
|
5585 |
-
"name": "Symfony Community",
|
5586 |
-
"homepage": "https://symfony.com/contributors"
|
5587 |
-
}
|
5588 |
-
],
|
5589 |
-
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
5590 |
-
"homepage": "https://symfony.com",
|
5591 |
-
"keywords": [
|
5592 |
-
"compatibility",
|
5593 |
-
"polyfill",
|
5594 |
-
"portable",
|
5595 |
-
"shim"
|
5596 |
-
],
|
5597 |
-
"funding": [
|
5598 |
-
{
|
5599 |
-
"url": "https://symfony.com/sponsor",
|
5600 |
-
"type": "custom"
|
5601 |
-
},
|
5602 |
-
{
|
5603 |
-
"url": "https://github.com/fabpot",
|
5604 |
-
"type": "github"
|
5605 |
-
},
|
5606 |
-
{
|
5607 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5608 |
-
"type": "tidelift"
|
5609 |
-
}
|
5610 |
-
],
|
5611 |
-
"time": "2020-10-23T09:01:57+00:00"
|
5612 |
-
},
|
5613 |
-
{
|
5614 |
-
"name": "symfony/polyfill-php72",
|
5615 |
-
"version": "v1.19.0",
|
5616 |
-
"source": {
|
5617 |
-
"type": "git",
|
5618 |
-
"url": "https://github.com/symfony/polyfill-php72.git",
|
5619 |
-
"reference": "beecef6b463b06954638f02378f52496cb84bacc"
|
5620 |
-
},
|
5621 |
-
"dist": {
|
5622 |
-
"type": "zip",
|
5623 |
-
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc",
|
5624 |
-
"reference": "beecef6b463b06954638f02378f52496cb84bacc",
|
5625 |
-
"shasum": ""
|
5626 |
-
},
|
5627 |
-
"require": {
|
5628 |
-
"php": ">=5.3.3"
|
5629 |
-
},
|
5630 |
-
"type": "library",
|
5631 |
-
"extra": {
|
5632 |
-
"branch-alias": {
|
5633 |
-
"dev-main": "1.19-dev"
|
5634 |
-
},
|
5635 |
-
"thanks": {
|
5636 |
-
"name": "symfony/polyfill",
|
5637 |
-
"url": "https://github.com/symfony/polyfill"
|
5638 |
-
}
|
5639 |
-
},
|
5640 |
-
"autoload": {
|
5641 |
-
"psr-4": {
|
5642 |
-
"Symfony\\Polyfill\\Php72\\": ""
|
5643 |
-
},
|
5644 |
-
"files": [
|
5645 |
-
"bootstrap.php"
|
5646 |
-
]
|
5647 |
-
},
|
5648 |
-
"notification-url": "https://packagist.org/downloads/",
|
5649 |
-
"license": [
|
5650 |
-
"MIT"
|
5651 |
-
],
|
5652 |
-
"authors": [
|
5653 |
-
{
|
5654 |
-
"name": "Nicolas Grekas",
|
5655 |
-
"email": "p@tchwork.com"
|
5656 |
-
},
|
5657 |
-
{
|
5658 |
-
"name": "Symfony Community",
|
5659 |
-
"homepage": "https://symfony.com/contributors"
|
5660 |
-
}
|
5661 |
-
],
|
5662 |
-
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
5663 |
-
"homepage": "https://symfony.com",
|
5664 |
-
"keywords": [
|
5665 |
-
"compatibility",
|
5666 |
-
"polyfill",
|
5667 |
-
"portable",
|
5668 |
-
"shim"
|
5669 |
-
],
|
5670 |
-
"funding": [
|
5671 |
-
{
|
5672 |
-
"url": "https://symfony.com/sponsor",
|
5673 |
-
"type": "custom"
|
5674 |
-
},
|
5675 |
-
{
|
5676 |
-
"url": "https://github.com/fabpot",
|
5677 |
-
"type": "github"
|
5678 |
-
},
|
5679 |
-
{
|
5680 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5681 |
-
"type": "tidelift"
|
5682 |
-
}
|
5683 |
-
],
|
5684 |
-
"time": "2020-10-23T09:01:57+00:00"
|
5685 |
-
},
|
5686 |
-
{
|
5687 |
-
"name": "symfony/process",
|
5688 |
-
"version": "v3.4.47",
|
5689 |
-
"source": {
|
5690 |
-
"type": "git",
|
5691 |
-
"url": "https://github.com/symfony/process.git",
|
5692 |
-
"reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
|
5693 |
-
},
|
5694 |
-
"dist": {
|
5695 |
-
"type": "zip",
|
5696 |
-
"url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
|
5697 |
-
"reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
|
5698 |
-
"shasum": ""
|
5699 |
-
},
|
5700 |
-
"require": {
|
5701 |
-
"php": "^5.5.9|>=7.0.8"
|
5702 |
-
},
|
5703 |
-
"type": "library",
|
5704 |
-
"autoload": {
|
5705 |
-
"psr-4": {
|
5706 |
-
"Symfony\\Component\\Process\\": ""
|
5707 |
-
},
|
5708 |
-
"exclude-from-classmap": [
|
5709 |
-
"/Tests/"
|
5710 |
-
]
|
5711 |
-
},
|
5712 |
-
"notification-url": "https://packagist.org/downloads/",
|
5713 |
-
"license": [
|
5714 |
-
"MIT"
|
5715 |
-
],
|
5716 |
-
"authors": [
|
5717 |
-
{
|
5718 |
-
"name": "Fabien Potencier",
|
5719 |
-
"email": "fabien@symfony.com"
|
5720 |
-
},
|
5721 |
-
{
|
5722 |
-
"name": "Symfony Community",
|
5723 |
-
"homepage": "https://symfony.com/contributors"
|
5724 |
-
}
|
5725 |
-
],
|
5726 |
-
"description": "Symfony Process Component",
|
5727 |
-
"homepage": "https://symfony.com",
|
5728 |
-
"funding": [
|
5729 |
-
{
|
5730 |
-
"url": "https://symfony.com/sponsor",
|
5731 |
-
"type": "custom"
|
5732 |
-
},
|
5733 |
-
{
|
5734 |
-
"url": "https://github.com/fabpot",
|
5735 |
-
"type": "github"
|
5736 |
-
},
|
5737 |
-
{
|
5738 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5739 |
-
"type": "tidelift"
|
5740 |
-
}
|
5741 |
-
],
|
5742 |
-
"time": "2020-10-24T10:57:07+00:00"
|
5743 |
-
},
|
5744 |
-
{
|
5745 |
-
"name": "symfony/yaml",
|
5746 |
-
"version": "v3.4.47",
|
5747 |
-
"source": {
|
5748 |
-
"type": "git",
|
5749 |
-
"url": "https://github.com/symfony/yaml.git",
|
5750 |
-
"reference": "88289caa3c166321883f67fe5130188ebbb47094"
|
5751 |
-
},
|
5752 |
-
"dist": {
|
5753 |
-
"type": "zip",
|
5754 |
-
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
|
5755 |
-
"reference": "88289caa3c166321883f67fe5130188ebbb47094",
|
5756 |
-
"shasum": ""
|
5757 |
-
},
|
5758 |
-
"require": {
|
5759 |
-
"php": "^5.5.9|>=7.0.8",
|
5760 |
-
"symfony/polyfill-ctype": "~1.8"
|
5761 |
-
},
|
5762 |
-
"conflict": {
|
5763 |
-
"symfony/console": "<3.4"
|
5764 |
-
},
|
5765 |
-
"require-dev": {
|
5766 |
-
"symfony/console": "~3.4|~4.0"
|
5767 |
-
},
|
5768 |
-
"suggest": {
|
5769 |
-
"symfony/console": "For validating YAML files using the lint command"
|
5770 |
-
},
|
5771 |
-
"type": "library",
|
5772 |
-
"autoload": {
|
5773 |
-
"psr-4": {
|
5774 |
-
"Symfony\\Component\\Yaml\\": ""
|
5775 |
-
},
|
5776 |
-
"exclude-from-classmap": [
|
5777 |
-
"/Tests/"
|
5778 |
-
]
|
5779 |
-
},
|
5780 |
-
"notification-url": "https://packagist.org/downloads/",
|
5781 |
-
"license": [
|
5782 |
-
"MIT"
|
5783 |
-
],
|
5784 |
-
"authors": [
|
5785 |
-
{
|
5786 |
-
"name": "Fabien Potencier",
|
5787 |
-
"email": "fabien@symfony.com"
|
5788 |
-
},
|
5789 |
-
{
|
5790 |
-
"name": "Symfony Community",
|
5791 |
-
"homepage": "https://symfony.com/contributors"
|
5792 |
-
}
|
5793 |
-
],
|
5794 |
-
"description": "Symfony Yaml Component",
|
5795 |
-
"homepage": "https://symfony.com",
|
5796 |
-
"funding": [
|
5797 |
-
{
|
5798 |
-
"url": "https://symfony.com/sponsor",
|
5799 |
-
"type": "custom"
|
5800 |
-
},
|
5801 |
-
{
|
5802 |
-
"url": "https://github.com/fabpot",
|
5803 |
-
"type": "github"
|
5804 |
-
},
|
5805 |
-
{
|
5806 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5807 |
-
"type": "tidelift"
|
5808 |
-
}
|
5809 |
-
],
|
5810 |
-
"time": "2020-10-24T10:57:07+00:00"
|
5811 |
-
},
|
5812 |
-
{
|
5813 |
-
"name": "vlucas/phpdotenv",
|
5814 |
-
"version": "v4.1.8",
|
5815 |
-
"source": {
|
5816 |
-
"type": "git",
|
5817 |
-
"url": "https://github.com/vlucas/phpdotenv.git",
|
5818 |
-
"reference": "572af79d913627a9d70374d27a6f5d689a35de32"
|
5819 |
-
},
|
5820 |
-
"dist": {
|
5821 |
-
"type": "zip",
|
5822 |
-
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/572af79d913627a9d70374d27a6f5d689a35de32",
|
5823 |
-
"reference": "572af79d913627a9d70374d27a6f5d689a35de32",
|
5824 |
-
"shasum": ""
|
5825 |
-
},
|
5826 |
-
"require": {
|
5827 |
-
"php": "^5.5.9 || ^7.0 || ^8.0",
|
5828 |
-
"phpoption/phpoption": "^1.7.3",
|
5829 |
-
"symfony/polyfill-ctype": "^1.17"
|
5830 |
-
},
|
5831 |
-
"require-dev": {
|
5832 |
-
"bamarni/composer-bin-plugin": "^1.4.1",
|
5833 |
-
"ext-filter": "*",
|
5834 |
-
"ext-pcre": "*",
|
5835 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
|
5836 |
-
},
|
5837 |
-
"suggest": {
|
5838 |
-
"ext-filter": "Required to use the boolean validator.",
|
5839 |
-
"ext-pcre": "Required to use most of the library."
|
5840 |
-
},
|
5841 |
-
"type": "library",
|
5842 |
-
"extra": {
|
5843 |
-
"branch-alias": {
|
5844 |
-
"dev-master": "4.1-dev"
|
5845 |
-
}
|
5846 |
-
},
|
5847 |
-
"autoload": {
|
5848 |
-
"psr-4": {
|
5849 |
-
"Dotenv\\": "src/"
|
5850 |
-
}
|
5851 |
-
},
|
5852 |
-
"notification-url": "https://packagist.org/downloads/",
|
5853 |
-
"license": [
|
5854 |
-
"BSD-3-Clause"
|
5855 |
-
],
|
5856 |
-
"authors": [
|
5857 |
-
{
|
5858 |
-
"name": "Graham Campbell",
|
5859 |
-
"email": "graham@alt-three.com",
|
5860 |
-
"homepage": "https://gjcampbell.co.uk/"
|
5861 |
-
},
|
5862 |
-
{
|
5863 |
-
"name": "Vance Lucas",
|
5864 |
-
"email": "vance@vancelucas.com",
|
5865 |
-
"homepage": "https://vancelucas.com/"
|
5866 |
-
}
|
5867 |
-
],
|
5868 |
-
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
5869 |
-
"keywords": [
|
5870 |
-
"dotenv",
|
5871 |
-
"env",
|
5872 |
-
"environment"
|
5873 |
-
],
|
5874 |
-
"funding": [
|
5875 |
-
{
|
5876 |
-
"url": "https://github.com/GrahamCampbell",
|
5877 |
-
"type": "github"
|
5878 |
-
},
|
5879 |
-
{
|
5880 |
-
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
5881 |
-
"type": "tidelift"
|
5882 |
-
}
|
5883 |
-
],
|
5884 |
-
"time": "2020-07-14T19:22:52+00:00"
|
5885 |
-
},
|
5886 |
-
{
|
5887 |
-
"name": "vria/nodiacritic",
|
5888 |
-
"version": "0.1.2",
|
5889 |
-
"source": {
|
5890 |
-
"type": "git",
|
5891 |
-
"url": "https://github.com/vria/nodiacritic.git",
|
5892 |
-
"reference": "3efeb60fb2586fe3ce8ff0f3c122d380717b8b07"
|
5893 |
-
},
|
5894 |
-
"dist": {
|
5895 |
-
"type": "zip",
|
5896 |
-
"url": "https://api.github.com/repos/vria/nodiacritic/zipball/3efeb60fb2586fe3ce8ff0f3c122d380717b8b07",
|
5897 |
-
"reference": "3efeb60fb2586fe3ce8ff0f3c122d380717b8b07",
|
5898 |
-
"shasum": ""
|
5899 |
-
},
|
5900 |
-
"require": {
|
5901 |
-
"php": ">=5.3.3"
|
5902 |
-
},
|
5903 |
-
"require-dev": {
|
5904 |
-
"phpunit/phpunit": "4.8.*"
|
5905 |
-
},
|
5906 |
-
"type": "library",
|
5907 |
-
"autoload": {
|
5908 |
-
"psr-4": {
|
5909 |
-
"VRia\\Utils\\": "src/"
|
5910 |
-
}
|
5911 |
-
},
|
5912 |
-
"notification-url": "https://packagist.org/downloads/",
|
5913 |
-
"license": [
|
5914 |
-
"GPL-2.0"
|
5915 |
-
],
|
5916 |
-
"authors": [
|
5917 |
-
{
|
5918 |
-
"name": "Riabchenko Vlad",
|
5919 |
-
"email": "contact@vria.eu",
|
5920 |
-
"homepage": "http://vria.eu"
|
5921 |
-
}
|
5922 |
-
],
|
5923 |
-
"description": "Tiny helper function that removes all diacritical signs from characters",
|
5924 |
-
"homepage": "https://github.com/vria/nodiacritic",
|
5925 |
-
"keywords": [
|
5926 |
-
"accent",
|
5927 |
-
"diacritic",
|
5928 |
-
"filter",
|
5929 |
-
"string",
|
5930 |
-
"text"
|
5931 |
-
],
|
5932 |
-
"time": "2016-09-17T22:03:11+00:00"
|
5933 |
-
},
|
5934 |
-
{
|
5935 |
-
"name": "webmozart/assert",
|
5936 |
-
"version": "1.9.1",
|
5937 |
-
"source": {
|
5938 |
-
"type": "git",
|
5939 |
-
"url": "https://github.com/webmozart/assert.git",
|
5940 |
-
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
|
5941 |
-
},
|
5942 |
-
"dist": {
|
5943 |
-
"type": "zip",
|
5944 |
-
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
|
5945 |
-
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
|
5946 |
-
"shasum": ""
|
5947 |
-
},
|
5948 |
-
"require": {
|
5949 |
-
"php": "^5.3.3 || ^7.0 || ^8.0",
|
5950 |
-
"symfony/polyfill-ctype": "^1.8"
|
5951 |
-
},
|
5952 |
-
"conflict": {
|
5953 |
-
"phpstan/phpstan": "<0.12.20",
|
5954 |
-
"vimeo/psalm": "<3.9.1"
|
5955 |
-
},
|
5956 |
-
"require-dev": {
|
5957 |
-
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
|
5958 |
-
},
|
5959 |
-
"type": "library",
|
5960 |
-
"autoload": {
|
5961 |
-
"psr-4": {
|
5962 |
-
"Webmozart\\Assert\\": "src/"
|
5963 |
-
}
|
5964 |
-
},
|
5965 |
-
"notification-url": "https://packagist.org/downloads/",
|
5966 |
-
"license": [
|
5967 |
-
"MIT"
|
5968 |
-
],
|
5969 |
-
"authors": [
|
5970 |
-
{
|
5971 |
-
"name": "Bernhard Schussek",
|
5972 |
-
"email": "bschussek@gmail.com"
|
5973 |
-
}
|
5974 |
-
],
|
5975 |
-
"description": "Assertions to validate method input/output with nice error messages.",
|
5976 |
-
"keywords": [
|
5977 |
-
"assert",
|
5978 |
-
"check",
|
5979 |
-
"validate"
|
5980 |
-
],
|
5981 |
-
"time": "2020-07-08T17:02:28+00:00"
|
5982 |
-
},
|
5983 |
-
{
|
5984 |
-
"name": "wp-cli/cache-command",
|
5985 |
-
"version": "v2.0.5",
|
5986 |
-
"source": {
|
5987 |
-
"type": "git",
|
5988 |
-
"url": "https://github.com/wp-cli/cache-command.git",
|
5989 |
-
"reference": "c1a91b35f274e8aa5142eb4d82842421ed89049a"
|
5990 |
-
},
|
5991 |
-
"dist": {
|
5992 |
-
"type": "zip",
|
5993 |
-
"url": "https://api.github.com/repos/wp-cli/cache-command/zipball/c1a91b35f274e8aa5142eb4d82842421ed89049a",
|
5994 |
-
"reference": "c1a91b35f274e8aa5142eb4d82842421ed89049a",
|
5995 |
-
"shasum": ""
|
5996 |
-
},
|
5997 |
-
"require": {
|
5998 |
-
"wp-cli/wp-cli": "^2"
|
5999 |
-
},
|
6000 |
-
"require-dev": {
|
6001 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6002 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6003 |
-
},
|
6004 |
-
"type": "wp-cli-package",
|
6005 |
-
"extra": {
|
6006 |
-
"branch-alias": {
|
6007 |
-
"dev-master": "2.x-dev"
|
6008 |
-
},
|
6009 |
-
"bundled": true,
|
6010 |
-
"commands": [
|
6011 |
-
"cache",
|
6012 |
-
"cache add",
|
6013 |
-
"cache decr",
|
6014 |
-
"cache delete",
|
6015 |
-
"cache flush",
|
6016 |
-
"cache get",
|
6017 |
-
"cache incr",
|
6018 |
-
"cache replace",
|
6019 |
-
"cache set",
|
6020 |
-
"cache type",
|
6021 |
-
"transient",
|
6022 |
-
"transient delete",
|
6023 |
-
"transient get",
|
6024 |
-
"transient set",
|
6025 |
-
"transient type",
|
6026 |
-
"transient list"
|
6027 |
-
]
|
6028 |
-
},
|
6029 |
-
"autoload": {
|
6030 |
-
"psr-4": {
|
6031 |
-
"": "src/"
|
6032 |
-
},
|
6033 |
-
"files": [
|
6034 |
-
"cache-command.php"
|
6035 |
-
]
|
6036 |
-
},
|
6037 |
-
"notification-url": "https://packagist.org/downloads/",
|
6038 |
-
"license": [
|
6039 |
-
"MIT"
|
6040 |
-
],
|
6041 |
-
"authors": [
|
6042 |
-
{
|
6043 |
-
"name": "Daniel Bachhuber",
|
6044 |
-
"email": "daniel@runcommand.io",
|
6045 |
-
"homepage": "https://runcommand.io"
|
6046 |
-
}
|
6047 |
-
],
|
6048 |
-
"description": "Manages object and transient caches.",
|
6049 |
-
"homepage": "https://github.com/wp-cli/cache-command",
|
6050 |
-
"time": "2020-12-07T19:32:47+00:00"
|
6051 |
-
},
|
6052 |
-
{
|
6053 |
-
"name": "wp-cli/checksum-command",
|
6054 |
-
"version": "v2.0.5",
|
6055 |
-
"source": {
|
6056 |
-
"type": "git",
|
6057 |
-
"url": "https://github.com/wp-cli/checksum-command.git",
|
6058 |
-
"reference": "a03cb058fcb295b8a1b060cc90618e777b86ad49"
|
6059 |
-
},
|
6060 |
-
"dist": {
|
6061 |
-
"type": "zip",
|
6062 |
-
"url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/a03cb058fcb295b8a1b060cc90618e777b86ad49",
|
6063 |
-
"reference": "a03cb058fcb295b8a1b060cc90618e777b86ad49",
|
6064 |
-
"shasum": ""
|
6065 |
-
},
|
6066 |
-
"require": {
|
6067 |
-
"wp-cli/wp-cli": "^2"
|
6068 |
-
},
|
6069 |
-
"require-dev": {
|
6070 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
6071 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6072 |
-
},
|
6073 |
-
"type": "wp-cli-package",
|
6074 |
-
"extra": {
|
6075 |
-
"branch-alias": {
|
6076 |
-
"dev-master": "2.x-dev"
|
6077 |
-
},
|
6078 |
-
"bundled": true,
|
6079 |
-
"commands": [
|
6080 |
-
"core verify-checksums",
|
6081 |
-
"plugin verify-checksums"
|
6082 |
-
]
|
6083 |
-
},
|
6084 |
-
"autoload": {
|
6085 |
-
"psr-4": {
|
6086 |
-
"": "src/"
|
6087 |
-
},
|
6088 |
-
"files": [
|
6089 |
-
"checksum-command.php"
|
6090 |
-
]
|
6091 |
-
},
|
6092 |
-
"notification-url": "https://packagist.org/downloads/",
|
6093 |
-
"license": [
|
6094 |
-
"MIT"
|
6095 |
-
],
|
6096 |
-
"authors": [
|
6097 |
-
{
|
6098 |
-
"name": "Daniel Bachhuber",
|
6099 |
-
"email": "daniel@runcommand.io",
|
6100 |
-
"homepage": "https://runcommand.io"
|
6101 |
-
}
|
6102 |
-
],
|
6103 |
-
"description": "Verifies file integrity by comparing to published checksums.",
|
6104 |
-
"homepage": "https://github.com/wp-cli/checksum-command",
|
6105 |
-
"time": "2020-12-07T22:47:40+00:00"
|
6106 |
-
},
|
6107 |
-
{
|
6108 |
-
"name": "wp-cli/config-command",
|
6109 |
-
"version": "v2.0.7",
|
6110 |
-
"source": {
|
6111 |
-
"type": "git",
|
6112 |
-
"url": "https://github.com/wp-cli/config-command.git",
|
6113 |
-
"reference": "6468e97ab2ace5b0a448d9e19091d42f6461b466"
|
6114 |
-
},
|
6115 |
-
"dist": {
|
6116 |
-
"type": "zip",
|
6117 |
-
"url": "https://api.github.com/repos/wp-cli/config-command/zipball/6468e97ab2ace5b0a448d9e19091d42f6461b466",
|
6118 |
-
"reference": "6468e97ab2ace5b0a448d9e19091d42f6461b466",
|
6119 |
-
"shasum": ""
|
6120 |
-
},
|
6121 |
-
"require": {
|
6122 |
-
"wp-cli/wp-cli": "^2",
|
6123 |
-
"wp-cli/wp-config-transformer": "^1.2.1"
|
6124 |
-
},
|
6125 |
-
"require-dev": {
|
6126 |
-
"wp-cli/db-command": "^1.3 || ^2",
|
6127 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6128 |
-
},
|
6129 |
-
"type": "wp-cli-package",
|
6130 |
-
"extra": {
|
6131 |
-
"branch-alias": {
|
6132 |
-
"dev-master": "2.x-dev"
|
6133 |
-
},
|
6134 |
-
"bundled": true,
|
6135 |
-
"commands": [
|
6136 |
-
"config",
|
6137 |
-
"config edit",
|
6138 |
-
"config delete",
|
6139 |
-
"config create",
|
6140 |
-
"config get",
|
6141 |
-
"config has",
|
6142 |
-
"config list",
|
6143 |
-
"config path",
|
6144 |
-
"config set",
|
6145 |
-
"config shuffle-salts"
|
6146 |
-
]
|
6147 |
-
},
|
6148 |
-
"autoload": {
|
6149 |
-
"psr-4": {
|
6150 |
-
"": "src/"
|
6151 |
-
},
|
6152 |
-
"files": [
|
6153 |
-
"config-command.php"
|
6154 |
-
]
|
6155 |
-
},
|
6156 |
-
"notification-url": "https://packagist.org/downloads/",
|
6157 |
-
"license": [
|
6158 |
-
"MIT"
|
6159 |
-
],
|
6160 |
-
"authors": [
|
6161 |
-
{
|
6162 |
-
"name": "Daniel Bachhuber",
|
6163 |
-
"email": "daniel@runcommand.io",
|
6164 |
-
"homepage": "https://runcommand.io"
|
6165 |
-
},
|
6166 |
-
{
|
6167 |
-
"name": "Alain Schlesser",
|
6168 |
-
"email": "alain.schlesser@gmail.com",
|
6169 |
-
"homepage": "https://www.alainschlesser.com"
|
6170 |
-
}
|
6171 |
-
],
|
6172 |
-
"description": "Generates and reads the wp-config.php file.",
|
6173 |
-
"homepage": "https://github.com/wp-cli/config-command",
|
6174 |
-
"time": "2020-10-31T11:20:34+00:00"
|
6175 |
-
},
|
6176 |
-
{
|
6177 |
-
"name": "wp-cli/core-command",
|
6178 |
-
"version": "v2.0.12",
|
6179 |
-
"source": {
|
6180 |
-
"type": "git",
|
6181 |
-
"url": "https://github.com/wp-cli/core-command.git",
|
6182 |
-
"reference": "a7001bd43b58fe67decd02c739615102cc0beb51"
|
6183 |
-
},
|
6184 |
-
"dist": {
|
6185 |
-
"type": "zip",
|
6186 |
-
"url": "https://api.github.com/repos/wp-cli/core-command/zipball/a7001bd43b58fe67decd02c739615102cc0beb51",
|
6187 |
-
"reference": "a7001bd43b58fe67decd02c739615102cc0beb51",
|
6188 |
-
"shasum": ""
|
6189 |
-
},
|
6190 |
-
"require": {
|
6191 |
-
"composer/semver": "^1.4 || ^2 || ^3",
|
6192 |
-
"wp-cli/wp-cli": "^2.4"
|
6193 |
-
},
|
6194 |
-
"require-dev": {
|
6195 |
-
"wp-cli/checksum-command": "^1 || ^2",
|
6196 |
-
"wp-cli/db-command": "^1.3 || ^2",
|
6197 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6198 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
6199 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6200 |
-
},
|
6201 |
-
"type": "wp-cli-package",
|
6202 |
-
"extra": {
|
6203 |
-
"branch-alias": {
|
6204 |
-
"dev-master": "2.x-dev"
|
6205 |
-
},
|
6206 |
-
"bundled": true,
|
6207 |
-
"commands": [
|
6208 |
-
"core",
|
6209 |
-
"core check-update",
|
6210 |
-
"core download",
|
6211 |
-
"core install",
|
6212 |
-
"core is-installed",
|
6213 |
-
"core multisite-convert",
|
6214 |
-
"core multisite-install",
|
6215 |
-
"core update",
|
6216 |
-
"core update-db",
|
6217 |
-
"core version"
|
6218 |
-
]
|
6219 |
-
},
|
6220 |
-
"autoload": {
|
6221 |
-
"psr-4": {
|
6222 |
-
"": "src/"
|
6223 |
-
},
|
6224 |
-
"files": [
|
6225 |
-
"core-command.php"
|
6226 |
-
]
|
6227 |
-
},
|
6228 |
-
"notification-url": "https://packagist.org/downloads/",
|
6229 |
-
"license": [
|
6230 |
-
"MIT"
|
6231 |
-
],
|
6232 |
-
"authors": [
|
6233 |
-
{
|
6234 |
-
"name": "Daniel Bachhuber",
|
6235 |
-
"email": "daniel@runcommand.io",
|
6236 |
-
"homepage": "https://runcommand.io"
|
6237 |
-
}
|
6238 |
-
],
|
6239 |
-
"description": "Downloads, installs, updates, and manages a WordPress installation.",
|
6240 |
-
"homepage": "https://github.com/wp-cli/core-command",
|
6241 |
-
"time": "2020-12-07T19:31:14+00:00"
|
6242 |
-
},
|
6243 |
-
{
|
6244 |
-
"name": "wp-cli/cron-command",
|
6245 |
-
"version": "v2.0.6",
|
6246 |
-
"source": {
|
6247 |
-
"type": "git",
|
6248 |
-
"url": "https://github.com/wp-cli/cron-command.git",
|
6249 |
-
"reference": "668b8c7bc1c1a1930e8a956b1a8325d159cce78c"
|
6250 |
-
},
|
6251 |
-
"dist": {
|
6252 |
-
"type": "zip",
|
6253 |
-
"url": "https://api.github.com/repos/wp-cli/cron-command/zipball/668b8c7bc1c1a1930e8a956b1a8325d159cce78c",
|
6254 |
-
"reference": "668b8c7bc1c1a1930e8a956b1a8325d159cce78c",
|
6255 |
-
"shasum": ""
|
6256 |
-
},
|
6257 |
-
"require": {
|
6258 |
-
"wp-cli/wp-cli": "^2"
|
6259 |
-
},
|
6260 |
-
"require-dev": {
|
6261 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6262 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6263 |
-
},
|
6264 |
-
"type": "wp-cli-package",
|
6265 |
-
"extra": {
|
6266 |
-
"branch-alias": {
|
6267 |
-
"dev-master": "2.x-dev"
|
6268 |
-
},
|
6269 |
-
"bundled": true,
|
6270 |
-
"commands": [
|
6271 |
-
"cron",
|
6272 |
-
"cron test",
|
6273 |
-
"cron event",
|
6274 |
-
"cron event delete",
|
6275 |
-
"cron event list",
|
6276 |
-
"cron event run",
|
6277 |
-
"cron event schedule",
|
6278 |
-
"cron schedule",
|
6279 |
-
"cron schedule list",
|
6280 |
-
"cron event unschedule"
|
6281 |
-
]
|
6282 |
-
},
|
6283 |
-
"autoload": {
|
6284 |
-
"psr-4": {
|
6285 |
-
"": "src/"
|
6286 |
-
},
|
6287 |
-
"files": [
|
6288 |
-
"cron-command.php"
|
6289 |
-
]
|
6290 |
-
},
|
6291 |
-
"notification-url": "https://packagist.org/downloads/",
|
6292 |
-
"license": [
|
6293 |
-
"MIT"
|
6294 |
-
],
|
6295 |
-
"authors": [
|
6296 |
-
{
|
6297 |
-
"name": "Daniel Bachhuber",
|
6298 |
-
"email": "daniel@runcommand.io",
|
6299 |
-
"homepage": "https://runcommand.io"
|
6300 |
-
}
|
6301 |
-
],
|
6302 |
-
"description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.",
|
6303 |
-
"homepage": "https://github.com/wp-cli/cron-command",
|
6304 |
-
"time": "2020-12-07T19:30:59+00:00"
|
6305 |
-
},
|
6306 |
-
{
|
6307 |
-
"name": "wp-cli/db-command",
|
6308 |
-
"version": "v2.0.6",
|
6309 |
-
"source": {
|
6310 |
-
"type": "git",
|
6311 |
-
"url": "https://github.com/wp-cli/db-command.git",
|
6312 |
-
"reference": "8e3cd46987241ed97ddb7f682b3505dff8d6dce4"
|
6313 |
-
},
|
6314 |
-
"dist": {
|
6315 |
-
"type": "zip",
|
6316 |
-
"url": "https://api.github.com/repos/wp-cli/db-command/zipball/8e3cd46987241ed97ddb7f682b3505dff8d6dce4",
|
6317 |
-
"reference": "8e3cd46987241ed97ddb7f682b3505dff8d6dce4",
|
6318 |
-
"shasum": ""
|
6319 |
-
},
|
6320 |
-
"require": {
|
6321 |
-
"wp-cli/wp-cli": "^2"
|
6322 |
-
},
|
6323 |
-
"require-dev": {
|
6324 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6325 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6326 |
-
},
|
6327 |
-
"type": "wp-cli-package",
|
6328 |
-
"extra": {
|
6329 |
-
"branch-alias": {
|
6330 |
-
"dev-master": "2.x-dev"
|
6331 |
-
},
|
6332 |
-
"bundled": true,
|
6333 |
-
"commands": [
|
6334 |
-
"db",
|
6335 |
-
"db clean",
|
6336 |
-
"db create",
|
6337 |
-
"db drop",
|
6338 |
-
"db reset",
|
6339 |
-
"db check",
|
6340 |
-
"db optimize",
|
6341 |
-
"db prefix",
|
6342 |
-
"db repair",
|
6343 |
-
"db cli",
|
6344 |
-
"db query",
|
6345 |
-
"db export",
|
6346 |
-
"db import",
|
6347 |
-
"db search",
|
6348 |
-
"db tables",
|
6349 |
-
"db size",
|
6350 |
-
"db columns"
|
6351 |
-
]
|
6352 |
-
},
|
6353 |
-
"autoload": {
|
6354 |
-
"psr-4": {
|
6355 |
-
"": "src/"
|
6356 |
-
},
|
6357 |
-
"files": [
|
6358 |
-
"db-command.php"
|
6359 |
-
]
|
6360 |
-
},
|
6361 |
-
"notification-url": "https://packagist.org/downloads/",
|
6362 |
-
"license": [
|
6363 |
-
"MIT"
|
6364 |
-
],
|
6365 |
-
"authors": [
|
6366 |
-
{
|
6367 |
-
"name": "Daniel Bachhuber",
|
6368 |
-
"email": "daniel@runcommand.io",
|
6369 |
-
"homepage": "https://runcommand.io"
|
6370 |
-
}
|
6371 |
-
],
|
6372 |
-
"description": "Performs basic database operations using credentials stored in wp-config.php.",
|
6373 |
-
"homepage": "https://github.com/wp-cli/db-command",
|
6374 |
-
"time": "2020-01-28T16:39:32+00:00"
|
6375 |
-
},
|
6376 |
-
{
|
6377 |
-
"name": "wp-cli/embed-command",
|
6378 |
-
"version": "v2.0.7",
|
6379 |
-
"source": {
|
6380 |
-
"type": "git",
|
6381 |
-
"url": "https://github.com/wp-cli/embed-command.git",
|
6382 |
-
"reference": "93d5582a9b03e950d3a2fe0869ae2c12d55a6242"
|
6383 |
-
},
|
6384 |
-
"dist": {
|
6385 |
-
"type": "zip",
|
6386 |
-
"url": "https://api.github.com/repos/wp-cli/embed-command/zipball/93d5582a9b03e950d3a2fe0869ae2c12d55a6242",
|
6387 |
-
"reference": "93d5582a9b03e950d3a2fe0869ae2c12d55a6242",
|
6388 |
-
"shasum": ""
|
6389 |
-
},
|
6390 |
-
"require": {
|
6391 |
-
"wp-cli/wp-cli": "^2"
|
6392 |
-
},
|
6393 |
-
"require-dev": {
|
6394 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6395 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6396 |
-
},
|
6397 |
-
"type": "wp-cli-package",
|
6398 |
-
"extra": {
|
6399 |
-
"branch-alias": {
|
6400 |
-
"dev-master": "2.x-dev"
|
6401 |
-
},
|
6402 |
-
"bundled": true,
|
6403 |
-
"commands": [
|
6404 |
-
"embed",
|
6405 |
-
"embed fetch",
|
6406 |
-
"embed provider",
|
6407 |
-
"embed provider list",
|
6408 |
-
"embed provider match",
|
6409 |
-
"embed handler",
|
6410 |
-
"embed handler list",
|
6411 |
-
"embed cache",
|
6412 |
-
"embed cache clear",
|
6413 |
-
"embed cache find",
|
6414 |
-
"embed cache trigger"
|
6415 |
-
]
|
6416 |
-
},
|
6417 |
-
"autoload": {
|
6418 |
-
"psr-4": {
|
6419 |
-
"WP_CLI\\Embeds\\": "src/"
|
6420 |
-
},
|
6421 |
-
"files": [
|
6422 |
-
"embed-command.php"
|
6423 |
-
]
|
6424 |
-
},
|
6425 |
-
"notification-url": "https://packagist.org/downloads/",
|
6426 |
-
"license": [
|
6427 |
-
"MIT"
|
6428 |
-
],
|
6429 |
-
"authors": [
|
6430 |
-
{
|
6431 |
-
"name": "Pascal Birchler",
|
6432 |
-
"homepage": "https://pascalbirchler.com/"
|
6433 |
-
}
|
6434 |
-
],
|
6435 |
-
"description": "Inspects oEmbed providers, clears embed cache, and more.",
|
6436 |
-
"homepage": "https://github.com/wp-cli/embed-command",
|
6437 |
-
"time": "2020-12-07T19:30:42+00:00"
|
6438 |
-
},
|
6439 |
-
{
|
6440 |
-
"name": "wp-cli/entity-command",
|
6441 |
-
"version": "v2.0.7",
|
6442 |
-
"source": {
|
6443 |
-
"type": "git",
|
6444 |
-
"url": "https://github.com/wp-cli/entity-command.git",
|
6445 |
-
"reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9"
|
6446 |
-
},
|
6447 |
-
"dist": {
|
6448 |
-
"type": "zip",
|
6449 |
-
"url": "https://api.github.com/repos/wp-cli/entity-command/zipball/0df89e4fba48177acf768bff9c00cda95a3fe5b9",
|
6450 |
-
"reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9",
|
6451 |
-
"shasum": ""
|
6452 |
-
},
|
6453 |
-
"require": {
|
6454 |
-
"wp-cli/wp-cli": "^2"
|
6455 |
-
},
|
6456 |
-
"require-dev": {
|
6457 |
-
"wp-cli/cache-command": "^1 || ^2",
|
6458 |
-
"wp-cli/db-command": "^1.3 || ^2",
|
6459 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
6460 |
-
"wp-cli/media-command": "^1.1 || ^2",
|
6461 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6462 |
-
},
|
6463 |
-
"type": "wp-cli-package",
|
6464 |
-
"extra": {
|
6465 |
-
"branch-alias": {
|
6466 |
-
"dev-master": "2.x-dev"
|
6467 |
-
},
|
6468 |
-
"bundled": true,
|
6469 |
-
"commands": [
|
6470 |
-
"comment",
|
6471 |
-
"comment approve",
|
6472 |
-
"comment count",
|
6473 |
-
"comment create",
|
6474 |
-
"comment delete",
|
6475 |
-
"comment exists",
|
6476 |
-
"comment generate",
|
6477 |
-
"comment get",
|
6478 |
-
"comment list",
|
6479 |
-
"comment meta",
|
6480 |
-
"comment meta add",
|
6481 |
-
"comment meta delete",
|
6482 |
-
"comment meta get",
|
6483 |
-
"comment meta list",
|
6484 |
-
"comment meta patch",
|
6485 |
-
"comment meta pluck",
|
6486 |
-
"comment meta update",
|
6487 |
-
"comment recount",
|
6488 |
-
"comment spam",
|
6489 |
-
"comment status",
|
6490 |
-
"comment trash",
|
6491 |
-
"comment unapprove",
|
6492 |
-
"comment unspam",
|
6493 |
-
"comment untrash",
|
6494 |
-
"comment update",
|
6495 |
-
"menu",
|
6496 |
-
"menu create",
|
6497 |
-
"menu delete",
|
6498 |
-
"menu item",
|
6499 |
-
"menu item add-custom",
|
6500 |
-
"menu item add-post",
|
6501 |
-
"menu item add-term",
|
6502 |
-
"menu item delete",
|
6503 |
-
"menu item list",
|
6504 |
-
"menu item update",
|
6505 |
-
"menu list",
|
6506 |
-
"menu location",
|
6507 |
-
"menu location assign",
|
6508 |
-
"menu location list",
|
6509 |
-
"menu location remove",
|
6510 |
-
"network meta",
|
6511 |
-
"network meta add",
|
6512 |
-
"network meta delete",
|
6513 |
-
"network meta get",
|
6514 |
-
"network meta list",
|
6515 |
-
"network meta patch",
|
6516 |
-
"network meta pluck",
|
6517 |
-
"network meta update",
|
6518 |
-
"option",
|
6519 |
-
"option add",
|
6520 |
-
"option delete",
|
6521 |
-
"option get",
|
6522 |
-
"option list",
|
6523 |
-
"option patch",
|
6524 |
-
"option pluck",
|
6525 |
-
"option update",
|
6526 |
-
"post",
|
6527 |
-
"post create",
|
6528 |
-
"post delete",
|
6529 |
-
"post edit",
|
6530 |
-
"post exists",
|
6531 |
-
"post generate",
|
6532 |
-
"post get",
|
6533 |
-
"post list",
|
6534 |
-
"post meta",
|
6535 |
-
"post meta add",
|
6536 |
-
"post meta delete",
|
6537 |
-
"post meta get",
|
6538 |
-
"post meta list",
|
6539 |
-
"post meta patch",
|
6540 |
-
"post meta pluck",
|
6541 |
-
"post meta update",
|
6542 |
-
"post term",
|
6543 |
-
"post term add",
|
6544 |
-
"post term list",
|
6545 |
-
"post term remove",
|
6546 |
-
"post term set",
|
6547 |
-
"post update",
|
6548 |
-
"post-type",
|
6549 |
-
"post-type get",
|
6550 |
-
"post-type list",
|
6551 |
-
"site",
|
6552 |
-
"site activate",
|
6553 |
-
"site archive",
|
6554 |
-
"site create",
|
6555 |
-
"site deactivate",
|
6556 |
-
"site delete",
|
6557 |
-
"site empty",
|
6558 |
-
"site list",
|
6559 |
-
"site mature",
|
6560 |
-
"site option",
|
6561 |
-
"site private",
|
6562 |
-
"site public",
|
6563 |
-
"site spam",
|
6564 |
-
"site unarchive",
|
6565 |
-
"site unmature",
|
6566 |
-
"site unspam",
|
6567 |
-
"taxonomy",
|
6568 |
-
"taxonomy get",
|
6569 |
-
"taxonomy list",
|
6570 |
-
"term",
|
6571 |
-
"term create",
|
6572 |
-
"term delete",
|
6573 |
-
"term generate",
|
6574 |
-
"term get",
|
6575 |
-
"term list",
|
6576 |
-
"term meta",
|
6577 |
-
"term meta add",
|
6578 |
-
"term meta delete",
|
6579 |
-
"term meta get",
|
6580 |
-
"term meta list",
|
6581 |
-
"term meta patch",
|
6582 |
-
"term meta pluck",
|
6583 |
-
"term meta update",
|
6584 |
-
"term recount",
|
6585 |
-
"term update",
|
6586 |
-
"user",
|
6587 |
-
"user add-cap",
|
6588 |
-
"user add-role",
|
6589 |
-
"user create",
|
6590 |
-
"user delete",
|
6591 |
-
"user generate",
|
6592 |
-
"user get",
|
6593 |
-
"user import-csv",
|
6594 |
-
"user list",
|
6595 |
-
"user list-caps",
|
6596 |
-
"user meta",
|
6597 |
-
"user meta add",
|
6598 |
-
"user meta delete",
|
6599 |
-
"user meta get",
|
6600 |
-
"user meta list",
|
6601 |
-
"user meta patch",
|
6602 |
-
"user meta pluck",
|
6603 |
-
"user meta update",
|
6604 |
-
"user remove-cap",
|
6605 |
-
"user remove-role",
|
6606 |
-
"user reset-password",
|
6607 |
-
"user session",
|
6608 |
-
"user session destroy",
|
6609 |
-
"user session list",
|
6610 |
-
"user set-role",
|
6611 |
-
"user spam",
|
6612 |
-
"user term",
|
6613 |
-
"user term add",
|
6614 |
-
"user term list",
|
6615 |
-
"user term remove",
|
6616 |
-
"user term set",
|
6617 |
-
"user unspam",
|
6618 |
-
"user update"
|
6619 |
-
]
|
6620 |
-
},
|
6621 |
-
"autoload": {
|
6622 |
-
"psr-4": {
|
6623 |
-
"": "src/",
|
6624 |
-
"WP_CLI\\": "src/WP_CLI"
|
6625 |
-
},
|
6626 |
-
"files": [
|
6627 |
-
"entity-command.php"
|
6628 |
-
]
|
6629 |
-
},
|
6630 |
-
"notification-url": "https://packagist.org/downloads/",
|
6631 |
-
"license": [
|
6632 |
-
"MIT"
|
6633 |
-
],
|
6634 |
-
"authors": [
|
6635 |
-
{
|
6636 |
-
"name": "Daniel Bachhuber",
|
6637 |
-
"email": "daniel@runcommand.io",
|
6638 |
-
"homepage": "https://runcommand.io"
|
6639 |
-
}
|
6640 |
-
],
|
6641 |
-
"description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.",
|
6642 |
-
"homepage": "https://github.com/wp-cli/entity-command",
|
6643 |
-
"time": "2019-11-12T11:32:14+00:00"
|
6644 |
-
},
|
6645 |
-
{
|
6646 |
-
"name": "wp-cli/eval-command",
|
6647 |
-
"version": "v2.0.8",
|
6648 |
-
"source": {
|
6649 |
-
"type": "git",
|
6650 |
-
"url": "https://github.com/wp-cli/eval-command.git",
|
6651 |
-
"reference": "8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce"
|
6652 |
-
},
|
6653 |
-
"dist": {
|
6654 |
-
"type": "zip",
|
6655 |
-
"url": "https://api.github.com/repos/wp-cli/eval-command/zipball/8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce",
|
6656 |
-
"reference": "8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce",
|
6657 |
-
"shasum": ""
|
6658 |
-
},
|
6659 |
-
"require": {
|
6660 |
-
"wp-cli/wp-cli": "^2"
|
6661 |
-
},
|
6662 |
-
"require-dev": {
|
6663 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6664 |
-
},
|
6665 |
-
"type": "wp-cli-package",
|
6666 |
-
"extra": {
|
6667 |
-
"branch-alias": {
|
6668 |
-
"dev-master": "2.x-dev"
|
6669 |
-
},
|
6670 |
-
"bundled": true,
|
6671 |
-
"commands": [
|
6672 |
-
"eval",
|
6673 |
-
"eval-file"
|
6674 |
-
]
|
6675 |
-
},
|
6676 |
-
"autoload": {
|
6677 |
-
"psr-4": {
|
6678 |
-
"": "src/"
|
6679 |
-
},
|
6680 |
-
"files": [
|
6681 |
-
"eval-command.php"
|
6682 |
-
]
|
6683 |
-
},
|
6684 |
-
"notification-url": "https://packagist.org/downloads/",
|
6685 |
-
"license": [
|
6686 |
-
"MIT"
|
6687 |
-
],
|
6688 |
-
"authors": [
|
6689 |
-
{
|
6690 |
-
"name": "Daniel Bachhuber",
|
6691 |
-
"email": "daniel@runcommand.io",
|
6692 |
-
"homepage": "https://runcommand.io"
|
6693 |
-
}
|
6694 |
-
],
|
6695 |
-
"description": "Executes arbitrary PHP code or files.",
|
6696 |
-
"homepage": "https://github.com/wp-cli/eval-command",
|
6697 |
-
"time": "2020-12-07T19:30:26+00:00"
|
6698 |
-
},
|
6699 |
-
{
|
6700 |
-
"name": "wp-cli/export-command",
|
6701 |
-
"version": "v2.0.5",
|
6702 |
-
"source": {
|
6703 |
-
"type": "git",
|
6704 |
-
"url": "https://github.com/wp-cli/export-command.git",
|
6705 |
-
"reference": "015725833e7e0a89b188df4fb66b88415d4414ec"
|
6706 |
-
},
|
6707 |
-
"dist": {
|
6708 |
-
"type": "zip",
|
6709 |
-
"url": "https://api.github.com/repos/wp-cli/export-command/zipball/015725833e7e0a89b188df4fb66b88415d4414ec",
|
6710 |
-
"reference": "015725833e7e0a89b188df4fb66b88415d4414ec",
|
6711 |
-
"shasum": ""
|
6712 |
-
},
|
6713 |
-
"require": {
|
6714 |
-
"nb/oxymel": "~0.1.0",
|
6715 |
-
"wp-cli/wp-cli": "^2"
|
6716 |
-
},
|
6717 |
-
"require-dev": {
|
6718 |
-
"wp-cli/db-command": "^1.3 || ^2",
|
6719 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6720 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
6721 |
-
"wp-cli/import-command": "^1 || ^2",
|
6722 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6723 |
-
},
|
6724 |
-
"type": "wp-cli-package",
|
6725 |
-
"extra": {
|
6726 |
-
"branch-alias": {
|
6727 |
-
"dev-master": "2.x-dev"
|
6728 |
-
},
|
6729 |
-
"bundled": true,
|
6730 |
-
"commands": [
|
6731 |
-
"export"
|
6732 |
-
]
|
6733 |
-
},
|
6734 |
-
"autoload": {
|
6735 |
-
"psr-4": {
|
6736 |
-
"": "src/"
|
6737 |
-
},
|
6738 |
-
"files": [
|
6739 |
-
"export-command.php"
|
6740 |
-
]
|
6741 |
-
},
|
6742 |
-
"notification-url": "https://packagist.org/downloads/",
|
6743 |
-
"license": [
|
6744 |
-
"MIT"
|
6745 |
-
],
|
6746 |
-
"authors": [
|
6747 |
-
{
|
6748 |
-
"name": "Daniel Bachhuber",
|
6749 |
-
"email": "daniel@runcommand.io",
|
6750 |
-
"homepage": "https://runcommand.io"
|
6751 |
-
}
|
6752 |
-
],
|
6753 |
-
"description": "Exports WordPress content to a WXR file.",
|
6754 |
-
"homepage": "https://github.com/wp-cli/export-command",
|
6755 |
-
"time": "2020-12-07T19:30:08+00:00"
|
6756 |
-
},
|
6757 |
-
{
|
6758 |
-
"name": "wp-cli/extension-command",
|
6759 |
-
"version": "v2.0.10",
|
6760 |
-
"source": {
|
6761 |
-
"type": "git",
|
6762 |
-
"url": "https://github.com/wp-cli/extension-command.git",
|
6763 |
-
"reference": "2bc83433707fa4d2127f2ff48357ccbbee39052f"
|
6764 |
-
},
|
6765 |
-
"dist": {
|
6766 |
-
"type": "zip",
|
6767 |
-
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/2bc83433707fa4d2127f2ff48357ccbbee39052f",
|
6768 |
-
"reference": "2bc83433707fa4d2127f2ff48357ccbbee39052f",
|
6769 |
-
"shasum": ""
|
6770 |
-
},
|
6771 |
-
"require": {
|
6772 |
-
"composer/semver": "^1.4 || ^2.0",
|
6773 |
-
"wp-cli/wp-cli": "^2"
|
6774 |
-
},
|
6775 |
-
"require-dev": {
|
6776 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6777 |
-
"wp-cli/scaffold-command": "^1.2 || ^2",
|
6778 |
-
"wp-cli/wp-cli-tests": "^2.1.6"
|
6779 |
-
},
|
6780 |
-
"type": "wp-cli-package",
|
6781 |
-
"extra": {
|
6782 |
-
"branch-alias": {
|
6783 |
-
"dev-master": "2.x-dev"
|
6784 |
-
},
|
6785 |
-
"bundled": true,
|
6786 |
-
"commands": [
|
6787 |
-
"plugin",
|
6788 |
-
"plugin activate",
|
6789 |
-
"plugin deactivate",
|
6790 |
-
"plugin delete",
|
6791 |
-
"plugin get",
|
6792 |
-
"plugin install",
|
6793 |
-
"plugin is-installed",
|
6794 |
-
"plugin list",
|
6795 |
-
"plugin path",
|
6796 |
-
"plugin search",
|
6797 |
-
"plugin status",
|
6798 |
-
"plugin toggle",
|
6799 |
-
"plugin uninstall",
|
6800 |
-
"plugin update",
|
6801 |
-
"theme",
|
6802 |
-
"theme activate",
|
6803 |
-
"theme delete",
|
6804 |
-
"theme disable",
|
6805 |
-
"theme enable",
|
6806 |
-
"theme get",
|
6807 |
-
"theme install",
|
6808 |
-
"theme is-installed",
|
6809 |
-
"theme list",
|
6810 |
-
"theme mod",
|
6811 |
-
"theme mod get",
|
6812 |
-
"theme mod set",
|
6813 |
-
"theme mod remove",
|
6814 |
-
"theme path",
|
6815 |
-
"theme search",
|
6816 |
-
"theme status",
|
6817 |
-
"theme update",
|
6818 |
-
"theme mod list"
|
6819 |
-
]
|
6820 |
-
},
|
6821 |
-
"autoload": {
|
6822 |
-
"psr-4": {
|
6823 |
-
"": "src/"
|
6824 |
-
},
|
6825 |
-
"files": [
|
6826 |
-
"extension-command.php"
|
6827 |
-
]
|
6828 |
-
},
|
6829 |
-
"notification-url": "https://packagist.org/downloads/",
|
6830 |
-
"license": [
|
6831 |
-
"MIT"
|
6832 |
-
],
|
6833 |
-
"authors": [
|
6834 |
-
{
|
6835 |
-
"name": "Daniel Bachhuber",
|
6836 |
-
"email": "daniel@runcommand.io",
|
6837 |
-
"homepage": "https://runcommand.io"
|
6838 |
-
},
|
6839 |
-
{
|
6840 |
-
"name": "Alain Schlesser",
|
6841 |
-
"email": "alain.schlesser@gmail.com",
|
6842 |
-
"homepage": "https://www.alainschlesser.com"
|
6843 |
-
}
|
6844 |
-
],
|
6845 |
-
"description": "Manages plugins and themes, including installs, activations, and updates.",
|
6846 |
-
"homepage": "https://github.com/wp-cli/extension-command",
|
6847 |
-
"time": "2020-07-05T08:07:53+00:00"
|
6848 |
-
},
|
6849 |
-
{
|
6850 |
-
"name": "wp-cli/i18n-command",
|
6851 |
-
"version": "v2.2.6",
|
6852 |
-
"source": {
|
6853 |
-
"type": "git",
|
6854 |
-
"url": "https://github.com/wp-cli/i18n-command.git",
|
6855 |
-
"reference": "a66da3f09f6a728832381012848c3074bf1635c8"
|
6856 |
-
},
|
6857 |
-
"dist": {
|
6858 |
-
"type": "zip",
|
6859 |
-
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/a66da3f09f6a728832381012848c3074bf1635c8",
|
6860 |
-
"reference": "a66da3f09f6a728832381012848c3074bf1635c8",
|
6861 |
-
"shasum": ""
|
6862 |
-
},
|
6863 |
-
"require": {
|
6864 |
-
"gettext/gettext": "^4.8",
|
6865 |
-
"mck89/peast": "^1.8",
|
6866 |
-
"wp-cli/wp-cli": "^2"
|
6867 |
-
},
|
6868 |
-
"require-dev": {
|
6869 |
-
"wp-cli/scaffold-command": "^1.2 || ^2",
|
6870 |
-
"wp-cli/wp-cli-tests": "^2.1.3"
|
6871 |
-
},
|
6872 |
-
"type": "wp-cli-package",
|
6873 |
-
"extra": {
|
6874 |
-
"branch-alias": {
|
6875 |
-
"dev-master": "2.x-dev"
|
6876 |
-
},
|
6877 |
-
"bundled": true,
|
6878 |
-
"commands": [
|
6879 |
-
"i18n",
|
6880 |
-
"i18n make-pot",
|
6881 |
-
"i18n make-json"
|
6882 |
-
]
|
6883 |
-
},
|
6884 |
-
"autoload": {
|
6885 |
-
"psr-4": {
|
6886 |
-
"WP_CLI\\I18n\\": "src/"
|
6887 |
-
},
|
6888 |
-
"files": [
|
6889 |
-
"i18n-command.php"
|
6890 |
-
]
|
6891 |
-
},
|
6892 |
-
"notification-url": "https://packagist.org/downloads/",
|
6893 |
-
"license": [
|
6894 |
-
"MIT"
|
6895 |
-
],
|
6896 |
-
"authors": [
|
6897 |
-
{
|
6898 |
-
"name": "Pascal Birchler",
|
6899 |
-
"homepage": "https://pascalbirchler.com/"
|
6900 |
-
}
|
6901 |
-
],
|
6902 |
-
"description": "Provides internationalization tools for WordPress projects.",
|
6903 |
-
"homepage": "https://github.com/wp-cli/i18n-command",
|
6904 |
-
"time": "2020-12-07T19:28:27+00:00"
|
6905 |
-
},
|
6906 |
-
{
|
6907 |
-
"name": "wp-cli/import-command",
|
6908 |
-
"version": "v2.0.4",
|
6909 |
-
"source": {
|
6910 |
-
"type": "git",
|
6911 |
-
"url": "https://github.com/wp-cli/import-command.git",
|
6912 |
-
"reference": "c7438c1eeda5669531c52fc9223fcea5bda39cc8"
|
6913 |
-
},
|
6914 |
-
"dist": {
|
6915 |
-
"type": "zip",
|
6916 |
-
"url": "https://api.github.com/repos/wp-cli/import-command/zipball/c7438c1eeda5669531c52fc9223fcea5bda39cc8",
|
6917 |
-
"reference": "c7438c1eeda5669531c52fc9223fcea5bda39cc8",
|
6918 |
-
"shasum": ""
|
6919 |
-
},
|
6920 |
-
"require": {
|
6921 |
-
"wp-cli/wp-cli": "^2"
|
6922 |
-
},
|
6923 |
-
"require-dev": {
|
6924 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6925 |
-
"wp-cli/export-command": "^1 || ^2",
|
6926 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
6927 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6928 |
-
},
|
6929 |
-
"type": "wp-cli-package",
|
6930 |
-
"extra": {
|
6931 |
-
"branch-alias": {
|
6932 |
-
"dev-master": "2.x-dev"
|
6933 |
-
},
|
6934 |
-
"bundled": true,
|
6935 |
-
"commands": [
|
6936 |
-
"import"
|
6937 |
-
]
|
6938 |
-
},
|
6939 |
-
"autoload": {
|
6940 |
-
"psr-4": {
|
6941 |
-
"": "src/"
|
6942 |
-
},
|
6943 |
-
"files": [
|
6944 |
-
"import-command.php"
|
6945 |
-
]
|
6946 |
-
},
|
6947 |
-
"notification-url": "https://packagist.org/downloads/",
|
6948 |
-
"license": [
|
6949 |
-
"MIT"
|
6950 |
-
],
|
6951 |
-
"authors": [
|
6952 |
-
{
|
6953 |
-
"name": "Daniel Bachhuber",
|
6954 |
-
"email": "daniel@runcommand.io",
|
6955 |
-
"homepage": "https://runcommand.io"
|
6956 |
-
}
|
6957 |
-
],
|
6958 |
-
"description": "Imports content from a given WXR file.",
|
6959 |
-
"homepage": "https://github.com/wp-cli/import-command",
|
6960 |
-
"time": "2020-12-07T19:28:45+00:00"
|
6961 |
-
},
|
6962 |
-
{
|
6963 |
-
"name": "wp-cli/language-command",
|
6964 |
-
"version": "v2.0.8",
|
6965 |
-
"source": {
|
6966 |
-
"type": "git",
|
6967 |
-
"url": "https://github.com/wp-cli/language-command.git",
|
6968 |
-
"reference": "c4f3cddd816e26df2b0e7e7753d786b54a2c95c8"
|
6969 |
-
},
|
6970 |
-
"dist": {
|
6971 |
-
"type": "zip",
|
6972 |
-
"url": "https://api.github.com/repos/wp-cli/language-command/zipball/c4f3cddd816e26df2b0e7e7753d786b54a2c95c8",
|
6973 |
-
"reference": "c4f3cddd816e26df2b0e7e7753d786b54a2c95c8",
|
6974 |
-
"shasum": ""
|
6975 |
-
},
|
6976 |
-
"require": {
|
6977 |
-
"wp-cli/wp-cli": "^2"
|
6978 |
-
},
|
6979 |
-
"require-dev": {
|
6980 |
-
"wp-cli/db-command": "^1.3 || ^2",
|
6981 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
6982 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
6983 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
6984 |
-
},
|
6985 |
-
"type": "wp-cli-package",
|
6986 |
-
"extra": {
|
6987 |
-
"branch-alias": {
|
6988 |
-
"dev-master": "2.x-dev"
|
6989 |
-
},
|
6990 |
-
"bundled": true,
|
6991 |
-
"commands": [
|
6992 |
-
"language",
|
6993 |
-
"language core",
|
6994 |
-
"language core activate",
|
6995 |
-
"language core is-installed",
|
6996 |
-
"language core install",
|
6997 |
-
"language core list",
|
6998 |
-
"language core uninstall",
|
6999 |
-
"language core update",
|
7000 |
-
"language plugin",
|
7001 |
-
"language plugin is-installed",
|
7002 |
-
"language plugin install",
|
7003 |
-
"language plugin list",
|
7004 |
-
"language plugin uninstall",
|
7005 |
-
"language plugin update",
|
7006 |
-
"language theme",
|
7007 |
-
"language theme is-installed",
|
7008 |
-
"language theme install",
|
7009 |
-
"language theme list",
|
7010 |
-
"language theme uninstall",
|
7011 |
-
"language theme update"
|
7012 |
-
]
|
7013 |
-
},
|
7014 |
-
"autoload": {
|
7015 |
-
"psr-4": {
|
7016 |
-
"": "src/"
|
7017 |
-
},
|
7018 |
-
"files": [
|
7019 |
-
"language-command.php"
|
7020 |
-
]
|
7021 |
-
},
|
7022 |
-
"notification-url": "https://packagist.org/downloads/",
|
7023 |
-
"license": [
|
7024 |
-
"MIT"
|
7025 |
-
],
|
7026 |
-
"authors": [
|
7027 |
-
{
|
7028 |
-
"name": "Daniel Bachhuber",
|
7029 |
-
"email": "daniel@runcommand.io",
|
7030 |
-
"homepage": "https://runcommand.io"
|
7031 |
-
}
|
7032 |
-
],
|
7033 |
-
"description": "Installs, activates, and manages language packs.",
|
7034 |
-
"homepage": "https://github.com/wp-cli/language-command",
|
7035 |
-
"time": "2020-12-07T19:29:09+00:00"
|
7036 |
-
},
|
7037 |
-
{
|
7038 |
-
"name": "wp-cli/maintenance-mode-command",
|
7039 |
-
"version": "v2.0.4",
|
7040 |
-
"source": {
|
7041 |
-
"type": "git",
|
7042 |
-
"url": "https://github.com/wp-cli/maintenance-mode-command.git",
|
7043 |
-
"reference": "1f4f09ad15696f65e713c4c73008f6550318b3bd"
|
7044 |
-
},
|
7045 |
-
"dist": {
|
7046 |
-
"type": "zip",
|
7047 |
-
"url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/1f4f09ad15696f65e713c4c73008f6550318b3bd",
|
7048 |
-
"reference": "1f4f09ad15696f65e713c4c73008f6550318b3bd",
|
7049 |
-
"shasum": ""
|
7050 |
-
},
|
7051 |
-
"require": {
|
7052 |
-
"wp-cli/wp-cli": "^2"
|
7053 |
-
},
|
7054 |
-
"require-dev": {
|
7055 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7056 |
-
},
|
7057 |
-
"type": "wp-cli-package",
|
7058 |
-
"extra": {
|
7059 |
-
"branch-alias": {
|
7060 |
-
"dev-master": "2.x-dev"
|
7061 |
-
},
|
7062 |
-
"bundled": true,
|
7063 |
-
"commands": [
|
7064 |
-
"maintenance-mode",
|
7065 |
-
"maintenance-mode activate",
|
7066 |
-
"maintenance-mode deactivate",
|
7067 |
-
"maintenance-mode status",
|
7068 |
-
"maintenance-mode is-active"
|
7069 |
-
]
|
7070 |
-
},
|
7071 |
-
"autoload": {
|
7072 |
-
"psr-4": {
|
7073 |
-
"WP_CLI\\MaintenanceMode\\": "src/"
|
7074 |
-
},
|
7075 |
-
"files": [
|
7076 |
-
"maintenance-mode-command.php"
|
7077 |
-
]
|
7078 |
-
},
|
7079 |
-
"notification-url": "https://packagist.org/downloads/",
|
7080 |
-
"license": [
|
7081 |
-
"MIT"
|
7082 |
-
],
|
7083 |
-
"authors": [
|
7084 |
-
{
|
7085 |
-
"name": "Thrijith Thankachan",
|
7086 |
-
"email": "thrijith13@gmail.com",
|
7087 |
-
"homepage": "https://thrijith.com"
|
7088 |
-
}
|
7089 |
-
],
|
7090 |
-
"description": "Activates, deactivates or checks the status of the maintenance mode of a site.",
|
7091 |
-
"homepage": "https://github.com/wp-cli/maintenance-mode-command",
|
7092 |
-
"time": "2020-12-07T19:29:39+00:00"
|
7093 |
-
},
|
7094 |
-
{
|
7095 |
-
"name": "wp-cli/media-command",
|
7096 |
-
"version": "v2.0.9",
|
7097 |
-
"source": {
|
7098 |
-
"type": "git",
|
7099 |
-
"url": "https://github.com/wp-cli/media-command.git",
|
7100 |
-
"reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d"
|
7101 |
-
},
|
7102 |
-
"dist": {
|
7103 |
-
"type": "zip",
|
7104 |
-
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/830e72a2cbd3eeec95a97df2c1c17d925d86790d",
|
7105 |
-
"reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d",
|
7106 |
-
"shasum": ""
|
7107 |
-
},
|
7108 |
-
"require": {
|
7109 |
-
"wp-cli/wp-cli": "^2"
|
7110 |
-
},
|
7111 |
-
"require-dev": {
|
7112 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
7113 |
-
"wp-cli/extension-command": "^2.0",
|
7114 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7115 |
-
},
|
7116 |
-
"type": "wp-cli-package",
|
7117 |
-
"extra": {
|
7118 |
-
"branch-alias": {
|
7119 |
-
"dev-master": "2.x-dev"
|
7120 |
-
},
|
7121 |
-
"bundled": true,
|
7122 |
-
"commands": [
|
7123 |
-
"media",
|
7124 |
-
"media import",
|
7125 |
-
"media regenerate",
|
7126 |
-
"media image-size"
|
7127 |
-
]
|
7128 |
-
},
|
7129 |
-
"autoload": {
|
7130 |
-
"psr-4": {
|
7131 |
-
"": "src/"
|
7132 |
-
},
|
7133 |
-
"files": [
|
7134 |
-
"media-command.php"
|
7135 |
-
]
|
7136 |
-
},
|
7137 |
-
"notification-url": "https://packagist.org/downloads/",
|
7138 |
-
"license": [
|
7139 |
-
"MIT"
|
7140 |
-
],
|
7141 |
-
"authors": [
|
7142 |
-
{
|
7143 |
-
"name": "Daniel Bachhuber",
|
7144 |
-
"email": "daniel@runcommand.io",
|
7145 |
-
"homepage": "https://runcommand.io"
|
7146 |
-
}
|
7147 |
-
],
|
7148 |
-
"description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
|
7149 |
-
"homepage": "https://github.com/wp-cli/media-command",
|
7150 |
-
"time": "2020-06-11T00:17:12+00:00"
|
7151 |
-
},
|
7152 |
-
{
|
7153 |
-
"name": "wp-cli/mustangostang-spyc",
|
7154 |
-
"version": "0.6.3",
|
7155 |
-
"source": {
|
7156 |
-
"type": "git",
|
7157 |
-
"url": "https://github.com/wp-cli/spyc.git",
|
7158 |
-
"reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7"
|
7159 |
-
},
|
7160 |
-
"dist": {
|
7161 |
-
"type": "zip",
|
7162 |
-
"url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
|
7163 |
-
"reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
|
7164 |
-
"shasum": ""
|
7165 |
-
},
|
7166 |
-
"require": {
|
7167 |
-
"php": ">=5.3.1"
|
7168 |
-
},
|
7169 |
-
"require-dev": {
|
7170 |
-
"phpunit/phpunit": "4.3.*@dev"
|
7171 |
-
},
|
7172 |
-
"type": "library",
|
7173 |
-
"extra": {
|
7174 |
-
"branch-alias": {
|
7175 |
-
"dev-master": "0.5.x-dev"
|
7176 |
-
}
|
7177 |
-
},
|
7178 |
-
"autoload": {
|
7179 |
-
"psr-4": {
|
7180 |
-
"Mustangostang\\": "src/"
|
7181 |
-
},
|
7182 |
-
"files": [
|
7183 |
-
"includes/functions.php"
|
7184 |
-
]
|
7185 |
-
},
|
7186 |
-
"notification-url": "https://packagist.org/downloads/",
|
7187 |
-
"license": [
|
7188 |
-
"MIT"
|
7189 |
-
],
|
7190 |
-
"authors": [
|
7191 |
-
{
|
7192 |
-
"name": "mustangostang",
|
7193 |
-
"email": "vlad.andersen@gmail.com"
|
7194 |
-
}
|
7195 |
-
],
|
7196 |
-
"description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
|
7197 |
-
"homepage": "https://github.com/mustangostang/spyc/",
|
7198 |
-
"time": "2017-04-25T11:26:20+00:00"
|
7199 |
-
},
|
7200 |
-
{
|
7201 |
-
"name": "wp-cli/package-command",
|
7202 |
-
"version": "v2.0.6",
|
7203 |
-
"source": {
|
7204 |
-
"type": "git",
|
7205 |
-
"url": "https://github.com/wp-cli/package-command.git",
|
7206 |
-
"reference": "92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a"
|
7207 |
-
},
|
7208 |
-
"dist": {
|
7209 |
-
"type": "zip",
|
7210 |
-
"url": "https://api.github.com/repos/wp-cli/package-command/zipball/92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a",
|
7211 |
-
"reference": "92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a",
|
7212 |
-
"shasum": ""
|
7213 |
-
},
|
7214 |
-
"require": {
|
7215 |
-
"composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1",
|
7216 |
-
"ext-json": "*",
|
7217 |
-
"wp-cli/wp-cli": "^2.1"
|
7218 |
-
},
|
7219 |
-
"require-dev": {
|
7220 |
-
"wp-cli/scaffold-command": "^1 || ^2",
|
7221 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7222 |
-
},
|
7223 |
-
"type": "wp-cli-package",
|
7224 |
-
"extra": {
|
7225 |
-
"branch-alias": {
|
7226 |
-
"dev-master": "2.x-dev"
|
7227 |
-
},
|
7228 |
-
"bundled": true,
|
7229 |
-
"commands": [
|
7230 |
-
"package",
|
7231 |
-
"package browse",
|
7232 |
-
"package install",
|
7233 |
-
"package list",
|
7234 |
-
"package update",
|
7235 |
-
"package uninstall"
|
7236 |
-
]
|
7237 |
-
},
|
7238 |
-
"autoload": {
|
7239 |
-
"psr-4": {
|
7240 |
-
"": "src/"
|
7241 |
-
},
|
7242 |
-
"files": [
|
7243 |
-
"package-command.php"
|
7244 |
-
]
|
7245 |
-
},
|
7246 |
-
"notification-url": "https://packagist.org/downloads/",
|
7247 |
-
"license": [
|
7248 |
-
"MIT"
|
7249 |
-
],
|
7250 |
-
"authors": [
|
7251 |
-
{
|
7252 |
-
"name": "Daniel Bachhuber",
|
7253 |
-
"email": "daniel@runcommand.io",
|
7254 |
-
"homepage": "https://runcommand.io"
|
7255 |
-
}
|
7256 |
-
],
|
7257 |
-
"description": "Lists, installs, and removes WP-CLI packages.",
|
7258 |
-
"homepage": "https://github.com/wp-cli/package-command",
|
7259 |
-
"time": "2020-01-28T12:55:09+00:00"
|
7260 |
-
},
|
7261 |
-
{
|
7262 |
-
"name": "wp-cli/php-cli-tools",
|
7263 |
-
"version": "v0.11.11",
|
7264 |
-
"source": {
|
7265 |
-
"type": "git",
|
7266 |
-
"url": "https://github.com/wp-cli/php-cli-tools.git",
|
7267 |
-
"reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f"
|
7268 |
-
},
|
7269 |
-
"dist": {
|
7270 |
-
"type": "zip",
|
7271 |
-
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
|
7272 |
-
"reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
|
7273 |
-
"shasum": ""
|
7274 |
-
},
|
7275 |
-
"require": {
|
7276 |
-
"php": ">= 5.3.0"
|
7277 |
-
},
|
7278 |
-
"type": "library",
|
7279 |
-
"autoload": {
|
7280 |
-
"psr-0": {
|
7281 |
-
"cli": "lib/"
|
7282 |
-
},
|
7283 |
-
"files": [
|
7284 |
-
"lib/cli/cli.php"
|
7285 |
-
]
|
7286 |
-
},
|
7287 |
-
"notification-url": "https://packagist.org/downloads/",
|
7288 |
-
"license": [
|
7289 |
-
"MIT"
|
7290 |
-
],
|
7291 |
-
"authors": [
|
7292 |
-
{
|
7293 |
-
"name": "James Logsdon",
|
7294 |
-
"email": "jlogsdon@php.net",
|
7295 |
-
"role": "Developer"
|
7296 |
-
},
|
7297 |
-
{
|
7298 |
-
"name": "Daniel Bachhuber",
|
7299 |
-
"email": "daniel@handbuilt.co",
|
7300 |
-
"role": "Maintainer"
|
7301 |
-
}
|
7302 |
-
],
|
7303 |
-
"description": "Console utilities for PHP",
|
7304 |
-
"homepage": "http://github.com/wp-cli/php-cli-tools",
|
7305 |
-
"keywords": [
|
7306 |
-
"cli",
|
7307 |
-
"console"
|
7308 |
-
],
|
7309 |
-
"time": "2018-09-04T13:28:00+00:00"
|
7310 |
-
},
|
7311 |
-
{
|
7312 |
-
"name": "wp-cli/rewrite-command",
|
7313 |
-
"version": "v2.0.6",
|
7314 |
-
"source": {
|
7315 |
-
"type": "git",
|
7316 |
-
"url": "https://github.com/wp-cli/rewrite-command.git",
|
7317 |
-
"reference": "6b2c7d186b375976869b8d74f1a3bac1f98aca57"
|
7318 |
-
},
|
7319 |
-
"dist": {
|
7320 |
-
"type": "zip",
|
7321 |
-
"url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/6b2c7d186b375976869b8d74f1a3bac1f98aca57",
|
7322 |
-
"reference": "6b2c7d186b375976869b8d74f1a3bac1f98aca57",
|
7323 |
-
"shasum": ""
|
7324 |
-
},
|
7325 |
-
"require": {
|
7326 |
-
"wp-cli/wp-cli": "^2"
|
7327 |
-
},
|
7328 |
-
"require-dev": {
|
7329 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
7330 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7331 |
-
},
|
7332 |
-
"type": "wp-cli-package",
|
7333 |
-
"extra": {
|
7334 |
-
"branch-alias": {
|
7335 |
-
"dev-master": "2.x-dev"
|
7336 |
-
},
|
7337 |
-
"bundled": true,
|
7338 |
-
"commands": [
|
7339 |
-
"rewrite",
|
7340 |
-
"rewrite flush",
|
7341 |
-
"rewrite list",
|
7342 |
-
"rewrite structure"
|
7343 |
-
]
|
7344 |
-
},
|
7345 |
-
"autoload": {
|
7346 |
-
"psr-4": {
|
7347 |
-
"": "src/"
|
7348 |
-
},
|
7349 |
-
"files": [
|
7350 |
-
"rewrite-command.php"
|
7351 |
-
]
|
7352 |
-
},
|
7353 |
-
"notification-url": "https://packagist.org/downloads/",
|
7354 |
-
"license": [
|
7355 |
-
"MIT"
|
7356 |
-
],
|
7357 |
-
"authors": [
|
7358 |
-
{
|
7359 |
-
"name": "Daniel Bachhuber",
|
7360 |
-
"email": "daniel@runcommand.io",
|
7361 |
-
"homepage": "https://runcommand.io"
|
7362 |
-
}
|
7363 |
-
],
|
7364 |
-
"description": "Lists or flushes the site's rewrite rules, updates the permalink structure.",
|
7365 |
-
"homepage": "https://github.com/wp-cli/rewrite-command",
|
7366 |
-
"time": "2020-12-07T19:27:22+00:00"
|
7367 |
-
},
|
7368 |
-
{
|
7369 |
-
"name": "wp-cli/role-command",
|
7370 |
-
"version": "v2.0.5",
|
7371 |
-
"source": {
|
7372 |
-
"type": "git",
|
7373 |
-
"url": "https://github.com/wp-cli/role-command.git",
|
7374 |
-
"reference": "50e563a81f7462c4c5374abf6a1c0e88dfb01c9c"
|
7375 |
-
},
|
7376 |
-
"dist": {
|
7377 |
-
"type": "zip",
|
7378 |
-
"url": "https://api.github.com/repos/wp-cli/role-command/zipball/50e563a81f7462c4c5374abf6a1c0e88dfb01c9c",
|
7379 |
-
"reference": "50e563a81f7462c4c5374abf6a1c0e88dfb01c9c",
|
7380 |
-
"shasum": ""
|
7381 |
-
},
|
7382 |
-
"require": {
|
7383 |
-
"wp-cli/wp-cli": "^2"
|
7384 |
-
},
|
7385 |
-
"require-dev": {
|
7386 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7387 |
-
},
|
7388 |
-
"type": "wp-cli-package",
|
7389 |
-
"extra": {
|
7390 |
-
"branch-alias": {
|
7391 |
-
"dev-master": "2.x-dev"
|
7392 |
-
},
|
7393 |
-
"bundled": true,
|
7394 |
-
"commands": [
|
7395 |
-
"role",
|
7396 |
-
"role create",
|
7397 |
-
"role delete",
|
7398 |
-
"role exists",
|
7399 |
-
"role list",
|
7400 |
-
"role reset",
|
7401 |
-
"cap",
|
7402 |
-
"cap add",
|
7403 |
-
"cap list",
|
7404 |
-
"cap remove"
|
7405 |
-
]
|
7406 |
-
},
|
7407 |
-
"autoload": {
|
7408 |
-
"psr-4": {
|
7409 |
-
"": "src/"
|
7410 |
-
},
|
7411 |
-
"files": [
|
7412 |
-
"role-command.php"
|
7413 |
-
]
|
7414 |
-
},
|
7415 |
-
"notification-url": "https://packagist.org/downloads/",
|
7416 |
-
"license": [
|
7417 |
-
"MIT"
|
7418 |
-
],
|
7419 |
-
"authors": [
|
7420 |
-
{
|
7421 |
-
"name": "Daniel Bachhuber",
|
7422 |
-
"email": "daniel@runcommand.io",
|
7423 |
-
"homepage": "https://runcommand.io"
|
7424 |
-
}
|
7425 |
-
],
|
7426 |
-
"description": "Adds, removes, lists, and resets roles and capabilities.",
|
7427 |
-
"homepage": "https://github.com/wp-cli/role-command",
|
7428 |
-
"time": "2020-12-07T19:27:04+00:00"
|
7429 |
-
},
|
7430 |
-
{
|
7431 |
-
"name": "wp-cli/scaffold-command",
|
7432 |
-
"version": "v2.0.8",
|
7433 |
-
"source": {
|
7434 |
-
"type": "git",
|
7435 |
-
"url": "https://github.com/wp-cli/scaffold-command.git",
|
7436 |
-
"reference": "4814acbdf3d7af499530cc1ae1e82f3ed9f12674"
|
7437 |
-
},
|
7438 |
-
"dist": {
|
7439 |
-
"type": "zip",
|
7440 |
-
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/4814acbdf3d7af499530cc1ae1e82f3ed9f12674",
|
7441 |
-
"reference": "4814acbdf3d7af499530cc1ae1e82f3ed9f12674",
|
7442 |
-
"shasum": ""
|
7443 |
-
},
|
7444 |
-
"require": {
|
7445 |
-
"php": "^5.4 || ^7.0",
|
7446 |
-
"wp-cli/wp-cli": "^2"
|
7447 |
-
},
|
7448 |
-
"require-dev": {
|
7449 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
7450 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7451 |
-
},
|
7452 |
-
"type": "wp-cli-package",
|
7453 |
-
"extra": {
|
7454 |
-
"branch-alias": {
|
7455 |
-
"dev-master": "2.x-dev"
|
7456 |
-
},
|
7457 |
-
"bundled": true,
|
7458 |
-
"commands": [
|
7459 |
-
"scaffold",
|
7460 |
-
"scaffold underscores",
|
7461 |
-
"scaffold block",
|
7462 |
-
"scaffold child-theme",
|
7463 |
-
"scaffold plugin",
|
7464 |
-
"scaffold plugin-tests",
|
7465 |
-
"scaffold post-type",
|
7466 |
-
"scaffold taxonomy",
|
7467 |
-
"scaffold theme-tests"
|
7468 |
-
]
|
7469 |
-
},
|
7470 |
-
"autoload": {
|
7471 |
-
"psr-4": {
|
7472 |
-
"": "src/"
|
7473 |
-
},
|
7474 |
-
"files": [
|
7475 |
-
"scaffold-command.php"
|
7476 |
-
]
|
7477 |
-
},
|
7478 |
-
"notification-url": "https://packagist.org/downloads/",
|
7479 |
-
"license": [
|
7480 |
-
"MIT"
|
7481 |
-
],
|
7482 |
-
"authors": [
|
7483 |
-
{
|
7484 |
-
"name": "Daniel Bachhuber",
|
7485 |
-
"email": "daniel@runcommand.io",
|
7486 |
-
"homepage": "https://runcommand.io"
|
7487 |
-
}
|
7488 |
-
],
|
7489 |
-
"description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
|
7490 |
-
"homepage": "https://github.com/wp-cli/scaffold-command",
|
7491 |
-
"time": "2019-11-25T13:26:31+00:00"
|
7492 |
-
},
|
7493 |
-
{
|
7494 |
-
"name": "wp-cli/search-replace-command",
|
7495 |
-
"version": "v2.0.7",
|
7496 |
-
"source": {
|
7497 |
-
"type": "git",
|
7498 |
-
"url": "https://github.com/wp-cli/search-replace-command.git",
|
7499 |
-
"reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b"
|
7500 |
-
},
|
7501 |
-
"dist": {
|
7502 |
-
"type": "zip",
|
7503 |
-
"url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/1104e4fb7dd83e85dedb8a98ed8f0ac30639694b",
|
7504 |
-
"reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b",
|
7505 |
-
"shasum": ""
|
7506 |
-
},
|
7507 |
-
"require": {
|
7508 |
-
"wp-cli/wp-cli": "^2"
|
7509 |
-
},
|
7510 |
-
"require-dev": {
|
7511 |
-
"wp-cli/db-command": "^1.3 || ^2",
|
7512 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
7513 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
7514 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7515 |
-
},
|
7516 |
-
"type": "wp-cli-package",
|
7517 |
-
"extra": {
|
7518 |
-
"branch-alias": {
|
7519 |
-
"dev-master": "2.x-dev"
|
7520 |
-
},
|
7521 |
-
"bundled": true,
|
7522 |
-
"commands": [
|
7523 |
-
"search-replace"
|
7524 |
-
]
|
7525 |
-
},
|
7526 |
-
"autoload": {
|
7527 |
-
"psr-4": {
|
7528 |
-
"": "src/"
|
7529 |
-
},
|
7530 |
-
"files": [
|
7531 |
-
"search-replace-command.php"
|
7532 |
-
]
|
7533 |
-
},
|
7534 |
-
"notification-url": "https://packagist.org/downloads/",
|
7535 |
-
"license": [
|
7536 |
-
"MIT"
|
7537 |
-
],
|
7538 |
-
"authors": [
|
7539 |
-
{
|
7540 |
-
"name": "Daniel Bachhuber",
|
7541 |
-
"email": "daniel@runcommand.io",
|
7542 |
-
"homepage": "https://runcommand.io"
|
7543 |
-
}
|
7544 |
-
],
|
7545 |
-
"description": "Searches/replaces strings in the database.",
|
7546 |
-
"homepage": "https://github.com/wp-cli/search-replace-command",
|
7547 |
-
"time": "2020-06-10T13:24:39+00:00"
|
7548 |
-
},
|
7549 |
-
{
|
7550 |
-
"name": "wp-cli/server-command",
|
7551 |
-
"version": "v2.0.6",
|
7552 |
-
"source": {
|
7553 |
-
"type": "git",
|
7554 |
-
"url": "https://github.com/wp-cli/server-command.git",
|
7555 |
-
"reference": "be65465bda181209c95011f15d4575809d039ea9"
|
7556 |
-
},
|
7557 |
-
"dist": {
|
7558 |
-
"type": "zip",
|
7559 |
-
"url": "https://api.github.com/repos/wp-cli/server-command/zipball/be65465bda181209c95011f15d4575809d039ea9",
|
7560 |
-
"reference": "be65465bda181209c95011f15d4575809d039ea9",
|
7561 |
-
"shasum": ""
|
7562 |
-
},
|
7563 |
-
"require": {
|
7564 |
-
"wp-cli/wp-cli": "^2"
|
7565 |
-
},
|
7566 |
-
"require-dev": {
|
7567 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7568 |
-
},
|
7569 |
-
"type": "wp-cli-package",
|
7570 |
-
"extra": {
|
7571 |
-
"branch-alias": {
|
7572 |
-
"dev-master": "2.x-dev"
|
7573 |
-
},
|
7574 |
-
"bundled": true,
|
7575 |
-
"commands": [
|
7576 |
-
"server"
|
7577 |
-
]
|
7578 |
-
},
|
7579 |
-
"autoload": {
|
7580 |
-
"psr-4": {
|
7581 |
-
"": "src/"
|
7582 |
-
},
|
7583 |
-
"files": [
|
7584 |
-
"server-command.php"
|
7585 |
-
]
|
7586 |
-
},
|
7587 |
-
"notification-url": "https://packagist.org/downloads/",
|
7588 |
-
"license": [
|
7589 |
-
"MIT"
|
7590 |
-
],
|
7591 |
-
"authors": [
|
7592 |
-
{
|
7593 |
-
"name": "Daniel Bachhuber",
|
7594 |
-
"email": "daniel@runcommand.io",
|
7595 |
-
"homepage": "https://runcommand.io"
|
7596 |
-
}
|
7597 |
-
],
|
7598 |
-
"description": "Launches PHP's built-in web server for a specific WordPress installation.",
|
7599 |
-
"homepage": "https://github.com/wp-cli/server-command",
|
7600 |
-
"time": "2020-12-07T19:26:47+00:00"
|
7601 |
-
},
|
7602 |
-
{
|
7603 |
-
"name": "wp-cli/shell-command",
|
7604 |
-
"version": "v2.0.7",
|
7605 |
-
"source": {
|
7606 |
-
"type": "git",
|
7607 |
-
"url": "https://github.com/wp-cli/shell-command.git",
|
7608 |
-
"reference": "76088e1ff69855d89454aed886d27c3f62b12c2c"
|
7609 |
-
},
|
7610 |
-
"dist": {
|
7611 |
-
"type": "zip",
|
7612 |
-
"url": "https://api.github.com/repos/wp-cli/shell-command/zipball/76088e1ff69855d89454aed886d27c3f62b12c2c",
|
7613 |
-
"reference": "76088e1ff69855d89454aed886d27c3f62b12c2c",
|
7614 |
-
"shasum": ""
|
7615 |
-
},
|
7616 |
-
"require": {
|
7617 |
-
"wp-cli/wp-cli": "^2"
|
7618 |
-
},
|
7619 |
-
"require-dev": {
|
7620 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7621 |
-
},
|
7622 |
-
"type": "wp-cli-package",
|
7623 |
-
"extra": {
|
7624 |
-
"branch-alias": {
|
7625 |
-
"dev-master": "2.x-dev"
|
7626 |
-
},
|
7627 |
-
"bundled": true,
|
7628 |
-
"commands": [
|
7629 |
-
"shell"
|
7630 |
-
]
|
7631 |
-
},
|
7632 |
-
"autoload": {
|
7633 |
-
"psr-4": {
|
7634 |
-
"": "src/",
|
7635 |
-
"WP_CLI\\": "src/WP_CLI"
|
7636 |
-
},
|
7637 |
-
"files": [
|
7638 |
-
"shell-command.php"
|
7639 |
-
]
|
7640 |
-
},
|
7641 |
-
"notification-url": "https://packagist.org/downloads/",
|
7642 |
-
"license": [
|
7643 |
-
"MIT"
|
7644 |
-
],
|
7645 |
-
"authors": [
|
7646 |
-
{
|
7647 |
-
"name": "Daniel Bachhuber",
|
7648 |
-
"email": "daniel@runcommand.io",
|
7649 |
-
"homepage": "https://runcommand.io"
|
7650 |
-
}
|
7651 |
-
],
|
7652 |
-
"description": "Opens an interactive PHP console for running and testing PHP code.",
|
7653 |
-
"homepage": "https://github.com/wp-cli/shell-command",
|
7654 |
-
"time": "2020-12-07T19:26:30+00:00"
|
7655 |
-
},
|
7656 |
-
{
|
7657 |
-
"name": "wp-cli/super-admin-command",
|
7658 |
-
"version": "v2.0.5",
|
7659 |
-
"source": {
|
7660 |
-
"type": "git",
|
7661 |
-
"url": "https://github.com/wp-cli/super-admin-command.git",
|
7662 |
-
"reference": "23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f"
|
7663 |
-
},
|
7664 |
-
"dist": {
|
7665 |
-
"type": "zip",
|
7666 |
-
"url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f",
|
7667 |
-
"reference": "23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f",
|
7668 |
-
"shasum": ""
|
7669 |
-
},
|
7670 |
-
"require": {
|
7671 |
-
"wp-cli/wp-cli": "^2"
|
7672 |
-
},
|
7673 |
-
"require-dev": {
|
7674 |
-
"wp-cli/entity-command": "^1.3 || ^2",
|
7675 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7676 |
-
},
|
7677 |
-
"type": "wp-cli-package",
|
7678 |
-
"extra": {
|
7679 |
-
"branch-alias": {
|
7680 |
-
"dev-master": "2.x-dev"
|
7681 |
-
},
|
7682 |
-
"bundled": true,
|
7683 |
-
"commands": [
|
7684 |
-
"super-admin",
|
7685 |
-
"super-admin add",
|
7686 |
-
"super-admin list",
|
7687 |
-
"super-admin remove"
|
7688 |
-
]
|
7689 |
-
},
|
7690 |
-
"autoload": {
|
7691 |
-
"psr-4": {
|
7692 |
-
"": "src/"
|
7693 |
-
},
|
7694 |
-
"files": [
|
7695 |
-
"super-admin-command.php"
|
7696 |
-
]
|
7697 |
-
},
|
7698 |
-
"notification-url": "https://packagist.org/downloads/",
|
7699 |
-
"license": [
|
7700 |
-
"MIT"
|
7701 |
-
],
|
7702 |
-
"authors": [
|
7703 |
-
{
|
7704 |
-
"name": "Daniel Bachhuber",
|
7705 |
-
"email": "daniel@runcommand.io",
|
7706 |
-
"homepage": "https://runcommand.io"
|
7707 |
-
}
|
7708 |
-
],
|
7709 |
-
"description": "Lists, adds, or removes super admin users on a multisite installation.",
|
7710 |
-
"homepage": "https://github.com/wp-cli/super-admin-command",
|
7711 |
-
"time": "2020-12-07T19:26:13+00:00"
|
7712 |
-
},
|
7713 |
-
{
|
7714 |
-
"name": "wp-cli/widget-command",
|
7715 |
-
"version": "v2.1.2",
|
7716 |
-
"source": {
|
7717 |
-
"type": "git",
|
7718 |
-
"url": "https://github.com/wp-cli/widget-command.git",
|
7719 |
-
"reference": "0c73470adbc73b45f4d371e4869672eacca104b3"
|
7720 |
-
},
|
7721 |
-
"dist": {
|
7722 |
-
"type": "zip",
|
7723 |
-
"url": "https://api.github.com/repos/wp-cli/widget-command/zipball/0c73470adbc73b45f4d371e4869672eacca104b3",
|
7724 |
-
"reference": "0c73470adbc73b45f4d371e4869672eacca104b3",
|
7725 |
-
"shasum": ""
|
7726 |
-
},
|
7727 |
-
"require": {
|
7728 |
-
"wp-cli/wp-cli": "^2.4"
|
7729 |
-
},
|
7730 |
-
"require-dev": {
|
7731 |
-
"wp-cli/extension-command": "^1.2 || ^2",
|
7732 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7733 |
-
},
|
7734 |
-
"type": "wp-cli-package",
|
7735 |
-
"extra": {
|
7736 |
-
"branch-alias": {
|
7737 |
-
"dev-master": "2.x-dev"
|
7738 |
-
},
|
7739 |
-
"bundled": true,
|
7740 |
-
"commands": [
|
7741 |
-
"widget",
|
7742 |
-
"widget add",
|
7743 |
-
"widget deactivate",
|
7744 |
-
"widget delete",
|
7745 |
-
"widget list",
|
7746 |
-
"widget move",
|
7747 |
-
"widget reset",
|
7748 |
-
"widget update",
|
7749 |
-
"sidebar",
|
7750 |
-
"sidebar list"
|
7751 |
-
]
|
7752 |
-
},
|
7753 |
-
"autoload": {
|
7754 |
-
"psr-4": {
|
7755 |
-
"": "src/"
|
7756 |
-
},
|
7757 |
-
"files": [
|
7758 |
-
"widget-command.php"
|
7759 |
-
]
|
7760 |
-
},
|
7761 |
-
"notification-url": "https://packagist.org/downloads/",
|
7762 |
-
"license": [
|
7763 |
-
"MIT"
|
7764 |
-
],
|
7765 |
-
"authors": [
|
7766 |
-
{
|
7767 |
-
"name": "Daniel Bachhuber",
|
7768 |
-
"email": "daniel@runcommand.io",
|
7769 |
-
"homepage": "https://runcommand.io"
|
7770 |
-
}
|
7771 |
-
],
|
7772 |
-
"description": "Adds, moves, and removes widgets; lists sidebars.",
|
7773 |
-
"homepage": "https://github.com/wp-cli/widget-command",
|
7774 |
-
"time": "2020-12-07T19:25:02+00:00"
|
7775 |
-
},
|
7776 |
-
{
|
7777 |
-
"name": "wp-cli/wp-cli",
|
7778 |
-
"version": "v2.4.1",
|
7779 |
-
"source": {
|
7780 |
-
"type": "git",
|
7781 |
-
"url": "https://github.com/wp-cli/wp-cli.git",
|
7782 |
-
"reference": "ceb18598e79befa9b2a37a51efbb34910628988b"
|
7783 |
-
},
|
7784 |
-
"dist": {
|
7785 |
-
"type": "zip",
|
7786 |
-
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/ceb18598e79befa9b2a37a51efbb34910628988b",
|
7787 |
-
"reference": "ceb18598e79befa9b2a37a51efbb34910628988b",
|
7788 |
-
"shasum": ""
|
7789 |
-
},
|
7790 |
-
"require": {
|
7791 |
-
"ext-curl": "*",
|
7792 |
-
"mustache/mustache": "~2.13",
|
7793 |
-
"php": "^5.4 || ^7.0",
|
7794 |
-
"rmccue/requests": "~1.6",
|
7795 |
-
"symfony/finder": ">2.7",
|
7796 |
-
"wp-cli/mustangostang-spyc": "^0.6.3",
|
7797 |
-
"wp-cli/php-cli-tools": "~0.11.2"
|
7798 |
-
},
|
7799 |
-
"require-dev": {
|
7800 |
-
"roave/security-advisories": "dev-master",
|
7801 |
-
"wp-cli/db-command": "^1.3 || ^2",
|
7802 |
-
"wp-cli/entity-command": "^1.2 || ^2",
|
7803 |
-
"wp-cli/extension-command": "^1.1 || ^2",
|
7804 |
-
"wp-cli/package-command": "^1 || ^2",
|
7805 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7806 |
-
},
|
7807 |
-
"suggest": {
|
7808 |
-
"ext-readline": "Include for a better --prompt implementation",
|
7809 |
-
"ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates"
|
7810 |
-
},
|
7811 |
-
"bin": [
|
7812 |
-
"bin/wp",
|
7813 |
-
"bin/wp.bat"
|
7814 |
-
],
|
7815 |
-
"type": "library",
|
7816 |
-
"extra": {
|
7817 |
-
"branch-alias": {
|
7818 |
-
"dev-master": "2.4.x-dev"
|
7819 |
-
}
|
7820 |
-
},
|
7821 |
-
"autoload": {
|
7822 |
-
"psr-0": {
|
7823 |
-
"WP_CLI": "php"
|
7824 |
-
}
|
7825 |
-
},
|
7826 |
-
"notification-url": "https://packagist.org/downloads/",
|
7827 |
-
"license": [
|
7828 |
-
"MIT"
|
7829 |
-
],
|
7830 |
-
"description": "WP-CLI framework",
|
7831 |
-
"homepage": "https://wp-cli.org",
|
7832 |
-
"keywords": [
|
7833 |
-
"cli",
|
7834 |
-
"wordpress"
|
7835 |
-
],
|
7836 |
-
"time": "2020-02-18T08:15:37+00:00"
|
7837 |
-
},
|
7838 |
-
{
|
7839 |
-
"name": "wp-cli/wp-cli-bundle",
|
7840 |
-
"version": "v2.4.0",
|
7841 |
-
"source": {
|
7842 |
-
"type": "git",
|
7843 |
-
"url": "https://github.com/wp-cli/wp-cli-bundle.git",
|
7844 |
-
"reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326"
|
7845 |
-
},
|
7846 |
-
"dist": {
|
7847 |
-
"type": "zip",
|
7848 |
-
"url": "https://api.github.com/repos/wp-cli/wp-cli-bundle/zipball/713bc75b2f88550920dedc4f2ad3e1daf9f76326",
|
7849 |
-
"reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326",
|
7850 |
-
"shasum": ""
|
7851 |
-
},
|
7852 |
-
"require": {
|
7853 |
-
"cweagans/composer-patches": "^1.6",
|
7854 |
-
"php": ">=5.4",
|
7855 |
-
"wp-cli/cache-command": "^2",
|
7856 |
-
"wp-cli/checksum-command": "^2",
|
7857 |
-
"wp-cli/config-command": "^2",
|
7858 |
-
"wp-cli/core-command": "^2",
|
7859 |
-
"wp-cli/cron-command": "^2",
|
7860 |
-
"wp-cli/db-command": "^2",
|
7861 |
-
"wp-cli/embed-command": "^2",
|
7862 |
-
"wp-cli/entity-command": "^2",
|
7863 |
-
"wp-cli/eval-command": "^2",
|
7864 |
-
"wp-cli/export-command": "^2",
|
7865 |
-
"wp-cli/extension-command": "^2",
|
7866 |
-
"wp-cli/i18n-command": "^2",
|
7867 |
-
"wp-cli/import-command": "^2",
|
7868 |
-
"wp-cli/language-command": "^2",
|
7869 |
-
"wp-cli/maintenance-mode-command": "^2",
|
7870 |
-
"wp-cli/media-command": "^2",
|
7871 |
-
"wp-cli/package-command": "^2",
|
7872 |
-
"wp-cli/rewrite-command": "^2",
|
7873 |
-
"wp-cli/role-command": "^2",
|
7874 |
-
"wp-cli/scaffold-command": "^2",
|
7875 |
-
"wp-cli/search-replace-command": "^2",
|
7876 |
-
"wp-cli/server-command": "^2",
|
7877 |
-
"wp-cli/shell-command": "^2",
|
7878 |
-
"wp-cli/super-admin-command": "^2",
|
7879 |
-
"wp-cli/widget-command": "^2",
|
7880 |
-
"wp-cli/wp-cli": "^2.4"
|
7881 |
-
},
|
7882 |
-
"require-dev": {
|
7883 |
-
"roave/security-advisories": "dev-master",
|
7884 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7885 |
-
},
|
7886 |
-
"suggest": {
|
7887 |
-
"psy/psysh": "Enhanced `wp shell` functionality"
|
7888 |
-
},
|
7889 |
-
"type": "library",
|
7890 |
-
"extra": {
|
7891 |
-
"branch-alias": {
|
7892 |
-
"dev-master": "2.1.x-dev"
|
7893 |
-
},
|
7894 |
-
"enable-patching": true
|
7895 |
-
},
|
7896 |
-
"notification-url": "https://packagist.org/downloads/",
|
7897 |
-
"license": [
|
7898 |
-
"MIT"
|
7899 |
-
],
|
7900 |
-
"description": "WP-CLI bundle package with default commands.",
|
7901 |
-
"homepage": "https://wp-cli.org",
|
7902 |
-
"keywords": [
|
7903 |
-
"cli",
|
7904 |
-
"wordpress"
|
7905 |
-
],
|
7906 |
-
"time": "2019-11-12T17:43:58+00:00"
|
7907 |
-
},
|
7908 |
-
{
|
7909 |
-
"name": "wp-cli/wp-config-transformer",
|
7910 |
-
"version": "v1.2.8",
|
7911 |
-
"source": {
|
7912 |
-
"type": "git",
|
7913 |
-
"url": "https://github.com/wp-cli/wp-config-transformer.git",
|
7914 |
-
"reference": "0bb2b9162c38ca72370380aea11dc06e431e13a5"
|
7915 |
-
},
|
7916 |
-
"dist": {
|
7917 |
-
"type": "zip",
|
7918 |
-
"url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/0bb2b9162c38ca72370380aea11dc06e431e13a5",
|
7919 |
-
"reference": "0bb2b9162c38ca72370380aea11dc06e431e13a5",
|
7920 |
-
"shasum": ""
|
7921 |
-
},
|
7922 |
-
"require": {
|
7923 |
-
"php": ">=5.3.29"
|
7924 |
-
},
|
7925 |
-
"require-dev": {
|
7926 |
-
"composer/composer": ">=1.5.6 <1.7.0 || ^1.7.1 || ^2.0.0",
|
7927 |
-
"phpunit/phpunit": "^6.5.5 || ^7.0.0",
|
7928 |
-
"wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0"
|
7929 |
-
},
|
7930 |
-
"type": "library",
|
7931 |
-
"autoload": {
|
7932 |
-
"files": [
|
7933 |
-
"src/WPConfigTransformer.php"
|
7934 |
-
]
|
7935 |
-
},
|
7936 |
-
"notification-url": "https://packagist.org/downloads/",
|
7937 |
-
"license": [
|
7938 |
-
"MIT"
|
7939 |
-
],
|
7940 |
-
"authors": [
|
7941 |
-
{
|
7942 |
-
"name": "Frankie Jarrett",
|
7943 |
-
"email": "fjarrett@gmail.com"
|
7944 |
-
}
|
7945 |
-
],
|
7946 |
-
"description": "Programmatically edit a wp-config.php file.",
|
7947 |
-
"time": "2020-11-12T08:08:10+00:00"
|
7948 |
-
},
|
7949 |
-
{
|
7950 |
-
"name": "wp-coding-standards/wpcs",
|
7951 |
-
"version": "2.3.0",
|
7952 |
-
"source": {
|
7953 |
-
"type": "git",
|
7954 |
-
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
|
7955 |
-
"reference": "7da1894633f168fe244afc6de00d141f27517b62"
|
7956 |
-
},
|
7957 |
-
"dist": {
|
7958 |
-
"type": "zip",
|
7959 |
-
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
|
7960 |
-
"reference": "7da1894633f168fe244afc6de00d141f27517b62",
|
7961 |
-
"shasum": ""
|
7962 |
-
},
|
7963 |
-
"require": {
|
7964 |
-
"php": ">=5.4",
|
7965 |
-
"squizlabs/php_codesniffer": "^3.3.1"
|
7966 |
-
},
|
7967 |
-
"require-dev": {
|
7968 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
|
7969 |
-
"phpcompatibility/php-compatibility": "^9.0",
|
7970 |
-
"phpcsstandards/phpcsdevtools": "^1.0",
|
7971 |
-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
7972 |
-
},
|
7973 |
-
"suggest": {
|
7974 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
|
7975 |
-
},
|
7976 |
-
"type": "phpcodesniffer-standard",
|
7977 |
-
"notification-url": "https://packagist.org/downloads/",
|
7978 |
-
"license": [
|
7979 |
-
"MIT"
|
7980 |
-
],
|
7981 |
-
"authors": [
|
7982 |
-
{
|
7983 |
-
"name": "Contributors",
|
7984 |
-
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
|
7985 |
-
}
|
7986 |
-
],
|
7987 |
-
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
|
7988 |
-
"keywords": [
|
7989 |
-
"phpcs",
|
7990 |
-
"standards",
|
7991 |
-
"wordpress"
|
7992 |
-
],
|
7993 |
-
"time": "2020-05-13T23:57:56+00:00"
|
7994 |
-
},
|
7995 |
-
{
|
7996 |
-
"name": "wpdesk/wc-currency-switchers-integrations",
|
7997 |
-
"version": "1.0.0",
|
7998 |
-
"source": {
|
7999 |
-
"type": "git",
|
8000 |
-
"url": "https://gitlab.com/wpdesk/wc-currency-switchers-integrations.git",
|
8001 |
-
"reference": "03258663525263d3d5fb1c3806e51924e0d4c56d"
|
8002 |
-
},
|
8003 |
-
"dist": {
|
8004 |
-
"type": "zip",
|
8005 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwc-currency-switchers-integrations/repository/archive.zip?sha=03258663525263d3d5fb1c3806e51924e0d4c56d",
|
8006 |
-
"reference": "03258663525263d3d5fb1c3806e51924e0d4c56d",
|
8007 |
-
"shasum": ""
|
8008 |
-
},
|
8009 |
-
"require": {
|
8010 |
-
"php": ">=5.6",
|
8011 |
-
"psr/container": "^1.0",
|
8012 |
-
"wpdesk/wp-plugin-flow": "^2.6"
|
8013 |
-
},
|
8014 |
-
"require-dev": {
|
8015 |
-
"10up/wp_mock": "*",
|
8016 |
-
"mockery/mockery": "*",
|
8017 |
-
"phpunit/phpunit": "^5",
|
8018 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8019 |
-
"wimg/php-compatibility": "^8",
|
8020 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8021 |
-
},
|
8022 |
-
"type": "library",
|
8023 |
-
"autoload": {
|
8024 |
-
"psr-4": {
|
8025 |
-
"WPDesk\\WooCommerce\\CurrencySwitchers\\": "src/"
|
8026 |
-
}
|
8027 |
-
},
|
8028 |
-
"notification-url": "https://packagist.org/downloads/",
|
8029 |
-
"license": [
|
8030 |
-
"MIT"
|
8031 |
-
],
|
8032 |
-
"authors": [
|
8033 |
-
{
|
8034 |
-
"name": "Grzegorz",
|
8035 |
-
"email": "grola@wpdesk.pl"
|
8036 |
-
}
|
8037 |
-
],
|
8038 |
-
"time": "2020-04-28T13:48:24+00:00"
|
8039 |
-
},
|
8040 |
-
{
|
8041 |
-
"name": "wpdesk/wp-abtesting",
|
8042 |
-
"version": "2.0.0",
|
8043 |
-
"source": {
|
8044 |
-
"type": "git",
|
8045 |
-
"url": "https://gitlab.com/wpdesk/wp-abtesting.git",
|
8046 |
-
"reference": "a5d4e2133ab7781cbae0caf7430c5331abf34423"
|
8047 |
-
},
|
8048 |
-
"dist": {
|
8049 |
-
"type": "zip",
|
8050 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-abtesting/repository/archive.zip?sha=a5d4e2133ab7781cbae0caf7430c5331abf34423",
|
8051 |
-
"reference": "a5d4e2133ab7781cbae0caf7430c5331abf34423",
|
8052 |
-
"shasum": ""
|
8053 |
-
},
|
8054 |
-
"require": {
|
8055 |
-
"php": ">=5.6",
|
8056 |
-
"wpdesk/wp-persistence": "^2.0"
|
8057 |
-
},
|
8058 |
-
"require-dev": {
|
8059 |
-
"phpunit/phpunit": "^5",
|
8060 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8061 |
-
"wimg/php-compatibility": "^8",
|
8062 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8063 |
-
},
|
8064 |
-
"type": "library",
|
8065 |
-
"autoload": {
|
8066 |
-
"psr-4": {
|
8067 |
-
"WPDesk\\ABTesting\\": "src/"
|
8068 |
-
}
|
8069 |
-
},
|
8070 |
-
"notification-url": "https://packagist.org/downloads/",
|
8071 |
-
"authors": [
|
8072 |
-
{
|
8073 |
-
"name": "Krzysiek",
|
8074 |
-
"email": "krzysiek@wpdesk.pl"
|
8075 |
-
}
|
8076 |
-
],
|
8077 |
-
"time": "2020-06-05T15:47:17+00:00"
|
8078 |
-
},
|
8079 |
-
{
|
8080 |
-
"name": "wpdesk/wp-basic-requirements",
|
8081 |
-
"version": "3.2.3",
|
8082 |
-
"source": {
|
8083 |
-
"type": "git",
|
8084 |
-
"url": "https://gitlab.com/wpdesk/wp-basic-requirements.git",
|
8085 |
-
"reference": "7c5b1a36c35c3867900c3b8a470078342be24a65"
|
8086 |
-
},
|
8087 |
-
"dist": {
|
8088 |
-
"type": "zip",
|
8089 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-basic-requirements/repository/archive.zip?sha=7c5b1a36c35c3867900c3b8a470078342be24a65",
|
8090 |
-
"reference": "7c5b1a36c35c3867900c3b8a470078342be24a65",
|
8091 |
-
"shasum": ""
|
8092 |
-
},
|
8093 |
-
"require": {
|
8094 |
-
"php": ">=5.3"
|
8095 |
-
},
|
8096 |
-
"require-dev": {
|
8097 |
-
"10up/wp_mock": "*",
|
8098 |
-
"mockery/mockery": "*",
|
8099 |
-
"php": ">=5.5",
|
8100 |
-
"phpunit/phpunit": "<7",
|
8101 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8102 |
-
"wimg/php-compatibility": "^8",
|
8103 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8104 |
-
},
|
8105 |
-
"type": "library",
|
8106 |
-
"extra": {
|
8107 |
-
"text-domain": "wp-basic-requirements",
|
8108 |
-
"translations-folder": "lang",
|
8109 |
-
"po-files": {
|
8110 |
-
"pl_PL": "wp-basic-requirements-pl_PL.po"
|
8111 |
-
}
|
8112 |
-
},
|
8113 |
-
"notification-url": "https://packagist.org/downloads/",
|
8114 |
-
"authors": [
|
8115 |
-
{
|
8116 |
-
"name": "Krzysiek",
|
8117 |
-
"email": "krzysiek@wpdesk.pl"
|
8118 |
-
}
|
8119 |
-
],
|
8120 |
-
"time": "2020-10-05T12:20:47+00:00"
|
8121 |
-
},
|
8122 |
-
{
|
8123 |
-
"name": "wpdesk/wp-code-sniffer",
|
8124 |
-
"version": "1.0.1",
|
8125 |
-
"source": {
|
8126 |
-
"type": "git",
|
8127 |
-
"url": "https://gitlab.com/wpdesk/wp-code-sniffer.git",
|
8128 |
-
"reference": "3e14d2e64b4b13ab241403dbda8429f61da1f4be"
|
8129 |
-
},
|
8130 |
-
"dist": {
|
8131 |
-
"type": "zip",
|
8132 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-code-sniffer/repository/archive.zip?sha=3e14d2e64b4b13ab241403dbda8429f61da1f4be",
|
8133 |
-
"reference": "3e14d2e64b4b13ab241403dbda8429f61da1f4be",
|
8134 |
-
"shasum": ""
|
8135 |
-
},
|
8136 |
-
"require": {
|
8137 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
|
8138 |
-
"phpcompatibility/php-compatibility": "^9.3",
|
8139 |
-
"squizlabs/php_codesniffer": "^3.5",
|
8140 |
-
"wp-coding-standards/wpcs": "^2.2"
|
8141 |
-
},
|
8142 |
-
"require-dev": {
|
8143 |
-
"10up/wp_mock": "*",
|
8144 |
-
"mockery/mockery": "*",
|
8145 |
-
"phpunit/phpunit": "<7"
|
8146 |
-
},
|
8147 |
-
"type": "phpcodesniffer-standard",
|
8148 |
-
"extra": {
|
8149 |
-
"class": "WPDesk\\Composer\\Codeception\\Plugin"
|
8150 |
-
},
|
8151 |
-
"notification-url": "https://packagist.org/downloads/",
|
8152 |
-
"license": [
|
8153 |
-
"MIT"
|
8154 |
-
],
|
8155 |
-
"authors": [
|
8156 |
-
{
|
8157 |
-
"name": "grola",
|
8158 |
-
"email": "grola@wpdesk.net"
|
8159 |
-
}
|
8160 |
-
],
|
8161 |
-
"description": "Library for WP Desk Coding standards in plugins.",
|
8162 |
-
"homepage": "https://gitlab.com/wpdesk/wp-code-sniffer",
|
8163 |
-
"keywords": [
|
8164 |
-
"admin",
|
8165 |
-
"code sniffer",
|
8166 |
-
"wordpress"
|
8167 |
-
],
|
8168 |
-
"time": "2020-04-20T12:25:18+00:00"
|
8169 |
-
},
|
8170 |
-
{
|
8171 |
-
"name": "wpdesk/wp-codeception",
|
8172 |
-
"version": "1.9.0",
|
8173 |
-
"source": {
|
8174 |
-
"type": "git",
|
8175 |
-
"url": "https://gitlab.com/wpdesk/wp-codeception.git",
|
8176 |
-
"reference": "acc1287cc05db71e908ee8a5ff966b81b57014f5"
|
8177 |
-
},
|
8178 |
-
"dist": {
|
8179 |
-
"type": "zip",
|
8180 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-codeception/repository/archive.zip?sha=acc1287cc05db71e908ee8a5ff966b81b57014f5",
|
8181 |
-
"reference": "acc1287cc05db71e908ee8a5ff966b81b57014f5",
|
8182 |
-
"shasum": ""
|
8183 |
-
},
|
8184 |
-
"require": {
|
8185 |
-
"codeception/module-asserts": "^1.1",
|
8186 |
-
"codeception/module-cli": "^1.0",
|
8187 |
-
"codeception/module-db": "^1.0",
|
8188 |
-
"codeception/module-filesystem": "^1.0",
|
8189 |
-
"codeception/module-phpbrowser": "^1.0",
|
8190 |
-
"codeception/module-rest": "^1.2",
|
8191 |
-
"codeception/module-webdriver": "^1.0",
|
8192 |
-
"codeception/util-universalframework": "^1.0",
|
8193 |
-
"composer-plugin-api": "^1.1",
|
8194 |
-
"ext-json": "*",
|
8195 |
-
"lucatume/wp-browser": "^2.4",
|
8196 |
-
"php": ">=5.6",
|
8197 |
-
"vlucas/phpdotenv": "^4.1",
|
8198 |
-
"wpdesk/wp-builder": "^1.0"
|
8199 |
-
},
|
8200 |
-
"require-dev": {
|
8201 |
-
"10up/wp_mock": "*",
|
8202 |
-
"mockery/mockery": "*",
|
8203 |
-
"phpunit/phpunit": "<7",
|
8204 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8205 |
-
"wimg/php-compatibility": "^8",
|
8206 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8207 |
-
},
|
8208 |
-
"type": "composer-plugin",
|
8209 |
-
"extra": {
|
8210 |
-
"class": "WPDesk\\Composer\\Codeception\\Plugin"
|
8211 |
-
},
|
8212 |
-
"autoload": {
|
8213 |
-
"psr-4": {
|
8214 |
-
"WPDesk\\Codeception\\": "src/WPDesk/Codeception",
|
8215 |
-
"Codeception\\Module\\": "src/Codeception/Module",
|
8216 |
-
"WPDesk\\Composer\\Codeception\\": "src/WPDesk/Composer"
|
8217 |
-
}
|
8218 |
-
},
|
8219 |
-
"notification-url": "https://packagist.org/downloads/",
|
8220 |
-
"license": [
|
8221 |
-
"MIT"
|
8222 |
-
],
|
8223 |
-
"authors": [
|
8224 |
-
{
|
8225 |
-
"name": "grola",
|
8226 |
-
"email": "grola@wpdesk.net"
|
8227 |
-
}
|
8228 |
-
],
|
8229 |
-
"description": "Library for WP Desk Codeception tests.",
|
8230 |
-
"homepage": "https://gitlab.com/wpdesk/wp-codeception",
|
8231 |
-
"keywords": [
|
8232 |
-
"admin",
|
8233 |
-
"codeception",
|
8234 |
-
"wordpress"
|
8235 |
-
],
|
8236 |
-
"time": "2020-12-29T18:28:00+00:00"
|
8237 |
-
},
|
8238 |
-
{
|
8239 |
-
"name": "wpdesk/wp-forms",
|
8240 |
-
"version": "2.3.2",
|
8241 |
-
"source": {
|
8242 |
-
"type": "git",
|
8243 |
-
"url": "https://gitlab.com/wpdesk/wp-forms.git",
|
8244 |
-
"reference": "14a658bd145a117d8859618ed8571823c7a0656a"
|
8245 |
-
},
|
8246 |
-
"dist": {
|
8247 |
-
"type": "zip",
|
8248 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-forms/repository/archive.zip?sha=14a658bd145a117d8859618ed8571823c7a0656a",
|
8249 |
-
"reference": "14a658bd145a117d8859618ed8571823c7a0656a",
|
8250 |
-
"shasum": ""
|
8251 |
-
},
|
8252 |
-
"require": {
|
8253 |
-
"ext-curl": "*",
|
8254 |
-
"ext-json": "*",
|
8255 |
-
"php": ">=5.6",
|
8256 |
-
"wpdesk/wp-persistence": "^2.0",
|
8257 |
-
"wpdesk/wp-view": "^1.1"
|
8258 |
-
},
|
8259 |
-
"require-dev": {
|
8260 |
-
"10up/wp_mock": "*",
|
8261 |
-
"mockery/mockery": "*",
|
8262 |
-
"phpunit/phpunit": "<7",
|
8263 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8264 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8265 |
-
},
|
8266 |
-
"type": "library",
|
8267 |
-
"autoload": {
|
8268 |
-
"psr-4": {
|
8269 |
-
"WPDesk\\Forms\\": "src/"
|
8270 |
-
}
|
8271 |
-
},
|
8272 |
-
"notification-url": "https://packagist.org/downloads/",
|
8273 |
-
"authors": [
|
8274 |
-
{
|
8275 |
-
"name": "Marcin",
|
8276 |
-
"email": "marcin@wpdesk.pl"
|
8277 |
-
},
|
8278 |
-
{
|
8279 |
-
"name": "Krzysiek",
|
8280 |
-
"email": "krzysiek@wpdesk.pl"
|
8281 |
-
}
|
8282 |
-
],
|
8283 |
-
"time": "2020-11-30T08:48:51+00:00"
|
8284 |
-
},
|
8285 |
-
{
|
8286 |
-
"name": "wpdesk/wp-helpscout-beacon",
|
8287 |
-
"version": "1.3.1",
|
8288 |
-
"source": {
|
8289 |
-
"type": "git",
|
8290 |
-
"url": "https://gitlab.com/wpdesk/wp-helpscout-beacon.git",
|
8291 |
-
"reference": "80ae6c50cdb27bba98190995737eeb0bda912ef6"
|
8292 |
-
},
|
8293 |
-
"dist": {
|
8294 |
-
"type": "zip",
|
8295 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-helpscout-beacon/repository/archive.zip?sha=80ae6c50cdb27bba98190995737eeb0bda912ef6",
|
8296 |
-
"reference": "80ae6c50cdb27bba98190995737eeb0bda912ef6",
|
8297 |
-
"shasum": ""
|
8298 |
-
},
|
8299 |
-
"require": {
|
8300 |
-
"php": ">=5.6",
|
8301 |
-
"psr/container": "^1.0"
|
8302 |
-
},
|
8303 |
-
"require-dev": {
|
8304 |
-
"10up/wp_mock": "*",
|
8305 |
-
"mockery/mockery": "*",
|
8306 |
-
"phpunit/phpunit": "^5",
|
8307 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8308 |
-
"wimg/php-compatibility": "^8",
|
8309 |
-
"wp-coding-standards/wpcs": "^0.14.1",
|
8310 |
-
"wpdesk/wp-wpdesk-composer": "^2.6"
|
8311 |
-
},
|
8312 |
-
"type": "library",
|
8313 |
-
"autoload": {
|
8314 |
-
"psr-4": {
|
8315 |
-
"WPDesk\\Beacon\\": "src/"
|
8316 |
-
}
|
8317 |
-
},
|
8318 |
-
"notification-url": "https://packagist.org/downloads/",
|
8319 |
-
"license": [
|
8320 |
-
"MIT"
|
8321 |
-
],
|
8322 |
-
"authors": [
|
8323 |
-
{
|
8324 |
-
"name": "Krzysiek",
|
8325 |
-
"email": "krzysiek@wpdesk.pl"
|
8326 |
-
}
|
8327 |
-
],
|
8328 |
-
"time": "2020-10-21T12:56:14+00:00"
|
8329 |
-
},
|
8330 |
-
{
|
8331 |
-
"name": "wpdesk/wp-logs",
|
8332 |
-
"version": "1.6.2",
|
8333 |
-
"source": {
|
8334 |
-
"type": "git",
|
8335 |
-
"url": "https://gitlab.com/wpdesk/wp-logs.git",
|
8336 |
-
"reference": "f1d4afb9b61347bc19337016f5d618bcedc593b4"
|
8337 |
-
},
|
8338 |
-
"dist": {
|
8339 |
-
"type": "zip",
|
8340 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-logs/repository/archive.zip?sha=f1d4afb9b61347bc19337016f5d618bcedc593b4",
|
8341 |
-
"reference": "f1d4afb9b61347bc19337016f5d618bcedc593b4",
|
8342 |
-
"shasum": ""
|
8343 |
-
},
|
8344 |
-
"require": {
|
8345 |
-
"monolog/monolog": "^1.23",
|
8346 |
-
"php": ">=5.6",
|
8347 |
-
"psr/log": "^1.0.1",
|
8348 |
-
"wpdesk/wp-notice": "^3.0"
|
8349 |
-
},
|
8350 |
-
"require-dev": {
|
8351 |
-
"phpunit/phpunit": "^5",
|
8352 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8353 |
-
"wimg/php-compatibility": "^8",
|
8354 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8355 |
-
},
|
8356 |
-
"type": "library",
|
8357 |
-
"autoload": {
|
8358 |
-
"classmap": [
|
8359 |
-
"src/deprecated"
|
8360 |
-
],
|
8361 |
-
"psr-4": {
|
8362 |
-
"WPDesk\\Logger\\": "src/"
|
8363 |
-
}
|
8364 |
-
},
|
8365 |
-
"notification-url": "https://packagist.org/downloads/",
|
8366 |
-
"authors": [
|
8367 |
-
{
|
8368 |
-
"name": "Krzysiek",
|
8369 |
-
"email": "krzysiek@wpdesk.pl"
|
8370 |
-
}
|
8371 |
-
],
|
8372 |
-
"time": "2020-07-23T13:48:54+00:00"
|
8373 |
-
},
|
8374 |
-
{
|
8375 |
-
"name": "wpdesk/wp-mutex",
|
8376 |
-
"version": "1.1",
|
8377 |
-
"source": {
|
8378 |
-
"type": "git",
|
8379 |
-
"url": "https://gitlab.com/wpdesk/wp-mutex.git",
|
8380 |
-
"reference": "4df845e751382179fadf2fff3c8e243b77e7d773"
|
8381 |
-
},
|
8382 |
-
"dist": {
|
8383 |
-
"type": "zip",
|
8384 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-mutex/repository/archive.zip?sha=4df845e751382179fadf2fff3c8e243b77e7d773",
|
8385 |
-
"reference": "4df845e751382179fadf2fff3c8e243b77e7d773",
|
8386 |
-
"shasum": ""
|
8387 |
-
},
|
8388 |
-
"require": {
|
8389 |
-
"php": ">=5.6"
|
8390 |
-
},
|
8391 |
-
"require-dev": {
|
8392 |
-
"10up/wp_mock": "*",
|
8393 |
-
"mockery/mockery": "*",
|
8394 |
-
"phpunit/phpunit": "<7",
|
8395 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8396 |
-
"wimg/php-compatibility": "^8",
|
8397 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8398 |
-
},
|
8399 |
-
"type": "library",
|
8400 |
-
"autoload": {
|
8401 |
-
"psr-4": {
|
8402 |
-
"WPDesk\\Mutex\\": "src/WPDesk/Mutex/"
|
8403 |
-
},
|
8404 |
-
"files": [
|
8405 |
-
"src/WPDesk/functions.php"
|
8406 |
-
]
|
8407 |
-
},
|
8408 |
-
"notification-url": "https://packagist.org/downloads/",
|
8409 |
-
"license": [
|
8410 |
-
"MIT"
|
8411 |
-
],
|
8412 |
-
"authors": [
|
8413 |
-
{
|
8414 |
-
"name": "grola",
|
8415 |
-
"email": "grola@wpdesk.net"
|
8416 |
-
},
|
8417 |
-
{
|
8418 |
-
"name": "dyszczo",
|
8419 |
-
"email": "dyszczo@wpdesk.net"
|
8420 |
-
}
|
8421 |
-
],
|
8422 |
-
"description": "Library for locking in Wordpress.",
|
8423 |
-
"homepage": "https://gitlab.com/wpdesk/wp-mutex",
|
8424 |
-
"keywords": [
|
8425 |
-
"lock",
|
8426 |
-
"mutex",
|
8427 |
-
"wordpress"
|
8428 |
-
],
|
8429 |
-
"time": "2018-11-13T12:27:39+00:00"
|
8430 |
-
},
|
8431 |
-
{
|
8432 |
-
"name": "wpdesk/wp-persistence",
|
8433 |
-
"version": "2.1.4",
|
8434 |
-
"source": {
|
8435 |
-
"type": "git",
|
8436 |
-
"url": "https://gitlab.com/wpdesk/wp-persistence.git",
|
8437 |
-
"reference": "c1e4f04352b3b9959ed888f940cbf9bf2b8867f3"
|
8438 |
-
},
|
8439 |
-
"dist": {
|
8440 |
-
"type": "zip",
|
8441 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-persistence/repository/archive.zip?sha=c1e4f04352b3b9959ed888f940cbf9bf2b8867f3",
|
8442 |
-
"reference": "c1e4f04352b3b9959ed888f940cbf9bf2b8867f3",
|
8443 |
-
"shasum": ""
|
8444 |
-
},
|
8445 |
-
"require": {
|
8446 |
-
"php": ">=5.6",
|
8447 |
-
"psr/container": "^1.0"
|
8448 |
-
},
|
8449 |
-
"require-dev": {
|
8450 |
-
"phpunit/phpunit": "^5",
|
8451 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8452 |
-
"wimg/php-compatibility": "^8",
|
8453 |
-
"wp-coding-standards/wpcs": "^0.14.1",
|
8454 |
-
"wpdesk/wp-wpdesk-composer": "^2.6"
|
8455 |
-
},
|
8456 |
-
"type": "library",
|
8457 |
-
"autoload": {
|
8458 |
-
"psr-4": {
|
8459 |
-
"WPDesk\\Persistence\\": "src/"
|
8460 |
-
}
|
8461 |
-
},
|
8462 |
-
"notification-url": "https://packagist.org/downloads/",
|
8463 |
-
"authors": [
|
8464 |
-
{
|
8465 |
-
"name": "Krzysiek",
|
8466 |
-
"email": "krzysiek@wpdesk.pl"
|
8467 |
-
}
|
8468 |
-
],
|
8469 |
-
"time": "2020-09-29T19:32:30+00:00"
|
8470 |
-
},
|
8471 |
-
{
|
8472 |
-
"name": "wpdesk/wp-plugin-flow",
|
8473 |
-
"version": "2.9.0",
|
8474 |
-
"source": {
|
8475 |
-
"type": "git",
|
8476 |
-
"url": "https://gitlab.com/wpdesk/wp-plugin-flow.git",
|
8477 |
-
"reference": "1a530002acae87564a78293db18559ef6b4f7a5f"
|
8478 |
-
},
|
8479 |
-
"dist": {
|
8480 |
-
"type": "zip",
|
8481 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-plugin-flow/repository/archive.zip?sha=1a530002acae87564a78293db18559ef6b4f7a5f",
|
8482 |
-
"reference": "1a530002acae87564a78293db18559ef6b4f7a5f",
|
8483 |
-
"shasum": ""
|
8484 |
-
},
|
8485 |
-
"require": {
|
8486 |
-
"php": ">=5.6",
|
8487 |
-
"wpdesk/wp-basic-requirements": "^3.2.3",
|
8488 |
-
"wpdesk/wp-builder": "^1.4.4",
|
8489 |
-
"wpdesk/wp-wpdesk-helper": "^2.4",
|
8490 |
-
"wpdesk/wp-wpdesk-license": "^2.10.1",
|
8491 |
-
"wpdesk/wp-wpdesk-tracker": "^2.3.1"
|
8492 |
-
},
|
8493 |
-
"require-dev": {
|
8494 |
-
"10up/wp_mock": "^0.2",
|
8495 |
-
"phpunit/phpunit": "<7",
|
8496 |
-
"squizlabs/php_codesniffer": "^3.4.2",
|
8497 |
-
"wp-coding-standards/wpcs": "^0.14.1",
|
8498 |
-
"wpdesk/wp-wpdesk-composer": "^2.3"
|
8499 |
-
},
|
8500 |
-
"type": "library",
|
8501 |
-
"extra": {
|
8502 |
-
"text-domain": "wp-plugin-flow",
|
8503 |
-
"translations-folder": "lang",
|
8504 |
-
"po-files": {
|
8505 |
-
"pl_PL": "pl_PL.po"
|
8506 |
-
}
|
8507 |
-
},
|
8508 |
-
"autoload": {
|
8509 |
-
"classmap": [
|
8510 |
-
"src"
|
8511 |
-
]
|
8512 |
-
},
|
8513 |
-
"notification-url": "https://packagist.org/downloads/",
|
8514 |
-
"authors": [
|
8515 |
-
{
|
8516 |
-
"name": "Krzysiek",
|
8517 |
-
"email": "krzysiek@wpdesk.pl"
|
8518 |
-
}
|
8519 |
-
],
|
8520 |
-
"time": "2020-12-02T15:32:42+00:00"
|
8521 |
-
},
|
8522 |
-
{
|
8523 |
-
"name": "wpdesk/wp-pointer",
|
8524 |
-
"version": "2.0.0",
|
8525 |
-
"source": {
|
8526 |
-
"type": "git",
|
8527 |
-
"url": "https://gitlab.com/wpdesk/wp-pointer.git",
|
8528 |
-
"reference": "2468b7f3412ba3dafbf3b8964b23ead89138102f"
|
8529 |
-
},
|
8530 |
-
"dist": {
|
8531 |
-
"type": "zip",
|
8532 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-pointer/repository/archive.zip?sha=2468b7f3412ba3dafbf3b8964b23ead89138102f",
|
8533 |
-
"reference": "2468b7f3412ba3dafbf3b8964b23ead89138102f",
|
8534 |
-
"shasum": ""
|
8535 |
-
},
|
8536 |
-
"require": {
|
8537 |
-
"php": ">=5.5",
|
8538 |
-
"wpdesk/wp-builder": "^1.1"
|
8539 |
-
},
|
8540 |
-
"require-dev": {
|
8541 |
-
"10up/wp_mock": "*",
|
8542 |
-
"mockery/mockery": "*",
|
8543 |
-
"phpunit/phpunit": "<7",
|
8544 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8545 |
-
"wimg/php-compatibility": "^8",
|
8546 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8547 |
-
},
|
8548 |
-
"type": "library",
|
8549 |
-
"autoload": {
|
8550 |
-
"psr-4": {
|
8551 |
-
"WPDesk\\Pointer\\": "src/WPDesk/Pointer/"
|
8552 |
-
}
|
8553 |
-
},
|
8554 |
-
"notification-url": "https://packagist.org/downloads/",
|
8555 |
-
"license": [
|
8556 |
-
"MIT"
|
8557 |
-
],
|
8558 |
-
"authors": [
|
8559 |
-
{
|
8560 |
-
"name": "grola",
|
8561 |
-
"email": "grola@wpdesk.net"
|
8562 |
-
}
|
8563 |
-
],
|
8564 |
-
"description": "Library for displaying Wordpress pointer messages.",
|
8565 |
-
"homepage": "https://gitlab.com/wpdesk/wp-pointer",
|
8566 |
-
"keywords": [
|
8567 |
-
"admin",
|
8568 |
-
"pointer",
|
8569 |
-
"wordpress"
|
8570 |
-
],
|
8571 |
-
"time": "2020-07-14T15:33:40+00:00"
|
8572 |
-
},
|
8573 |
-
{
|
8574 |
-
"name": "wpdesk/wp-view",
|
8575 |
-
"version": "1.1.0",
|
8576 |
-
"source": {
|
8577 |
-
"type": "git",
|
8578 |
-
"url": "https://gitlab.com/wpdesk/wp-view.git",
|
8579 |
-
"reference": "8aa5ae0b68fb41dbb07ad631908cc556b1e50c0a"
|
8580 |
-
},
|
8581 |
-
"dist": {
|
8582 |
-
"type": "zip",
|
8583 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-view/repository/archive.zip?sha=8aa5ae0b68fb41dbb07ad631908cc556b1e50c0a",
|
8584 |
-
"reference": "8aa5ae0b68fb41dbb07ad631908cc556b1e50c0a",
|
8585 |
-
"shasum": ""
|
8586 |
-
},
|
8587 |
-
"require": {
|
8588 |
-
"php": ">=5.5"
|
8589 |
-
},
|
8590 |
-
"require-dev": {
|
8591 |
-
"10up/wp_mock": "*",
|
8592 |
-
"mockery/mockery": "*",
|
8593 |
-
"phpunit/phpunit": "<7",
|
8594 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8595 |
-
"wimg/php-compatibility": "^8",
|
8596 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8597 |
-
},
|
8598 |
-
"type": "library",
|
8599 |
-
"autoload": {
|
8600 |
-
"psr-4": {
|
8601 |
-
"WPDesk\\View\\": "src/"
|
8602 |
-
}
|
8603 |
-
},
|
8604 |
-
"notification-url": "https://packagist.org/downloads/",
|
8605 |
-
"authors": [
|
8606 |
-
{
|
8607 |
-
"name": "Krzysiek",
|
8608 |
-
"email": "krzysiek@wpdesk.pl"
|
8609 |
-
}
|
8610 |
-
],
|
8611 |
-
"time": "2019-09-23T20:05:30+00:00"
|
8612 |
-
},
|
8613 |
-
{
|
8614 |
-
"name": "wpdesk/wp-wpdesk-composer",
|
8615 |
-
"version": "2.9.6",
|
8616 |
-
"source": {
|
8617 |
-
"type": "git",
|
8618 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-composer.git",
|
8619 |
-
"reference": "cdd8a64d4cfe4632447a23d4f8e10f2d6b2bdd15"
|
8620 |
-
},
|
8621 |
-
"dist": {
|
8622 |
-
"type": "zip",
|
8623 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-composer/repository/archive.zip?sha=cdd8a64d4cfe4632447a23d4f8e10f2d6b2bdd15",
|
8624 |
-
"reference": "cdd8a64d4cfe4632447a23d4f8e10f2d6b2bdd15",
|
8625 |
-
"shasum": ""
|
8626 |
-
},
|
8627 |
-
"require": {
|
8628 |
-
"composer-plugin-api": "^1.1",
|
8629 |
-
"ext-json": "*",
|
8630 |
-
"gettext/gettext": "^4",
|
8631 |
-
"matthiasmullie/minify": "^1.3",
|
8632 |
-
"php": ">=5.6",
|
8633 |
-
"wpdesk/wp-code-sniffer": "^1.0"
|
8634 |
-
},
|
8635 |
-
"require-dev": {
|
8636 |
-
"composer/composer": "^1.8"
|
8637 |
-
},
|
8638 |
-
"type": "composer-plugin",
|
8639 |
-
"extra": {
|
8640 |
-
"class": "WPDesk\\Composer\\GitPlugin\\Plugin"
|
8641 |
-
},
|
8642 |
-
"autoload": {
|
8643 |
-
"psr-4": {
|
8644 |
-
"WPDesk\\Composer\\GitPlugin\\": "src/"
|
8645 |
-
}
|
8646 |
-
},
|
8647 |
-
"notification-url": "https://packagist.org/downloads/",
|
8648 |
-
"authors": [
|
8649 |
-
{
|
8650 |
-
"name": "Krzysiek",
|
8651 |
-
"email": "krzysiek@wpdesk.pl"
|
8652 |
-
}
|
8653 |
-
],
|
8654 |
-
"time": "2020-12-22T15:22:24+00:00"
|
8655 |
-
},
|
8656 |
-
{
|
8657 |
-
"name": "wpdesk/wp-wpdesk-fs-table-rate",
|
8658 |
-
"version": "3.0.0",
|
8659 |
-
"source": {
|
8660 |
-
"type": "git",
|
8661 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-fs-table-rate.git",
|
8662 |
-
"reference": "4d66460215811928690567db8fca780698a194db"
|
8663 |
-
},
|
8664 |
-
"dist": {
|
8665 |
-
"type": "zip",
|
8666 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-fs-table-rate/repository/archive.zip?sha=4d66460215811928690567db8fca780698a194db",
|
8667 |
-
"reference": "4d66460215811928690567db8fca780698a194db",
|
8668 |
-
"shasum": ""
|
8669 |
-
},
|
8670 |
-
"require": {
|
8671 |
-
"php": ">=5.6",
|
8672 |
-
"psr/log": "^1.1",
|
8673 |
-
"wpdesk/wp-plugin-flow": "^2.7",
|
8674 |
-
"wpdesk/wp-view": "^1.1"
|
8675 |
-
},
|
8676 |
-
"require-dev": {
|
8677 |
-
"10up/wp_mock": "^0.3",
|
8678 |
-
"mockery/mockery": "^1.2",
|
8679 |
-
"phpunit/phpunit": "<7"
|
8680 |
-
},
|
8681 |
-
"type": "library",
|
8682 |
-
"extra": {
|
8683 |
-
"text-domain": "wp-wpdesk-fs-table-rate",
|
8684 |
-
"translations-folder": "lang",
|
8685 |
-
"po-files": {
|
8686 |
-
"pl_PL": "pl_PL.po"
|
8687 |
-
}
|
8688 |
-
},
|
8689 |
-
"autoload": {
|
8690 |
-
"psr-4": {
|
8691 |
-
"WPDesk\\FS\\TableRate\\": "src/"
|
8692 |
-
}
|
8693 |
-
},
|
8694 |
-
"notification-url": "https://packagist.org/downloads/",
|
8695 |
-
"authors": [
|
8696 |
-
{
|
8697 |
-
"name": "Krzysiek",
|
8698 |
-
"email": "krzysiek@wpdesk.pl"
|
8699 |
-
},
|
8700 |
-
{
|
8701 |
-
"name": "Grzegorz",
|
8702 |
-
"email": "grzegorz@wpdesk.net"
|
8703 |
-
}
|
8704 |
-
],
|
8705 |
-
"time": "2020-11-18T13:31:03+00:00"
|
8706 |
-
},
|
8707 |
-
{
|
8708 |
-
"name": "wpdesk/wp-wpdesk-helper",
|
8709 |
-
"version": "2.4.0",
|
8710 |
-
"source": {
|
8711 |
-
"type": "git",
|
8712 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-helper.git",
|
8713 |
-
"reference": "064dc027c08594e12e8185808bb68b8bbabb8d23"
|
8714 |
-
},
|
8715 |
-
"dist": {
|
8716 |
-
"type": "zip",
|
8717 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-helper/repository/archive.zip?sha=064dc027c08594e12e8185808bb68b8bbabb8d23",
|
8718 |
-
"reference": "064dc027c08594e12e8185808bb68b8bbabb8d23",
|
8719 |
-
"shasum": ""
|
8720 |
-
},
|
8721 |
-
"require": {
|
8722 |
-
"php": ">=5.6",
|
8723 |
-
"wpdesk/wp-basic-requirements": "^3",
|
8724 |
-
"wpdesk/wp-builder": "^1.2",
|
8725 |
-
"wpdesk/wp-logs": "^1.6.0",
|
8726 |
-
"wpdesk/wp-notice": "^3.1.1",
|
8727 |
-
"wpdesk/wp-wpdesk-license": "^2.6",
|
8728 |
-
"wpdesk/wp-wpdesk-tracker": "^2.0.4"
|
8729 |
-
},
|
8730 |
-
"require-dev": {
|
8731 |
-
"10up/wp_mock": "*",
|
8732 |
-
"mockery/mockery": "*",
|
8733 |
-
"phpunit/phpunit": "<7",
|
8734 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8735 |
-
"wimg/php-compatibility": "^8",
|
8736 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8737 |
-
},
|
8738 |
-
"type": "library",
|
8739 |
-
"extra": {
|
8740 |
-
"text-domain": "wpdesk-helper-textdomain",
|
8741 |
-
"translations-folder": "lang",
|
8742 |
-
"po-files": {
|
8743 |
-
"pl_PL": "wpdesk-helper-pl_PL.po"
|
8744 |
-
}
|
8745 |
-
},
|
8746 |
-
"autoload": {
|
8747 |
-
"psr-4": {
|
8748 |
-
"WPDesk\\Helper\\": "src/"
|
8749 |
-
}
|
8750 |
-
},
|
8751 |
-
"notification-url": "https://packagist.org/downloads/",
|
8752 |
-
"authors": [
|
8753 |
-
{
|
8754 |
-
"name": "Krzysiek",
|
8755 |
-
"email": "krzysiek@wpdesk.pl"
|
8756 |
-
}
|
8757 |
-
],
|
8758 |
-
"time": "2020-08-14T08:26:29+00:00"
|
8759 |
-
},
|
8760 |
-
{
|
8761 |
-
"name": "wpdesk/wp-wpdesk-license",
|
8762 |
-
"version": "2.10.1",
|
8763 |
-
"source": {
|
8764 |
-
"type": "git",
|
8765 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-license.git",
|
8766 |
-
"reference": "a0ec38cfcc252821edfc100ee4df4cb0a3336cd0"
|
8767 |
-
},
|
8768 |
-
"dist": {
|
8769 |
-
"type": "zip",
|
8770 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-license/repository/archive.zip?sha=a0ec38cfcc252821edfc100ee4df4cb0a3336cd0",
|
8771 |
-
"reference": "a0ec38cfcc252821edfc100ee4df4cb0a3336cd0",
|
8772 |
-
"shasum": ""
|
8773 |
-
},
|
8774 |
-
"require": {
|
8775 |
-
"ext-curl": "*",
|
8776 |
-
"ext-json": "*",
|
8777 |
-
"php": ">=5.6",
|
8778 |
-
"wpdesk/wp-builder": "^1.3.1",
|
8779 |
-
"wpdesk/wp-notice": "^3.0"
|
8780 |
-
},
|
8781 |
-
"require-dev": {
|
8782 |
-
"10up/wp_mock": "*",
|
8783 |
-
"mockery/mockery": "*",
|
8784 |
-
"phpunit/phpunit": "<7",
|
8785 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8786 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8787 |
-
},
|
8788 |
-
"type": "library",
|
8789 |
-
"extra": {
|
8790 |
-
"text-domain": "wp-wpdesk-license",
|
8791 |
-
"translations-folder": "lang",
|
8792 |
-
"po-files": {
|
8793 |
-
"pl_PL": "wp-wpdesk-license-pl_PL.po"
|
8794 |
-
}
|
8795 |
-
},
|
8796 |
-
"autoload": {
|
8797 |
-
"classmap": [
|
8798 |
-
"src/ApiManager"
|
8799 |
-
],
|
8800 |
-
"psr-4": {
|
8801 |
-
"WPDesk\\License\\": "src/"
|
8802 |
-
}
|
8803 |
-
},
|
8804 |
-
"notification-url": "https://packagist.org/downloads/",
|
8805 |
-
"authors": [
|
8806 |
-
{
|
8807 |
-
"name": "Krzysiek",
|
8808 |
-
"email": "krzysiek@wpdesk.pl"
|
8809 |
-
}
|
8810 |
-
],
|
8811 |
-
"time": "2020-12-01T11:14:42+00:00"
|
8812 |
-
},
|
8813 |
-
{
|
8814 |
-
"name": "wpdesk/wp-wpdesk-tracker",
|
8815 |
-
"version": "2.3.2",
|
8816 |
-
"source": {
|
8817 |
-
"type": "git",
|
8818 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-tracker.git",
|
8819 |
-
"reference": "1ce2f7cc010541a7dc7b2681fb10d9ae2836e06f"
|
8820 |
-
},
|
8821 |
-
"dist": {
|
8822 |
-
"type": "zip",
|
8823 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-tracker/repository/archive.zip?sha=1ce2f7cc010541a7dc7b2681fb10d9ae2836e06f",
|
8824 |
-
"reference": "1ce2f7cc010541a7dc7b2681fb10d9ae2836e06f",
|
8825 |
-
"shasum": ""
|
8826 |
-
},
|
8827 |
-
"require": {
|
8828 |
-
"php": ">=5.5"
|
8829 |
-
},
|
8830 |
-
"require-dev": {
|
8831 |
-
"10up/wp_mock": "*",
|
8832 |
-
"mockery/mockery": "*",
|
8833 |
-
"phpunit/phpunit": "<7",
|
8834 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8835 |
-
"wimg/php-compatibility": "^8",
|
8836 |
-
"wp-coding-standards/wpcs": "^0.14.1"
|
8837 |
-
},
|
8838 |
-
"type": "library",
|
8839 |
-
"extra": {
|
8840 |
-
"text-domain": "wpdesk-tracker",
|
8841 |
-
"translations-folder": "lang",
|
8842 |
-
"po-files": {
|
8843 |
-
"pl_PL": "wpdesk-tracker-pl_PL.po"
|
8844 |
-
}
|
8845 |
-
},
|
8846 |
-
"autoload": {
|
8847 |
-
"classmap": [
|
8848 |
-
"src/"
|
8849 |
-
]
|
8850 |
-
},
|
8851 |
-
"notification-url": "https://packagist.org/downloads/",
|
8852 |
-
"authors": [
|
8853 |
-
{
|
8854 |
-
"name": "Krzysiek",
|
8855 |
-
"email": "krzysiek@wpdesk.pl"
|
8856 |
-
}
|
8857 |
-
],
|
8858 |
-
"time": "2020-12-22T13:45:59+00:00"
|
8859 |
-
},
|
8860 |
-
{
|
8861 |
-
"name": "wpdesk/wp-wpdesk-tracker-deactivation",
|
8862 |
-
"version": "1.0.8",
|
8863 |
-
"source": {
|
8864 |
-
"type": "git",
|
8865 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-tracker-deactivation.git",
|
8866 |
-
"reference": "05158b3dcdfba868b1364b8b245bb7df21ee1340"
|
8867 |
-
},
|
8868 |
-
"dist": {
|
8869 |
-
"type": "zip",
|
8870 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-tracker-deactivation/repository/archive.zip?sha=05158b3dcdfba868b1364b8b245bb7df21ee1340",
|
8871 |
-
"reference": "05158b3dcdfba868b1364b8b245bb7df21ee1340",
|
8872 |
-
"shasum": ""
|
8873 |
-
},
|
8874 |
-
"require": {
|
8875 |
-
"php": ">=5.6"
|
8876 |
-
},
|
8877 |
-
"require-dev": {
|
8878 |
-
"10up/wp_mock": "*",
|
8879 |
-
"mockery/mockery": "*",
|
8880 |
-
"phpunit/phpunit": "<7",
|
8881 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8882 |
-
"wimg/php-compatibility": "^8",
|
8883 |
-
"wp-coding-standards/wpcs": "^0.14.1",
|
8884 |
-
"wpdesk/wp-builder": "^1.4",
|
8885 |
-
"wpdesk/wp-wpdesk-tracker": "^2.0"
|
8886 |
-
},
|
8887 |
-
"type": "library",
|
8888 |
-
"extra": {
|
8889 |
-
"text-domain": "wp-wpdesk-tracker-deactivation",
|
8890 |
-
"translations-folder": "lang",
|
8891 |
-
"po-files": {
|
8892 |
-
"pl_PL": "pl_PL.po"
|
8893 |
-
}
|
8894 |
-
},
|
8895 |
-
"autoload": {
|
8896 |
-
"psr-4": {
|
8897 |
-
"WPDesk\\Tracker\\Deactivation\\": "src/WPDesk/Tracker/Deactivation/"
|
8898 |
-
}
|
8899 |
-
},
|
8900 |
-
"notification-url": "https://packagist.org/downloads/",
|
8901 |
-
"authors": [
|
8902 |
-
{
|
8903 |
-
"name": "Krzysiek",
|
8904 |
-
"email": "krzysiek@wpdesk.pl"
|
8905 |
-
},
|
8906 |
-
{
|
8907 |
-
"name": "Grzegorz",
|
8908 |
-
"email": "grzegorz@wpdesk.pl"
|
8909 |
-
}
|
8910 |
-
],
|
8911 |
-
"time": "2020-08-19T14:38:49+00:00"
|
8912 |
-
},
|
8913 |
-
{
|
8914 |
-
"name": "wpdesk/wp-wpdesk-tracker-user-feedback",
|
8915 |
-
"version": "1.0.1",
|
8916 |
-
"source": {
|
8917 |
-
"type": "git",
|
8918 |
-
"url": "https://gitlab.com/wpdesk/wp-wpdesk-tracker-user-feedback.git",
|
8919 |
-
"reference": "c297ffebe4c22938bfb98238518222b0ce8a5de2"
|
8920 |
-
},
|
8921 |
-
"dist": {
|
8922 |
-
"type": "zip",
|
8923 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-tracker-user-feedback/repository/archive.zip?sha=c297ffebe4c22938bfb98238518222b0ce8a5de2",
|
8924 |
-
"reference": "c297ffebe4c22938bfb98238518222b0ce8a5de2",
|
8925 |
-
"shasum": ""
|
8926 |
-
},
|
8927 |
-
"require": {
|
8928 |
-
"php": ">=5.6"
|
8929 |
-
},
|
8930 |
-
"require-dev": {
|
8931 |
-
"10up/wp_mock": "*",
|
8932 |
-
"mockery/mockery": "*",
|
8933 |
-
"phpunit/phpunit": "<7",
|
8934 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8935 |
-
"wimg/php-compatibility": "^8",
|
8936 |
-
"wp-coding-standards/wpcs": "^0.14.1",
|
8937 |
-
"wpdesk/wp-builder": "^1.4",
|
8938 |
-
"wpdesk/wp-wpdesk-tracker": "^2.0"
|
8939 |
-
},
|
8940 |
-
"type": "library",
|
8941 |
-
"extra": {
|
8942 |
-
"text-domain": "wp-wpdesk-tracker-user-feedback",
|
8943 |
-
"translations-folder": "lang",
|
8944 |
-
"po-files": {
|
8945 |
-
"pl_PL": "pl_PL.po"
|
8946 |
-
}
|
8947 |
-
},
|
8948 |
-
"autoload": {
|
8949 |
-
"psr-4": {
|
8950 |
-
"WPDesk\\Tracker\\UserFeedback\\": "src/WPDesk/Tracker/UserFeedback/"
|
8951 |
-
}
|
8952 |
-
},
|
8953 |
-
"notification-url": "https://packagist.org/downloads/",
|
8954 |
-
"authors": [
|
8955 |
-
{
|
8956 |
-
"name": "Krzysiek",
|
8957 |
-
"email": "krzysiek@wpdesk.pl"
|
8958 |
-
},
|
8959 |
-
{
|
8960 |
-
"name": "Grzegorz",
|
8961 |
-
"email": "grzegorz@wpdesk.pl"
|
8962 |
-
}
|
8963 |
-
],
|
8964 |
-
"time": "2020-08-19T14:37:55+00:00"
|
8965 |
-
},
|
8966 |
-
{
|
8967 |
-
"name": "wpdesk/wpdesk-sessions",
|
8968 |
-
"version": "1.0.0",
|
8969 |
-
"source": {
|
8970 |
-
"type": "git",
|
8971 |
-
"url": "https://gitlab.com/wpdesk/wpdesk-sessions.git",
|
8972 |
-
"reference": "34905cc498d8d696660a47fec990793e5663e534"
|
8973 |
-
},
|
8974 |
-
"dist": {
|
8975 |
-
"type": "zip",
|
8976 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwpdesk-sessions/repository/archive.zip?sha=34905cc498d8d696660a47fec990793e5663e534",
|
8977 |
-
"reference": "34905cc498d8d696660a47fec990793e5663e534",
|
8978 |
-
"shasum": ""
|
8979 |
-
},
|
8980 |
-
"require": {
|
8981 |
-
"php": ">=5.6"
|
8982 |
-
},
|
8983 |
-
"require-dev": {
|
8984 |
-
"10up/wp_mock": "*",
|
8985 |
-
"mockery/mockery": "*",
|
8986 |
-
"phpunit/phpunit": "<7",
|
8987 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
8988 |
-
"wimg/php-compatibility": "^8",
|
8989 |
-
"wp-coding-standards/wpcs": "^0.14.1",
|
8990 |
-
"wpdesk/wp-builder": "^1.4",
|
8991 |
-
"wpdesk/wp-wpdesk-tracker": "^2.0"
|
8992 |
-
},
|
8993 |
-
"type": "library",
|
8994 |
-
"extra": {
|
8995 |
-
"text-domain": "wpdesk-sessions",
|
8996 |
-
"translations-folder": "lang",
|
8997 |
-
"po-files": {
|
8998 |
-
"pl_PL": "pl_PL.po"
|
8999 |
-
}
|
9000 |
-
},
|
9001 |
-
"autoload": {
|
9002 |
-
"psr-4": {
|
9003 |
-
"WPDesk\\Sessions\\": "src/WPDesk/Sessions/"
|
9004 |
-
}
|
9005 |
-
},
|
9006 |
-
"notification-url": "https://packagist.org/downloads/",
|
9007 |
-
"license": [
|
9008 |
-
"MIT"
|
9009 |
-
],
|
9010 |
-
"authors": [
|
9011 |
-
{
|
9012 |
-
"name": "Grzegorz",
|
9013 |
-
"email": "grzegorz@wpdesk.pl"
|
9014 |
-
}
|
9015 |
-
],
|
9016 |
-
"description": "DHL Express Shipping Service",
|
9017 |
-
"time": "2020-08-13T10:58:00+00:00"
|
9018 |
-
},
|
9019 |
-
{
|
9020 |
-
"name": "zordius/lightncandy",
|
9021 |
-
"version": "v1.2.4",
|
9022 |
-
"source": {
|
9023 |
-
"type": "git",
|
9024 |
-
"url": "https://github.com/zordius/lightncandy.git",
|
9025 |
-
"reference": "dfdb910ae7b59e274f1ff97d29b724871f01b4cc"
|
9026 |
-
},
|
9027 |
-
"dist": {
|
9028 |
-
"type": "zip",
|
9029 |
-
"url": "https://api.github.com/repos/zordius/lightncandy/zipball/dfdb910ae7b59e274f1ff97d29b724871f01b4cc",
|
9030 |
-
"reference": "dfdb910ae7b59e274f1ff97d29b724871f01b4cc",
|
9031 |
-
"shasum": ""
|
9032 |
-
},
|
9033 |
-
"require": {
|
9034 |
-
"php": ">=5.4.0"
|
9035 |
-
},
|
9036 |
-
"require-dev": {
|
9037 |
-
"phpunit/phpunit": "^7"
|
9038 |
-
},
|
9039 |
-
"type": "library",
|
9040 |
-
"extra": {
|
9041 |
-
"branch-alias": {
|
9042 |
-
"dev-master": "1.2.5-dev"
|
9043 |
-
}
|
9044 |
-
},
|
9045 |
-
"autoload": {
|
9046 |
-
"psr-4": {
|
9047 |
-
"LightnCandy\\": "src"
|
9048 |
-
}
|
9049 |
-
},
|
9050 |
-
"notification-url": "https://packagist.org/downloads/",
|
9051 |
-
"license": [
|
9052 |
-
"MIT"
|
9053 |
-
],
|
9054 |
-
"authors": [
|
9055 |
-
{
|
9056 |
-
"name": "Zordius Chen",
|
9057 |
-
"email": "zordius@gmail.com"
|
9058 |
-
}
|
9059 |
-
],
|
9060 |
-
"description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
|
9061 |
-
"homepage": "https://github.com/zordius/lightncandy",
|
9062 |
-
"keywords": [
|
9063 |
-
"handlebars",
|
9064 |
-
"logicless",
|
9065 |
-
"mustache",
|
9066 |
-
"php",
|
9067 |
-
"template"
|
9068 |
-
],
|
9069 |
-
"time": "2019-06-09T04:10:55+00:00"
|
9070 |
-
}
|
9071 |
-
],
|
9072 |
-
"aliases": [],
|
9073 |
-
"minimum-stability": "stable",
|
9074 |
-
"stability-flags": [],
|
9075 |
-
"prefer-stable": true,
|
9076 |
-
"prefer-lowest": false,
|
9077 |
-
"platform": {
|
9078 |
-
"php": ">=5.6"
|
9079 |
-
},
|
9080 |
-
"platform-dev": [],
|
9081 |
-
"platform-overrides": {
|
9082 |
-
"php": "5.6"
|
9083 |
-
},
|
9084 |
-
"plugin-api-version": "1.1.0"
|
9085 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flexible-shipping.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Flexible Shipping
|
4 |
* Plugin URI: https://wordpress.org/plugins/flexible-shipping/
|
5 |
* Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
|
6 |
-
* Version: 4.0.
|
7 |
* Author: WP Desk
|
8 |
* Author URI: https://flexibleshipping.com/?utm_source=plugin-list&utm_medium=link&utm_campaign=flexible-shipping-plugin-list
|
9 |
* Text Domain: flexible-shipping
|
@@ -38,7 +38,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
38 |
} // Exit if accessed directly
|
39 |
|
40 |
/* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
|
41 |
-
$plugin_version = '4.0.
|
42 |
|
43 |
$plugin_name = 'Flexible Shipping';
|
44 |
$product_id = 'Flexible Shipping';
|
3 |
* Plugin Name: Flexible Shipping
|
4 |
* Plugin URI: https://wordpress.org/plugins/flexible-shipping/
|
5 |
* Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
|
6 |
+
* Version: 4.0.8
|
7 |
* Author: WP Desk
|
8 |
* Author URI: https://flexibleshipping.com/?utm_source=plugin-list&utm_medium=link&utm_campaign=flexible-shipping-plugin-list
|
9 |
* Text Domain: flexible-shipping
|
38 |
} // Exit if accessed directly
|
39 |
|
40 |
/* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
|
41 |
+
$plugin_version = '4.0.8';
|
42 |
|
43 |
$plugin_name = 'Flexible Shipping';
|
44 |
$product_id = 'Flexible Shipping';
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://flexibleshipping.com/table-rate/
|
|
4 |
Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes, shipping, free shipping, advanced shipping
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.6
|
7 |
-
Stable tag: 4.0.
|
8 |
Requires PHP: 7.0
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -163,6 +163,11 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
|
|
163 |
|
164 |
== Changelog ==
|
165 |
|
|
|
|
|
|
|
|
|
|
|
166 |
= 4.0.7 - 2020-12-30 =
|
167 |
* Fixed links on Flexible Shipping Info page
|
168 |
|
4 |
Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes, shipping, free shipping, advanced shipping
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.6
|
7 |
+
Stable tag: 4.0.8
|
8 |
Requires PHP: 7.0
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
163 |
|
164 |
== Changelog ==
|
165 |
|
166 |
+
= 4.0.8 - 2021-01-21 =
|
167 |
+
* Fixed free shipping calculation when shipping classes used
|
168 |
+
* Fixed scripts for hebrew installations
|
169 |
+
* Added input data for additional costs in debug messages
|
170 |
+
|
171 |
= 4.0.7 - 2020-12-30 =
|
172 |
* Fixed links on Flexible Shipping Info page
|
173 |
|
src/WPDesk/FS/TableRate/Rule/Condition/AbstractCondition.php
CHANGED
@@ -48,7 +48,7 @@ abstract class AbstractCondition implements Condition, FieldProvider, JsonSerial
|
|
48 |
}
|
49 |
|
50 |
/**
|
51 |
-
* @param ShippingContents $shipping_contents
|
52 |
* @param array $condition_settings .
|
53 |
*
|
54 |
* @return ShippingContents
|
@@ -59,8 +59,8 @@ abstract class AbstractCondition implements Condition, FieldProvider, JsonSerial
|
|
59 |
|
60 |
/**
|
61 |
* @param array $condition_settings .
|
62 |
-
* @param ShippingContents $contents
|
63 |
-
* @param LoggerInterface $logger
|
64 |
*
|
65 |
* @return bool
|
66 |
*/
|
@@ -77,8 +77,8 @@ abstract class AbstractCondition implements Condition, FieldProvider, JsonSerial
|
|
77 |
|
78 |
/**
|
79 |
* @param array $condition_settings .
|
80 |
-
* @param bool $condition_matched
|
81 |
-
* @param string $input_data
|
82 |
*
|
83 |
* @return string
|
84 |
*/
|
@@ -90,7 +90,7 @@ abstract class AbstractCondition implements Condition, FieldProvider, JsonSerial
|
|
90 |
if ( isset( $condition_settings[ $field->get_name() ] ) ) {
|
91 |
$value = $condition_settings[ $field->get_name() ];
|
92 |
}
|
93 |
-
$formatted_for_log .= sprintf( ' %1$s: %2$s;', $field->get_name(), $value );
|
94 |
}
|
95 |
// Translators: input data.
|
96 |
$formatted_for_log .= sprintf( __( ' input data: %1$s;', 'flexible-shipping' ), $input_data );
|
48 |
}
|
49 |
|
50 |
/**
|
51 |
+
* @param ShippingContents $shipping_contents .
|
52 |
* @param array $condition_settings .
|
53 |
*
|
54 |
* @return ShippingContents
|
59 |
|
60 |
/**
|
61 |
* @param array $condition_settings .
|
62 |
+
* @param ShippingContents $contents .
|
63 |
+
* @param LoggerInterface $logger .
|
64 |
*
|
65 |
* @return bool
|
66 |
*/
|
77 |
|
78 |
/**
|
79 |
* @param array $condition_settings .
|
80 |
+
* @param bool $condition_matched .
|
81 |
+
* @param string $input_data .
|
82 |
*
|
83 |
* @return string
|
84 |
*/
|
90 |
if ( isset( $condition_settings[ $field->get_name() ] ) ) {
|
91 |
$value = $condition_settings[ $field->get_name() ];
|
92 |
}
|
93 |
+
$formatted_for_log .= sprintf( ' %1$s: %2$s;', $field->get_name(), is_array( $value ) ? implode( ', ', $value ) : $value );
|
94 |
}
|
95 |
// Translators: input data.
|
96 |
$formatted_for_log .= sprintf( __( ' input data: %1$s;', 'flexible-shipping' ), $input_data );
|
src/WPDesk/FS/TableRate/Rule/Cost/AbstractAdditionalCost.php
CHANGED
@@ -82,10 +82,10 @@ abstract class AbstractAdditionalCost implements AdditionalCost, JsonSerializabl
|
|
82 |
*/
|
83 |
public function calculate_cost( ShippingContents $shipping_contents, array $additional_cost_settings, LoggerInterface $logger ) {
|
84 |
$calculated_additional_cost = 0;
|
|
|
|
|
|
|
85 |
try {
|
86 |
-
$per_value = $this->get_per_value( $additional_cost_settings );
|
87 |
-
$additional_cost = $this->get_additional_cost( $additional_cost_settings );
|
88 |
-
$shipment_contents_value = $this->get_value_from_shipment_contents( $shipping_contents );
|
89 |
if ( isset( $per_value, $additional_cost ) && 0.0 !== (float) $per_value ) {
|
90 |
$calculated_additional_cost = ceil( (float) $shipment_contents_value / (float) $per_value ) * (float) $additional_cost;
|
91 |
}
|
@@ -96,12 +96,14 @@ abstract class AbstractAdditionalCost implements AdditionalCost, JsonSerializabl
|
|
96 |
|
97 |
$logger->debug(
|
98 |
sprintf(
|
99 |
-
' %1$s %2$s
|
100 |
__( 'additional cost:', 'flexible-shipping' ),
|
101 |
// Translators: cost per.
|
102 |
sprintf( __( '%1$s per %2$s', 'flexible-shipping' ), $additional_cost, $per_value ),
|
103 |
// Translators: based on.
|
104 |
sprintf( __( 'based on: %1$s', 'flexible-shipping' ), $this->get_name() ),
|
|
|
|
|
105 |
// Translators: calculated.
|
106 |
sprintf( __( 'calculated: %1$s', 'flexible-shipping' ), $calculated_additional_cost )
|
107 |
)
|
82 |
*/
|
83 |
public function calculate_cost( ShippingContents $shipping_contents, array $additional_cost_settings, LoggerInterface $logger ) {
|
84 |
$calculated_additional_cost = 0;
|
85 |
+
$per_value = $this->get_per_value( $additional_cost_settings );
|
86 |
+
$additional_cost = $this->get_additional_cost( $additional_cost_settings );
|
87 |
+
$shipment_contents_value = $this->get_value_from_shipment_contents( $shipping_contents );
|
88 |
try {
|
|
|
|
|
|
|
89 |
if ( isset( $per_value, $additional_cost ) && 0.0 !== (float) $per_value ) {
|
90 |
$calculated_additional_cost = ceil( (float) $shipment_contents_value / (float) $per_value ) * (float) $additional_cost;
|
91 |
}
|
96 |
|
97 |
$logger->debug(
|
98 |
sprintf(
|
99 |
+
' %1$s %2$s; %3$s; %4$s; %5$s',
|
100 |
__( 'additional cost:', 'flexible-shipping' ),
|
101 |
// Translators: cost per.
|
102 |
sprintf( __( '%1$s per %2$s', 'flexible-shipping' ), $additional_cost, $per_value ),
|
103 |
// Translators: based on.
|
104 |
sprintf( __( 'based on: %1$s', 'flexible-shipping' ), $this->get_name() ),
|
105 |
+
// Translators: input data.
|
106 |
+
sprintf( __( 'input data: %1$s', 'flexible-shipping' ), $shipment_contents_value ),
|
107 |
// Translators: calculated.
|
108 |
sprintf( __( 'calculated: %1$s', 'flexible-shipping' ), $calculated_additional_cost )
|
109 |
)
|
src/WPDesk/FS/TableRate/Rule/CostsCalculator.php
CHANGED
@@ -192,8 +192,8 @@ class CostsCalculator {
|
|
192 |
$this->method_settings->get_calculation_method()
|
193 |
);
|
194 |
|
|
|
195 |
foreach ( $this->prepared_rules as $rule_index => $calculated_rule ) {
|
196 |
-
$this->shipping_contents->reset_contents();
|
197 |
$this->shipping_contents = $calculated_rule->process_shipping_contents( $this->shipping_contents );
|
198 |
|
199 |
$rule_cost = 0.0;
|
@@ -226,6 +226,8 @@ class CostsCalculator {
|
|
226 |
break;
|
227 |
}
|
228 |
}
|
|
|
|
|
229 |
}
|
230 |
|
231 |
if ( null === $calculated_cost ) {
|
192 |
$this->method_settings->get_calculation_method()
|
193 |
);
|
194 |
|
195 |
+
$this->shipping_contents->reset_contents();
|
196 |
foreach ( $this->prepared_rules as $rule_index => $calculated_rule ) {
|
|
|
197 |
$this->shipping_contents = $calculated_rule->process_shipping_contents( $this->shipping_contents );
|
198 |
|
199 |
$rule_cost = 0.0;
|
226 |
break;
|
227 |
}
|
228 |
}
|
229 |
+
|
230 |
+
$this->shipping_contents->reset_contents();
|
231 |
}
|
232 |
|
233 |
if ( null === $calculated_cost ) {
|
src/WPDesk/FS/TableRate/Rule/ShippingContents/ShippingContents.php
CHANGED
@@ -47,7 +47,7 @@ interface ShippingContents {
|
|
47 |
/**
|
48 |
* Returns non filtered contents.
|
49 |
*
|
50 |
-
* @return
|
51 |
*/
|
52 |
public function get_non_filtered_contents();
|
53 |
|
47 |
/**
|
48 |
* Returns non filtered contents.
|
49 |
*
|
50 |
+
* @return array
|
51 |
*/
|
52 |
public function get_non_filtered_contents();
|
53 |
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInited23db096a8365c6883e6439e1d780da::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitfdfa7e3bd864161e43cb563288920cd6
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
@@ -48,19 +48,19 @@ class ComposerAutoloaderInitfdfa7e3bd864161e43cb563288920cd6
|
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
-
$includeFiles = Composer\Autoload\
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
-
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
-
function
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInited23db096a8365c6883e6439e1d780da
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInited23db096a8365c6883e6439e1d780da', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInited23db096a8365c6883e6439e1d780da', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInited23db096a8365c6883e6439e1d780da::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
+
$includeFiles = Composer\Autoload\ComposerStaticInited23db096a8365c6883e6439e1d780da::$files;
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
+
composerRequireed23db096a8365c6883e6439e1d780da($fileIdentifier, $file);
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
+
function composerRequireed23db096a8365c6883e6439e1d780da($fileIdentifier, $file)
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'0509b34a4bd7aebefeac629c9dc8a978' => __DIR__ . '/..' . '/wpdesk/wp-notice/src/WPDesk/notice-functions.php',
|
@@ -596,10 +596,10 @@ class ComposerStaticInitfdfa7e3bd864161e43cb563288920cd6
|
|
596 |
public static function getInitializer(ClassLoader $loader)
|
597 |
{
|
598 |
return \Closure::bind(function () use ($loader) {
|
599 |
-
$loader->prefixLengthsPsr4 =
|
600 |
-
$loader->prefixDirsPsr4 =
|
601 |
-
$loader->fallbackDirsPsr4 =
|
602 |
-
$loader->classMap =
|
603 |
|
604 |
}, null, ClassLoader::class);
|
605 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInited23db096a8365c6883e6439e1d780da
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'0509b34a4bd7aebefeac629c9dc8a978' => __DIR__ . '/..' . '/wpdesk/wp-notice/src/WPDesk/notice-functions.php',
|
596 |
public static function getInitializer(ClassLoader $loader)
|
597 |
{
|
598 |
return \Closure::bind(function () use ($loader) {
|
599 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInited23db096a8365c6883e6439e1d780da::$prefixLengthsPsr4;
|
600 |
+
$loader->prefixDirsPsr4 = ComposerStaticInited23db096a8365c6883e6439e1d780da::$prefixDirsPsr4;
|
601 |
+
$loader->fallbackDirsPsr4 = ComposerStaticInited23db096a8365c6883e6439e1d780da::$fallbackDirsPsr4;
|
602 |
+
$loader->classMap = ComposerStaticInited23db096a8365c6883e6439e1d780da::$classMap;
|
603 |
|
604 |
}, null, ClassLoader::class);
|
605 |
}
|