Version Description
- 2020-01-03 =
- Added support for WooCommerce 3.9
Download this release
Release Info
Developer | wpdesk |
Plugin | Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager |
Version | 2.2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.3
- classes/class-flexible-checkout-fields-plugin.php +2 -2
- composer.lock +6049 -826
- flexible-checkout-fields.php +5 -5
- inc/wpdesk-woo27-functions.php +0 -3
- lang/flexible-checkout-fields-pl_PL.mo +0 -0
- lang/flexible-checkout-fields-pl_PL.po +0 -875
- readme.txt +8 -2
- vendor/autoload.php +1 -1
- vendor/composer/autoload_classmap.php +10 -0
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +14 -4
- vendor_prefixed/wpdesk/wp-codeception/composer.json +48 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/AcceptanceTestGenerator.php +63 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/GeneratePluginActivation.php +70 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/GenerateWooCommerce.php +70 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/WooCommerceTestGenerator.php +25 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/CommandProvider.php +16 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/BaseCommand.php +22 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/CreateCodeceptionTests.php +116 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/RunCodeceptionTests.php +59 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/SedTrait.php +35 -0
- vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Plugin.php +33 -0
classes/class-flexible-checkout-fields-plugin.php
CHANGED
@@ -1104,8 +1104,8 @@ class Flexible_Checkout_Fields_Plugin extends \FcfVendor\WPDesk\PluginBuilder\Pl
|
|
1104 |
if ( defined( 'WC_VERSION' ) ) {
|
1105 |
$plugin_links[] = '<a href="' . admin_url( 'admin.php?page=inspire_checkout_fields_settings' ) . '">' . __( 'Settings', 'flexible-checkout-fields' ) . '</a>';
|
1106 |
}
|
1107 |
-
$plugin_links[] = '<a href="' . $docs_link . '">' . __( 'Docs', 'flexible-checkout-fields' ) . '</a>';
|
1108 |
-
$plugin_links[] = '<a href="https://wordpress.org/support/plugin/flexible-checkout-fields/">' . __( 'Support', 'flexible-checkout-fields' ) . '</a>';
|
1109 |
|
1110 |
$pro_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/sklep/woocommerce-checkout-fields/' : 'https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/';
|
1111 |
$utm = '?utm_source=wp-admin-plugins&utm_medium=link&utm_campaign=flexible-checkout-fields-plugins-upgrade-link';
|
1104 |
if ( defined( 'WC_VERSION' ) ) {
|
1105 |
$plugin_links[] = '<a href="' . admin_url( 'admin.php?page=inspire_checkout_fields_settings' ) . '">' . __( 'Settings', 'flexible-checkout-fields' ) . '</a>';
|
1106 |
}
|
1107 |
+
$plugin_links[] = '<a target="_blank" href="' . $docs_link . '">' . __( 'Docs', 'flexible-checkout-fields' ) . '</a>';
|
1108 |
+
$plugin_links[] = '<a target="_blank" href="https://wordpress.org/support/plugin/flexible-checkout-fields/">' . __( 'Support', 'flexible-checkout-fields' ) . '</a>';
|
1109 |
|
1110 |
$pro_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/sklep/woocommerce-checkout-fields/' : 'https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/';
|
1111 |
$utm = '?utm_source=wp-admin-plugins&utm_medium=link&utm_campaign=flexible-checkout-fields-plugins-upgrade-link';
|
composer.lock
CHANGED
@@ -4,7 +4,7 @@
|
|
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": "
|
8 |
"packages": [
|
9 |
{
|
10 |
"name": "psr/log",
|
@@ -174,38 +174,136 @@
|
|
174 |
"time": "2017-08-01T11:52:57+00:00"
|
175 |
},
|
176 |
{
|
177 |
-
"name": "
|
178 |
-
"version": "
|
179 |
"source": {
|
180 |
"type": "git",
|
181 |
-
"url": "https://github.com/
|
182 |
-
"reference": "
|
183 |
},
|
184 |
"dist": {
|
185 |
"type": "zip",
|
186 |
-
"url": "https://api.github.com/repos/
|
187 |
-
"reference": "
|
188 |
"shasum": ""
|
189 |
},
|
190 |
"require": {
|
191 |
-
"php": ">=5.3
|
192 |
},
|
193 |
"require-dev": {
|
194 |
-
"
|
195 |
-
"
|
196 |
-
"
|
197 |
-
|
198 |
-
|
|
|
199 |
},
|
200 |
"type": "library",
|
201 |
"extra": {
|
202 |
"branch-alias": {
|
203 |
-
"dev-master": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
},
|
206 |
"autoload": {
|
207 |
"psr-4": {
|
208 |
-
"
|
|
|
209 |
}
|
210 |
},
|
211 |
"notification-url": "https://packagist.org/downloads/",
|
@@ -214,186 +312,4886 @@
|
|
214 |
],
|
215 |
"authors": [
|
216 |
{
|
217 |
-
"name": "
|
218 |
-
"email": "
|
219 |
-
"homepage": "http://
|
220 |
}
|
221 |
],
|
222 |
-
"description": "
|
223 |
-
"homepage": "
|
224 |
"keywords": [
|
225 |
-
"
|
226 |
-
"
|
|
|
|
|
|
|
227 |
],
|
228 |
-
"time": "
|
229 |
},
|
230 |
{
|
231 |
-
"name": "
|
232 |
-
"version": "
|
233 |
"source": {
|
234 |
"type": "git",
|
235 |
-
"url": "https://github.com/
|
236 |
-
"reference": "
|
237 |
},
|
238 |
"dist": {
|
239 |
"type": "zip",
|
240 |
-
"url": "https://api.github.com/repos/
|
241 |
-
"reference": "
|
242 |
"shasum": ""
|
243 |
},
|
244 |
"require": {
|
245 |
-
"php": ">=
|
|
|
|
|
|
|
246 |
},
|
247 |
"replace": {
|
248 |
-
"
|
249 |
-
"davedevelopment/hamcrest-php": "*",
|
250 |
-
"kodova/hamcrest-php": "*"
|
251 |
},
|
252 |
"require-dev": {
|
253 |
-
"
|
254 |
-
"
|
255 |
},
|
256 |
"type": "library",
|
257 |
"autoload": {
|
258 |
-
"
|
259 |
-
"
|
260 |
-
|
261 |
-
"files": [
|
262 |
-
"hamcrest/Hamcrest.php"
|
263 |
-
]
|
264 |
},
|
265 |
"notification-url": "https://packagist.org/downloads/",
|
266 |
"license": [
|
267 |
-
"
|
268 |
],
|
269 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
"keywords": [
|
271 |
-
"
|
|
|
|
|
|
|
|
|
272 |
],
|
273 |
-
"time": "
|
274 |
},
|
275 |
{
|
276 |
-
"name": "
|
277 |
-
"version": "
|
278 |
"source": {
|
279 |
"type": "git",
|
280 |
-
"url": "https://github.com/
|
281 |
-
"reference": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
},
|
283 |
"dist": {
|
284 |
"type": "zip",
|
285 |
-
"url": "https://api.github.com/repos/
|
286 |
-
"reference": "
|
287 |
"shasum": ""
|
288 |
},
|
289 |
"require": {
|
290 |
-
"
|
291 |
-
"
|
292 |
-
"php": ">=5.3.2"
|
293 |
},
|
294 |
"require-dev": {
|
295 |
-
"
|
|
|
|
|
|
|
|
|
296 |
},
|
297 |
-
"type": "
|
298 |
"extra": {
|
299 |
"branch-alias": {
|
300 |
-
"dev-master": "
|
301 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
},
|
303 |
"autoload": {
|
304 |
-
"psr-
|
305 |
-
"
|
306 |
-
}
|
|
|
|
|
|
|
307 |
},
|
308 |
"notification-url": "https://packagist.org/downloads/",
|
309 |
"license": [
|
310 |
-
"
|
311 |
],
|
312 |
"authors": [
|
313 |
{
|
314 |
-
"name": "
|
315 |
-
"email": "
|
316 |
-
"homepage": "
|
317 |
-
},
|
318 |
-
{
|
319 |
-
"name": "Dave Marshall",
|
320 |
-
"email": "dave.marshall@atstsolutions.co.uk",
|
321 |
-
"homepage": "http://davedevelopment.co.uk"
|
322 |
}
|
323 |
],
|
324 |
-
"description": "
|
325 |
-
"homepage": "
|
326 |
-
"
|
327 |
-
"BDD",
|
328 |
-
"TDD",
|
329 |
-
"library",
|
330 |
-
"mock",
|
331 |
-
"mock objects",
|
332 |
-
"mockery",
|
333 |
-
"stub",
|
334 |
-
"test",
|
335 |
-
"test double",
|
336 |
-
"testing"
|
337 |
-
],
|
338 |
-
"time": "2019-02-12T16:07:13+00:00"
|
339 |
},
|
340 |
{
|
341 |
-
"name": "
|
342 |
-
"version": "
|
343 |
"source": {
|
344 |
"type": "git",
|
345 |
-
"url": "https://github.com/
|
346 |
-
"reference": "
|
347 |
},
|
348 |
"dist": {
|
349 |
"type": "zip",
|
350 |
-
"url": "https://api.github.com/repos/
|
351 |
-
"reference": "
|
352 |
"shasum": ""
|
353 |
},
|
354 |
"require": {
|
355 |
-
"
|
356 |
-
"psr/log": "~1.0"
|
357 |
-
},
|
358 |
-
"provide": {
|
359 |
-
"psr/log-implementation": "1.0.0"
|
360 |
},
|
361 |
"require-dev": {
|
362 |
-
"
|
363 |
-
"
|
364 |
-
"graylog2/gelf-php": "~1.0",
|
365 |
-
"jakub-onderka/php-parallel-lint": "0.9",
|
366 |
-
"php-amqplib/php-amqplib": "~2.4",
|
367 |
-
"php-console/php-console": "^3.1.3",
|
368 |
-
"phpunit/phpunit": "~4.5",
|
369 |
-
"phpunit/phpunit-mock-objects": "2.3.0",
|
370 |
-
"ruflin/elastica": ">=0.90 <3.0",
|
371 |
-
"sentry/sentry": "^0.13",
|
372 |
-
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
373 |
-
},
|
374 |
-
"suggest": {
|
375 |
-
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
376 |
-
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
377 |
-
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
378 |
-
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
379 |
-
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
380 |
-
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
381 |
-
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
382 |
-
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
383 |
-
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
384 |
-
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
385 |
-
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
386 |
},
|
387 |
-
"type": "
|
388 |
"extra": {
|
389 |
"branch-alias": {
|
390 |
-
"dev-master": "2.
|
391 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
},
|
393 |
"autoload": {
|
394 |
"psr-4": {
|
395 |
-
"
|
396 |
-
}
|
|
|
|
|
|
|
397 |
},
|
398 |
"notification-url": "https://packagist.org/downloads/",
|
399 |
"license": [
|
@@ -401,97 +5199,133 @@
|
|
401 |
],
|
402 |
"authors": [
|
403 |
{
|
404 |
-
"name": "
|
405 |
-
"email": "
|
406 |
-
"homepage": "
|
407 |
}
|
408 |
],
|
409 |
-
"description": "
|
410 |
-
"homepage": "
|
411 |
-
"
|
412 |
-
"log",
|
413 |
-
"logging",
|
414 |
-
"psr-3"
|
415 |
-
],
|
416 |
-
"time": "2019-09-06T13:49:17+00:00"
|
417 |
},
|
418 |
{
|
419 |
-
"name": "
|
420 |
-
"version": "
|
421 |
"source": {
|
422 |
"type": "git",
|
423 |
-
"url": "https://github.com/
|
424 |
-
"reference": "
|
425 |
},
|
426 |
"dist": {
|
427 |
"type": "zip",
|
428 |
-
"url": "https://api.github.com/repos/
|
429 |
-
"reference": "
|
430 |
"shasum": ""
|
431 |
},
|
432 |
"require": {
|
433 |
-
"
|
434 |
},
|
435 |
"require-dev": {
|
436 |
-
"
|
437 |
-
"
|
438 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
},
|
440 |
-
"type": "library",
|
441 |
"autoload": {
|
442 |
"psr-4": {
|
443 |
-
"
|
444 |
},
|
445 |
"files": [
|
446 |
-
"
|
447 |
]
|
448 |
},
|
449 |
"notification-url": "https://packagist.org/downloads/",
|
450 |
"license": [
|
451 |
"MIT"
|
452 |
],
|
453 |
-
"
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
"object graph"
|
460 |
],
|
461 |
-
"
|
|
|
|
|
462 |
},
|
463 |
{
|
464 |
-
"name": "
|
465 |
-
"version": "
|
466 |
"source": {
|
467 |
"type": "git",
|
468 |
-
"url": "https://github.com/
|
469 |
-
"reference": "
|
470 |
},
|
471 |
"dist": {
|
472 |
"type": "zip",
|
473 |
-
"url": "https://api.github.com/repos/
|
474 |
-
"reference": "
|
475 |
"shasum": ""
|
476 |
},
|
477 |
"require": {
|
478 |
-
"
|
479 |
},
|
480 |
"require-dev": {
|
481 |
-
"
|
|
|
482 |
},
|
483 |
-
"type": "
|
484 |
"extra": {
|
485 |
"branch-alias": {
|
486 |
-
"dev-master": "
|
487 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
488 |
},
|
489 |
"autoload": {
|
490 |
"psr-4": {
|
491 |
-
"
|
492 |
-
|
493 |
-
|
494 |
-
|
|
|
495 |
},
|
496 |
"notification-url": "https://packagist.org/downloads/",
|
497 |
"license": [
|
@@ -499,52 +5333,204 @@
|
|
499 |
],
|
500 |
"authors": [
|
501 |
{
|
502 |
-
"name": "
|
503 |
-
"
|
504 |
}
|
505 |
],
|
506 |
-
"description": "
|
507 |
-
"homepage": "
|
508 |
-
"
|
509 |
-
"FQSEN",
|
510 |
-
"phpDocumentor",
|
511 |
-
"phpdoc",
|
512 |
-
"reflection",
|
513 |
-
"static analysis"
|
514 |
-
],
|
515 |
-
"time": "2017-09-11T18:02:19+00:00"
|
516 |
},
|
517 |
{
|
518 |
-
"name": "
|
519 |
-
"version": "
|
520 |
"source": {
|
521 |
"type": "git",
|
522 |
-
"url": "https://github.com/
|
523 |
-
"reference": "
|
524 |
},
|
525 |
"dist": {
|
526 |
"type": "zip",
|
527 |
-
"url": "https://api.github.com/repos/
|
528 |
-
"reference": "
|
529 |
"shasum": ""
|
530 |
},
|
531 |
"require": {
|
532 |
-
"
|
533 |
-
"phpdocumentor/reflection-common": "^1.0.0",
|
534 |
-
"phpdocumentor/type-resolver": "^0.4.0",
|
535 |
-
"webmozart/assert": "^1.0"
|
536 |
},
|
537 |
"require-dev": {
|
538 |
-
"
|
539 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
540 |
},
|
541 |
-
"type": "library",
|
542 |
"autoload": {
|
543 |
"psr-4": {
|
544 |
-
"
|
545 |
-
|
546 |
-
|
547 |
-
|
|
|
|
|
548 |
},
|
549 |
"notification-url": "https://packagist.org/downloads/",
|
550 |
"license": [
|
@@ -552,47 +5538,53 @@
|
|
552 |
],
|
553 |
"authors": [
|
554 |
{
|
555 |
-
"name": "
|
556 |
-
"email": "
|
|
|
557 |
}
|
558 |
],
|
559 |
-
"description": "
|
560 |
-
"
|
|
|
561 |
},
|
562 |
{
|
563 |
-
"name": "
|
564 |
-
"version": "0.
|
565 |
"source": {
|
566 |
"type": "git",
|
567 |
-
"url": "https://github.com/
|
568 |
-
"reference": "
|
569 |
},
|
570 |
"dist": {
|
571 |
"type": "zip",
|
572 |
-
"url": "https://api.github.com/repos/
|
573 |
-
"reference": "
|
574 |
"shasum": ""
|
575 |
},
|
576 |
"require": {
|
577 |
-
"
|
578 |
-
"phpdocumentor/reflection-common": "^1.0"
|
579 |
},
|
580 |
"require-dev": {
|
581 |
-
"
|
582 |
-
"phpunit/phpunit": "^5.2||^4.8.24"
|
583 |
},
|
584 |
-
"type": "
|
585 |
"extra": {
|
586 |
"branch-alias": {
|
587 |
-
"dev-master": "
|
588 |
-
}
|
|
|
|
|
|
|
|
|
|
|
589 |
},
|
590 |
"autoload": {
|
591 |
"psr-4": {
|
592 |
-
"
|
593 |
-
|
594 |
-
|
595 |
-
|
|
|
596 |
},
|
597 |
"notification-url": "https://packagist.org/downloads/",
|
598 |
"license": [
|
@@ -600,47 +5592,57 @@
|
|
600 |
],
|
601 |
"authors": [
|
602 |
{
|
603 |
-
"name": "
|
604 |
-
"email": "
|
|
|
605 |
}
|
606 |
],
|
607 |
-
"
|
|
|
|
|
608 |
},
|
609 |
{
|
610 |
-
"name": "
|
611 |
-
"version": "
|
612 |
"source": {
|
613 |
"type": "git",
|
614 |
-
"url": "https://github.com/
|
615 |
-
"reference": "
|
616 |
},
|
617 |
"dist": {
|
618 |
"type": "zip",
|
619 |
-
"url": "https://api.github.com/repos/
|
620 |
-
"reference": "
|
621 |
"shasum": ""
|
622 |
},
|
623 |
"require": {
|
624 |
-
"
|
625 |
-
"
|
626 |
-
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
627 |
-
"sebastian/comparator": "^1.1|^2.0|^3.0",
|
628 |
-
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
629 |
},
|
630 |
"require-dev": {
|
631 |
-
"
|
632 |
-
"
|
|
|
|
|
|
|
633 |
},
|
634 |
-
"type": "
|
635 |
"extra": {
|
636 |
"branch-alias": {
|
637 |
-
"dev-master": "
|
638 |
-
}
|
|
|
|
|
|
|
|
|
639 |
},
|
640 |
"autoload": {
|
641 |
"psr-4": {
|
642 |
-
"
|
643 |
-
}
|
|
|
|
|
|
|
644 |
},
|
645 |
"notification-url": "https://packagist.org/downloads/",
|
646 |
"license": [
|
@@ -648,1079 +5650,1194 @@
|
|
648 |
],
|
649 |
"authors": [
|
650 |
{
|
651 |
-
"name": "
|
652 |
-
"email": "
|
653 |
-
"homepage": "
|
654 |
-
}
|
655 |
-
{
|
656 |
-
"name": "Marcello Duarte",
|
657 |
-
"email": "marcello.duarte@gmail.com"
|
658 |
-
}
|
659 |
-
],
|
660 |
-
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
661 |
-
"homepage": "https://github.com/phpspec/prophecy",
|
662 |
-
"keywords": [
|
663 |
-
"Double",
|
664 |
-
"Dummy",
|
665 |
-
"fake",
|
666 |
-
"mock",
|
667 |
-
"spy",
|
668 |
-
"stub"
|
669 |
],
|
670 |
-
"
|
|
|
|
|
671 |
},
|
672 |
{
|
673 |
-
"name": "
|
674 |
-
"version": "
|
675 |
"source": {
|
676 |
"type": "git",
|
677 |
-
"url": "https://github.com/
|
678 |
-
"reference": "
|
679 |
},
|
680 |
"dist": {
|
681 |
"type": "zip",
|
682 |
-
"url": "https://api.github.com/repos/
|
683 |
-
"reference": "
|
684 |
"shasum": ""
|
685 |
},
|
686 |
"require": {
|
687 |
-
"
|
688 |
-
"
|
689 |
-
"php": "^5.6 || ^7.0",
|
690 |
-
"phpunit/php-file-iterator": "^1.3",
|
691 |
-
"phpunit/php-text-template": "^1.2",
|
692 |
-
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
|
693 |
-
"sebastian/code-unit-reverse-lookup": "^1.0",
|
694 |
-
"sebastian/environment": "^1.3.2 || ^2.0",
|
695 |
-
"sebastian/version": "^1.0 || ^2.0"
|
696 |
},
|
697 |
"require-dev": {
|
698 |
-
"
|
699 |
-
"
|
700 |
-
|
701 |
-
"suggest": {
|
702 |
-
"ext-xdebug": "^2.5.1"
|
703 |
},
|
704 |
-
"type": "
|
705 |
"extra": {
|
706 |
"branch-alias": {
|
707 |
-
"dev-master": "
|
708 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
709 |
},
|
710 |
"autoload": {
|
711 |
-
"
|
712 |
-
"src/"
|
|
|
|
|
|
|
713 |
]
|
714 |
},
|
715 |
"notification-url": "https://packagist.org/downloads/",
|
716 |
"license": [
|
717 |
-
"
|
718 |
],
|
719 |
"authors": [
|
720 |
{
|
721 |
-
"name": "
|
722 |
-
"email": "
|
723 |
-
"
|
724 |
}
|
725 |
],
|
726 |
-
"description": "
|
727 |
-
"homepage": "https://github.com/
|
728 |
-
"
|
729 |
-
"coverage",
|
730 |
-
"testing",
|
731 |
-
"xunit"
|
732 |
-
],
|
733 |
-
"time": "2017-04-02T07:44:40+00:00"
|
734 |
},
|
735 |
{
|
736 |
-
"name": "
|
737 |
-
"version": "
|
738 |
"source": {
|
739 |
"type": "git",
|
740 |
-
"url": "https://github.com/
|
741 |
-
"reference": "
|
742 |
},
|
743 |
"dist": {
|
744 |
"type": "zip",
|
745 |
-
"url": "https://api.github.com/repos/
|
746 |
-
"reference": "
|
747 |
"shasum": ""
|
748 |
},
|
749 |
"require": {
|
750 |
-
"
|
|
|
|
|
751 |
},
|
752 |
-
"
|
|
|
|
|
|
|
|
|
753 |
"extra": {
|
754 |
"branch-alias": {
|
755 |
-
"dev-master": "
|
756 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
757 |
},
|
758 |
"autoload": {
|
759 |
-
"
|
760 |
-
"src/"
|
|
|
|
|
|
|
761 |
]
|
762 |
},
|
763 |
"notification-url": "https://packagist.org/downloads/",
|
764 |
"license": [
|
765 |
-
"
|
766 |
],
|
767 |
"authors": [
|
768 |
{
|
769 |
-
"name": "
|
770 |
-
"
|
771 |
-
"role": "lead"
|
772 |
}
|
773 |
],
|
774 |
-
"description": "
|
775 |
-
"homepage": "https://github.com/
|
776 |
-
"
|
777 |
-
"filesystem",
|
778 |
-
"iterator"
|
779 |
-
],
|
780 |
-
"time": "2017-11-27T13:52:08+00:00"
|
781 |
},
|
782 |
{
|
783 |
-
"name": "
|
784 |
-
"version": "
|
785 |
"source": {
|
786 |
"type": "git",
|
787 |
-
"url": "https://github.com/
|
788 |
-
"reference": "
|
789 |
},
|
790 |
"dist": {
|
791 |
"type": "zip",
|
792 |
-
"url": "https://api.github.com/repos/
|
793 |
-
"reference": "
|
794 |
"shasum": ""
|
795 |
},
|
796 |
"require": {
|
797 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
798 |
},
|
799 |
-
"type": "library",
|
800 |
"autoload": {
|
801 |
-
"
|
802 |
-
"src/"
|
|
|
|
|
|
|
803 |
]
|
804 |
},
|
805 |
"notification-url": "https://packagist.org/downloads/",
|
806 |
"license": [
|
807 |
-
"
|
808 |
],
|
809 |
"authors": [
|
810 |
{
|
811 |
-
"name": "
|
812 |
-
"email": "
|
813 |
-
"
|
814 |
}
|
815 |
],
|
816 |
-
"description": "
|
817 |
-
"homepage": "https://github.com/
|
818 |
-
"
|
819 |
-
"template"
|
820 |
-
],
|
821 |
-
"time": "2015-06-21T13:50:34+00:00"
|
822 |
},
|
823 |
{
|
824 |
-
"name": "
|
825 |
-
"version": "
|
826 |
"source": {
|
827 |
"type": "git",
|
828 |
-
"url": "https://github.com/
|
829 |
-
"reference": "
|
830 |
},
|
831 |
"dist": {
|
832 |
"type": "zip",
|
833 |
-
"url": "https://api.github.com/repos/
|
834 |
-
"reference": "
|
835 |
"shasum": ""
|
836 |
},
|
837 |
"require": {
|
838 |
-
"
|
839 |
},
|
840 |
"require-dev": {
|
841 |
-
"
|
|
|
|
|
|
|
842 |
},
|
843 |
-
"type": "
|
844 |
"extra": {
|
845 |
"branch-alias": {
|
846 |
-
"dev-master": "
|
847 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
848 |
},
|
849 |
"autoload": {
|
850 |
-
"
|
851 |
-
"src/"
|
|
|
|
|
|
|
852 |
]
|
853 |
},
|
854 |
"notification-url": "https://packagist.org/downloads/",
|
855 |
"license": [
|
856 |
-
"
|
857 |
],
|
858 |
"authors": [
|
859 |
{
|
860 |
-
"name": "
|
861 |
-
"email": "
|
862 |
-
"
|
863 |
}
|
864 |
],
|
865 |
-
"description": "
|
866 |
-
"homepage": "https://github.com/
|
867 |
-
"
|
868 |
-
"timer"
|
869 |
-
],
|
870 |
-
"time": "2017-02-26T11:10:40+00:00"
|
871 |
},
|
872 |
{
|
873 |
-
"name": "
|
874 |
-
"version": "
|
875 |
"source": {
|
876 |
"type": "git",
|
877 |
-
"url": "https://github.com/
|
878 |
-
"reference": "
|
879 |
},
|
880 |
"dist": {
|
881 |
"type": "zip",
|
882 |
-
"url": "https://api.github.com/repos/
|
883 |
-
"reference": "
|
884 |
"shasum": ""
|
885 |
},
|
886 |
"require": {
|
887 |
-
"
|
888 |
-
"php": ">=5.3.3"
|
889 |
},
|
890 |
"require-dev": {
|
891 |
-
"
|
892 |
},
|
893 |
-
"type": "
|
894 |
"extra": {
|
895 |
"branch-alias": {
|
896 |
-
"dev-master": "
|
897 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
898 |
},
|
899 |
"autoload": {
|
900 |
-
"
|
901 |
-
"src/"
|
|
|
|
|
|
|
902 |
]
|
903 |
},
|
904 |
"notification-url": "https://packagist.org/downloads/",
|
905 |
"license": [
|
906 |
-
"
|
907 |
],
|
908 |
"authors": [
|
909 |
{
|
910 |
-
"name": "
|
911 |
-
"email": "
|
|
|
912 |
}
|
913 |
],
|
914 |
-
"description": "
|
915 |
-
"homepage": "https://github.com/
|
916 |
-
"
|
917 |
-
"tokenizer"
|
918 |
-
],
|
919 |
-
"time": "2017-12-04T08:55:13+00:00"
|
920 |
},
|
921 |
{
|
922 |
-
"name": "
|
923 |
-
"version": "
|
924 |
"source": {
|
925 |
"type": "git",
|
926 |
-
"url": "https://github.com/
|
927 |
-
"reference": "
|
928 |
},
|
929 |
"dist": {
|
930 |
"type": "zip",
|
931 |
-
"url": "https://api.github.com/repos/
|
932 |
-
"reference": "
|
933 |
"shasum": ""
|
934 |
},
|
935 |
"require": {
|
936 |
-
"
|
937 |
-
"ext-json": "*",
|
938 |
-
"ext-libxml": "*",
|
939 |
-
"ext-mbstring": "*",
|
940 |
-
"ext-xml": "*",
|
941 |
-
"myclabs/deep-copy": "~1.3",
|
942 |
-
"php": "^5.6 || ^7.0",
|
943 |
-
"phpspec/prophecy": "^1.6.2",
|
944 |
-
"phpunit/php-code-coverage": "^4.0.4",
|
945 |
-
"phpunit/php-file-iterator": "~1.4",
|
946 |
-
"phpunit/php-text-template": "~1.2",
|
947 |
-
"phpunit/php-timer": "^1.0.6",
|
948 |
-
"phpunit/phpunit-mock-objects": "^3.2",
|
949 |
-
"sebastian/comparator": "^1.2.4",
|
950 |
-
"sebastian/diff": "^1.4.3",
|
951 |
-
"sebastian/environment": "^1.3.4 || ^2.0",
|
952 |
-
"sebastian/exporter": "~2.0",
|
953 |
-
"sebastian/global-state": "^1.1",
|
954 |
-
"sebastian/object-enumerator": "~2.0",
|
955 |
-
"sebastian/resource-operations": "~1.0",
|
956 |
-
"sebastian/version": "^1.0.6|^2.0.1",
|
957 |
-
"symfony/yaml": "~2.1|~3.0|~4.0"
|
958 |
-
},
|
959 |
-
"conflict": {
|
960 |
-
"phpdocumentor/reflection-docblock": "3.0.2"
|
961 |
},
|
962 |
"require-dev": {
|
963 |
-
"
|
964 |
-
|
965 |
-
|
966 |
-
"ext-xdebug": "*",
|
967 |
-
"phpunit/php-invoker": "~1.1"
|
968 |
},
|
969 |
-
"
|
970 |
-
"phpunit"
|
971 |
-
],
|
972 |
-
"type": "library",
|
973 |
"extra": {
|
974 |
"branch-alias": {
|
975 |
-
"dev-master": "
|
976 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
977 |
},
|
978 |
"autoload": {
|
979 |
-
"
|
980 |
-
"src/"
|
|
|
|
|
|
|
981 |
]
|
982 |
},
|
983 |
"notification-url": "https://packagist.org/downloads/",
|
984 |
"license": [
|
985 |
-
"
|
986 |
],
|
987 |
"authors": [
|
988 |
{
|
989 |
-
"name": "
|
990 |
-
"email": "
|
991 |
-
"
|
992 |
}
|
993 |
],
|
994 |
-
"description": "
|
995 |
-
"homepage": "https://
|
996 |
-
"
|
997 |
-
"phpunit",
|
998 |
-
"testing",
|
999 |
-
"xunit"
|
1000 |
-
],
|
1001 |
-
"time": "2018-02-01T05:50:59+00:00"
|
1002 |
},
|
1003 |
{
|
1004 |
-
"name": "
|
1005 |
-
"version": "
|
1006 |
"source": {
|
1007 |
"type": "git",
|
1008 |
-
"url": "https://github.com/
|
1009 |
-
"reference": "
|
1010 |
},
|
1011 |
"dist": {
|
1012 |
"type": "zip",
|
1013 |
-
"url": "https://api.github.com/repos/
|
1014 |
-
"reference": "
|
1015 |
"shasum": ""
|
1016 |
},
|
1017 |
"require": {
|
1018 |
-
"
|
1019 |
-
"php": "^5.6 || ^7.0",
|
1020 |
-
"phpunit/php-text-template": "^1.2",
|
1021 |
-
"sebastian/exporter": "^1.2 || ^2.0"
|
1022 |
-
},
|
1023 |
-
"conflict": {
|
1024 |
-
"phpunit/phpunit": "<5.4.0"
|
1025 |
},
|
1026 |
"require-dev": {
|
1027 |
-
"phpunit/phpunit": "
|
1028 |
-
},
|
1029 |
-
"suggest": {
|
1030 |
-
"ext-soap": "*"
|
1031 |
},
|
1032 |
"type": "library",
|
1033 |
"extra": {
|
1034 |
"branch-alias": {
|
1035 |
-
"dev-master": "
|
1036 |
}
|
1037 |
},
|
1038 |
"autoload": {
|
1039 |
-
"
|
1040 |
-
"src/"
|
|
|
|
|
|
|
1041 |
]
|
1042 |
},
|
1043 |
"notification-url": "https://packagist.org/downloads/",
|
1044 |
"license": [
|
1045 |
-
"
|
1046 |
],
|
1047 |
"authors": [
|
1048 |
-
{
|
1049 |
-
"name": "
|
1050 |
-
"email": "
|
1051 |
-
"role": "lead"
|
1052 |
}
|
1053 |
],
|
1054 |
-
"description": "
|
1055 |
-
"homepage": "https://github.com/
|
1056 |
-
"
|
1057 |
-
"mock",
|
1058 |
-
"xunit"
|
1059 |
-
],
|
1060 |
-
"abandoned": true,
|
1061 |
-
"time": "2017-06-30T09:13:00+00:00"
|
1062 |
},
|
1063 |
{
|
1064 |
-
"name": "
|
1065 |
-
"version": "
|
1066 |
"source": {
|
1067 |
"type": "git",
|
1068 |
-
"url": "https://github.com/
|
1069 |
-
"reference": "
|
1070 |
},
|
1071 |
"dist": {
|
1072 |
"type": "zip",
|
1073 |
-
"url": "https://api.github.com/repos/
|
1074 |
-
"reference": "
|
1075 |
"shasum": ""
|
1076 |
},
|
1077 |
"require": {
|
1078 |
-
"
|
|
|
|
|
1079 |
},
|
1080 |
"require-dev": {
|
1081 |
-
"
|
|
|
1082 |
},
|
1083 |
-
"type": "
|
1084 |
"extra": {
|
1085 |
"branch-alias": {
|
1086 |
-
"dev-master": "
|
1087 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1088 |
},
|
1089 |
"autoload": {
|
1090 |
-
"
|
1091 |
-
"src/"
|
|
|
|
|
|
|
1092 |
]
|
1093 |
},
|
1094 |
"notification-url": "https://packagist.org/downloads/",
|
1095 |
"license": [
|
1096 |
-
"
|
1097 |
],
|
1098 |
"authors": [
|
1099 |
{
|
1100 |
-
"name": "
|
1101 |
-
"email": "
|
|
|
1102 |
}
|
1103 |
],
|
1104 |
-
"description": "
|
1105 |
-
"homepage": "https://github.com/
|
1106 |
-
"time": "
|
1107 |
},
|
1108 |
{
|
1109 |
-
"name": "
|
1110 |
-
"version": "
|
1111 |
"source": {
|
1112 |
"type": "git",
|
1113 |
-
"url": "https://github.com/
|
1114 |
-
"reference": "
|
1115 |
},
|
1116 |
"dist": {
|
1117 |
"type": "zip",
|
1118 |
-
"url": "https://api.github.com/repos/
|
1119 |
-
"reference": "
|
1120 |
"shasum": ""
|
1121 |
},
|
1122 |
"require": {
|
1123 |
-
"php": ">=5.3.
|
1124 |
-
"sebastian/diff": "~1.2",
|
1125 |
-
"sebastian/exporter": "~1.2 || ~2.0"
|
1126 |
-
},
|
1127 |
-
"require-dev": {
|
1128 |
-
"phpunit/phpunit": "~4.4"
|
1129 |
},
|
1130 |
"type": "library",
|
1131 |
-
"extra": {
|
1132 |
-
"branch-alias": {
|
1133 |
-
"dev-master": "1.2.x-dev"
|
1134 |
-
}
|
1135 |
-
},
|
1136 |
"autoload": {
|
1137 |
-
"
|
1138 |
-
"
|
|
|
|
|
|
|
1139 |
]
|
1140 |
},
|
1141 |
"notification-url": "https://packagist.org/downloads/",
|
1142 |
"license": [
|
1143 |
-
"
|
1144 |
],
|
1145 |
"authors": [
|
1146 |
{
|
1147 |
-
"name": "
|
1148 |
-
"email": "
|
1149 |
-
|
1150 |
-
{
|
1151 |
-
"name": "Volker Dusch",
|
1152 |
-
"email": "github@wallbash.com"
|
1153 |
-
},
|
1154 |
-
{
|
1155 |
-
"name": "Bernhard Schussek",
|
1156 |
-
"email": "bschussek@2bepublished.at"
|
1157 |
},
|
1158 |
{
|
1159 |
-
"name": "
|
1160 |
-
"email": "
|
|
|
1161 |
}
|
1162 |
],
|
1163 |
-
"description": "
|
1164 |
-
"homepage": "http://
|
1165 |
"keywords": [
|
1166 |
-
"
|
1167 |
-
"
|
1168 |
-
"equality"
|
1169 |
],
|
1170 |
-
"time": "
|
1171 |
},
|
1172 |
{
|
1173 |
-
"name": "
|
1174 |
-
"version": "
|
1175 |
"source": {
|
1176 |
"type": "git",
|
1177 |
-
"url": "https://github.com/
|
1178 |
-
"reference": "
|
1179 |
},
|
1180 |
"dist": {
|
1181 |
"type": "zip",
|
1182 |
-
"url": "https://api.github.com/repos/
|
1183 |
-
"reference": "
|
1184 |
"shasum": ""
|
1185 |
},
|
1186 |
"require": {
|
1187 |
-
"
|
1188 |
},
|
1189 |
"require-dev": {
|
1190 |
-
"
|
|
|
1191 |
},
|
1192 |
-
"type": "
|
1193 |
"extra": {
|
1194 |
"branch-alias": {
|
1195 |
-
"dev-master": "
|
1196 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1197 |
},
|
1198 |
"autoload": {
|
1199 |
-
"
|
1200 |
-
"src/"
|
|
|
|
|
|
|
1201 |
]
|
1202 |
},
|
1203 |
"notification-url": "https://packagist.org/downloads/",
|
1204 |
"license": [
|
1205 |
-
"
|
1206 |
],
|
1207 |
"authors": [
|
1208 |
{
|
1209 |
-
"name": "
|
1210 |
-
"email": "
|
1211 |
-
|
1212 |
-
{
|
1213 |
-
"name": "Sebastian Bergmann",
|
1214 |
-
"email": "sebastian@phpunit.de"
|
1215 |
}
|
1216 |
],
|
1217 |
-
"description": "
|
1218 |
-
"homepage": "https://github.com/
|
1219 |
-
"
|
1220 |
-
"diff"
|
1221 |
-
],
|
1222 |
-
"time": "2017-05-22T07:24:03+00:00"
|
1223 |
},
|
1224 |
{
|
1225 |
-
"name": "
|
1226 |
-
"version": "
|
1227 |
"source": {
|
1228 |
"type": "git",
|
1229 |
-
"url": "https://github.com/
|
1230 |
-
"reference": "
|
1231 |
},
|
1232 |
"dist": {
|
1233 |
"type": "zip",
|
1234 |
-
"url": "https://api.github.com/repos/
|
1235 |
-
"reference": "
|
1236 |
"shasum": ""
|
1237 |
},
|
1238 |
"require": {
|
1239 |
-
"
|
1240 |
},
|
1241 |
"require-dev": {
|
1242 |
-
"
|
1243 |
},
|
1244 |
-
"type": "
|
1245 |
"extra": {
|
1246 |
"branch-alias": {
|
1247 |
-
"dev-master": "2.
|
1248 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1249 |
},
|
1250 |
"autoload": {
|
1251 |
-
"
|
1252 |
-
"src/"
|
|
|
|
|
|
|
1253 |
]
|
1254 |
},
|
1255 |
"notification-url": "https://packagist.org/downloads/",
|
1256 |
"license": [
|
1257 |
-
"
|
1258 |
],
|
1259 |
"authors": [
|
1260 |
{
|
1261 |
-
"name": "
|
1262 |
-
"email": "
|
|
|
1263 |
}
|
1264 |
],
|
1265 |
-
"description": "
|
1266 |
-
"homepage": "
|
1267 |
-
"
|
1268 |
-
"Xdebug",
|
1269 |
-
"environment",
|
1270 |
-
"hhvm"
|
1271 |
-
],
|
1272 |
-
"time": "2016-11-26T07:53:53+00:00"
|
1273 |
},
|
1274 |
{
|
1275 |
-
"name": "
|
1276 |
-
"version": "
|
1277 |
"source": {
|
1278 |
"type": "git",
|
1279 |
-
"url": "https://github.com/
|
1280 |
-
"reference": "
|
1281 |
},
|
1282 |
"dist": {
|
1283 |
"type": "zip",
|
1284 |
-
"url": "https://api.github.com/repos/
|
1285 |
-
"reference": "
|
1286 |
"shasum": ""
|
1287 |
},
|
1288 |
"require": {
|
1289 |
-
"php": "
|
1290 |
-
"
|
1291 |
},
|
1292 |
"require-dev": {
|
1293 |
-
"
|
1294 |
-
"
|
1295 |
},
|
1296 |
-
"type": "
|
1297 |
"extra": {
|
1298 |
"branch-alias": {
|
1299 |
-
"dev-master": "2.
|
1300 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1301 |
},
|
1302 |
"autoload": {
|
1303 |
-
"
|
1304 |
-
"src/"
|
|
|
|
|
|
|
1305 |
]
|
1306 |
},
|
1307 |
"notification-url": "https://packagist.org/downloads/",
|
1308 |
"license": [
|
1309 |
-
"
|
1310 |
],
|
1311 |
"authors": [
|
1312 |
{
|
1313 |
-
"name": "
|
1314 |
-
"email": "
|
1315 |
-
|
1316 |
-
{
|
1317 |
-
"name": "Volker Dusch",
|
1318 |
-
"email": "github@wallbash.com"
|
1319 |
-
},
|
1320 |
-
{
|
1321 |
-
"name": "Bernhard Schussek",
|
1322 |
-
"email": "bschussek@2bepublished.at"
|
1323 |
-
},
|
1324 |
-
{
|
1325 |
-
"name": "Sebastian Bergmann",
|
1326 |
-
"email": "sebastian@phpunit.de"
|
1327 |
-
},
|
1328 |
-
{
|
1329 |
-
"name": "Adam Harvey",
|
1330 |
-
"email": "aharvey@php.net"
|
1331 |
}
|
1332 |
],
|
1333 |
-
"description": "
|
1334 |
-
"homepage": "
|
1335 |
-
"
|
1336 |
-
"export",
|
1337 |
-
"exporter"
|
1338 |
-
],
|
1339 |
-
"time": "2016-11-19T08:54:04+00:00"
|
1340 |
},
|
1341 |
{
|
1342 |
-
"name": "
|
1343 |
-
"version": "
|
1344 |
"source": {
|
1345 |
"type": "git",
|
1346 |
-
"url": "https://github.com/
|
1347 |
-
"reference": "
|
1348 |
},
|
1349 |
"dist": {
|
1350 |
"type": "zip",
|
1351 |
-
"url": "https://api.github.com/repos/
|
1352 |
-
"reference": "
|
1353 |
"shasum": ""
|
1354 |
},
|
1355 |
"require": {
|
1356 |
-
"
|
1357 |
},
|
1358 |
"require-dev": {
|
1359 |
-
"
|
1360 |
-
|
1361 |
-
|
1362 |
-
"
|
1363 |
},
|
1364 |
-
"type": "
|
1365 |
"extra": {
|
1366 |
"branch-alias": {
|
1367 |
-
"dev-master": "
|
1368 |
-
}
|
|
|
|
|
|
|
|
|
1369 |
},
|
1370 |
"autoload": {
|
1371 |
-
"
|
1372 |
-
"src/"
|
|
|
|
|
|
|
1373 |
]
|
1374 |
},
|
1375 |
"notification-url": "https://packagist.org/downloads/",
|
1376 |
"license": [
|
1377 |
-
"
|
1378 |
],
|
1379 |
"authors": [
|
1380 |
{
|
1381 |
-
"name": "
|
1382 |
-
"email": "
|
|
|
1383 |
}
|
1384 |
],
|
1385 |
-
"description": "
|
1386 |
-
"homepage": "
|
1387 |
-
"
|
1388 |
-
"global state"
|
1389 |
-
],
|
1390 |
-
"time": "2015-10-12T03:26:01+00:00"
|
1391 |
},
|
1392 |
{
|
1393 |
-
"name": "
|
1394 |
-
"version": "
|
1395 |
"source": {
|
1396 |
"type": "git",
|
1397 |
-
"url": "https://github.com/
|
1398 |
-
"reference": "
|
1399 |
},
|
1400 |
"dist": {
|
1401 |
"type": "zip",
|
1402 |
-
"url": "https://api.github.com/repos/
|
1403 |
-
"reference": "
|
1404 |
"shasum": ""
|
1405 |
},
|
1406 |
"require": {
|
1407 |
-
"
|
1408 |
-
"sebastian/recursion-context": "~2.0"
|
1409 |
},
|
1410 |
"require-dev": {
|
1411 |
-
"
|
1412 |
},
|
1413 |
-
"type": "
|
1414 |
"extra": {
|
1415 |
"branch-alias": {
|
1416 |
-
"dev-master": "2.
|
1417 |
-
}
|
|
|
|
|
|
|
|
|
1418 |
},
|
1419 |
"autoload": {
|
1420 |
-
"
|
1421 |
-
"src/"
|
|
|
|
|
|
|
1422 |
]
|
1423 |
},
|
1424 |
"notification-url": "https://packagist.org/downloads/",
|
1425 |
"license": [
|
1426 |
-
"
|
1427 |
],
|
1428 |
"authors": [
|
1429 |
{
|
1430 |
-
"name": "
|
1431 |
-
"email": "
|
|
|
1432 |
}
|
1433 |
],
|
1434 |
-
"description": "
|
1435 |
-
"homepage": "https://github.com/
|
1436 |
-
"time": "
|
1437 |
},
|
1438 |
{
|
1439 |
-
"name": "
|
1440 |
-
"version": "
|
1441 |
"source": {
|
1442 |
"type": "git",
|
1443 |
-
"url": "https://github.com/
|
1444 |
-
"reference": "
|
1445 |
},
|
1446 |
"dist": {
|
1447 |
"type": "zip",
|
1448 |
-
"url": "https://api.github.com/repos/
|
1449 |
-
"reference": "
|
1450 |
"shasum": ""
|
1451 |
},
|
1452 |
"require": {
|
1453 |
-
"
|
1454 |
},
|
1455 |
"require-dev": {
|
1456 |
-
"
|
1457 |
},
|
1458 |
-
"type": "
|
1459 |
"extra": {
|
1460 |
"branch-alias": {
|
1461 |
-
"dev-master": "2.
|
1462 |
-
}
|
|
|
|
|
|
|
|
|
1463 |
},
|
1464 |
"autoload": {
|
1465 |
-
"
|
1466 |
-
"src/"
|
|
|
|
|
|
|
|
|
1467 |
]
|
1468 |
},
|
1469 |
"notification-url": "https://packagist.org/downloads/",
|
1470 |
"license": [
|
1471 |
-
"
|
1472 |
],
|
1473 |
"authors": [
|
1474 |
{
|
1475 |
-
"name": "
|
1476 |
-
"email": "
|
1477 |
-
|
1478 |
-
{
|
1479 |
-
"name": "Sebastian Bergmann",
|
1480 |
-
"email": "sebastian@phpunit.de"
|
1481 |
-
},
|
1482 |
-
{
|
1483 |
-
"name": "Adam Harvey",
|
1484 |
-
"email": "aharvey@php.net"
|
1485 |
}
|
1486 |
],
|
1487 |
-
"description": "
|
1488 |
-
"homepage": "
|
1489 |
-
"time": "
|
1490 |
},
|
1491 |
{
|
1492 |
-
"name": "
|
1493 |
-
"version": "
|
1494 |
"source": {
|
1495 |
"type": "git",
|
1496 |
-
"url": "https://github.com/
|
1497 |
-
"reference": "
|
1498 |
},
|
1499 |
"dist": {
|
1500 |
"type": "zip",
|
1501 |
-
"url": "https://api.github.com/repos/
|
1502 |
-
"reference": "
|
1503 |
"shasum": ""
|
1504 |
},
|
1505 |
"require": {
|
1506 |
-
"
|
1507 |
},
|
1508 |
-
"
|
|
|
|
|
|
|
|
|
1509 |
"extra": {
|
1510 |
"branch-alias": {
|
1511 |
-
"dev-master": "
|
1512 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1513 |
},
|
1514 |
"autoload": {
|
1515 |
-
"
|
1516 |
-
"src/"
|
|
|
|
|
|
|
1517 |
]
|
1518 |
},
|
1519 |
"notification-url": "https://packagist.org/downloads/",
|
1520 |
"license": [
|
1521 |
-
"
|
1522 |
],
|
1523 |
"authors": [
|
1524 |
{
|
1525 |
-
"name": "
|
1526 |
-
"email": "
|
|
|
1527 |
}
|
1528 |
],
|
1529 |
-
"description": "
|
1530 |
-
"homepage": "https://
|
1531 |
-
"time": "
|
1532 |
},
|
1533 |
{
|
1534 |
-
"name": "
|
1535 |
-
"version": "
|
1536 |
"source": {
|
1537 |
"type": "git",
|
1538 |
-
"url": "https://github.com/
|
1539 |
-
"reference": "
|
1540 |
},
|
1541 |
"dist": {
|
1542 |
"type": "zip",
|
1543 |
-
"url": "https://api.github.com/repos/
|
1544 |
-
"reference": "
|
1545 |
"shasum": ""
|
1546 |
},
|
1547 |
"require": {
|
1548 |
-
"
|
1549 |
},
|
1550 |
-
"
|
|
|
|
|
|
|
|
|
1551 |
"extra": {
|
1552 |
"branch-alias": {
|
1553 |
-
"dev-master": "2.
|
1554 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1555 |
},
|
1556 |
"autoload": {
|
1557 |
-
"
|
1558 |
-
"src/"
|
|
|
|
|
|
|
1559 |
]
|
1560 |
},
|
1561 |
"notification-url": "https://packagist.org/downloads/",
|
1562 |
"license": [
|
1563 |
-
"
|
1564 |
],
|
1565 |
"authors": [
|
1566 |
{
|
1567 |
-
"name": "
|
1568 |
-
"email": "
|
1569 |
-
"
|
1570 |
}
|
1571 |
],
|
1572 |
-
"description": "
|
1573 |
-
"homepage": "https://github.com/
|
1574 |
-
"time": "
|
1575 |
},
|
1576 |
{
|
1577 |
-
"name": "
|
1578 |
-
"version": "
|
1579 |
"source": {
|
1580 |
"type": "git",
|
1581 |
-
"url": "https://github.com/
|
1582 |
-
"reference": "
|
1583 |
},
|
1584 |
"dist": {
|
1585 |
"type": "zip",
|
1586 |
-
"url": "https://api.github.com/repos/
|
1587 |
-
"reference": "
|
1588 |
"shasum": ""
|
1589 |
},
|
1590 |
"require": {
|
1591 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1592 |
},
|
1593 |
"suggest": {
|
1594 |
-
"ext-
|
|
|
1595 |
},
|
|
|
|
|
|
|
|
|
1596 |
"type": "library",
|
1597 |
"extra": {
|
1598 |
"branch-alias": {
|
1599 |
-
"dev-master": "
|
|
|
|
|
|
|
|
|
|
|
1600 |
}
|
1601 |
},
|
1602 |
"autoload": {
|
1603 |
-
"psr-
|
1604 |
-
"
|
1605 |
-
}
|
1606 |
-
"files": [
|
1607 |
-
"bootstrap.php"
|
1608 |
-
]
|
1609 |
},
|
1610 |
"notification-url": "https://packagist.org/downloads/",
|
1611 |
"license": [
|
1612 |
"MIT"
|
1613 |
],
|
1614 |
-
"
|
1615 |
-
|
1616 |
-
"name": "Gert de Pagter",
|
1617 |
-
"email": "BackEndTea@gmail.com"
|
1618 |
-
},
|
1619 |
-
{
|
1620 |
-
"name": "Symfony Community",
|
1621 |
-
"homepage": "https://symfony.com/contributors"
|
1622 |
-
}
|
1623 |
-
],
|
1624 |
-
"description": "Symfony polyfill for ctype functions",
|
1625 |
-
"homepage": "https://symfony.com",
|
1626 |
"keywords": [
|
1627 |
-
"
|
1628 |
-
"
|
1629 |
-
"polyfill",
|
1630 |
-
"portable"
|
1631 |
],
|
1632 |
-
"time": "2019-
|
1633 |
},
|
1634 |
{
|
1635 |
-
"name": "
|
1636 |
-
"version": "
|
1637 |
"source": {
|
1638 |
"type": "git",
|
1639 |
-
"url": "https://github.com/
|
1640 |
-
"reference": "
|
1641 |
},
|
1642 |
"dist": {
|
1643 |
"type": "zip",
|
1644 |
-
"url": "https://api.github.com/repos/
|
1645 |
-
"reference": "
|
1646 |
"shasum": ""
|
1647 |
},
|
1648 |
"require": {
|
1649 |
-
"
|
1650 |
-
"
|
1651 |
-
|
1652 |
-
|
1653 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1654 |
},
|
1655 |
"require-dev": {
|
1656 |
-
"
|
|
|
1657 |
},
|
1658 |
"suggest": {
|
1659 |
-
"
|
1660 |
},
|
1661 |
"type": "library",
|
1662 |
"extra": {
|
1663 |
"branch-alias": {
|
1664 |
-
"dev-master": "
|
1665 |
-
}
|
1666 |
-
},
|
1667 |
-
"autoload": {
|
1668 |
-
"psr-4": {
|
1669 |
-
"Symfony\\Component\\Yaml\\": ""
|
1670 |
},
|
1671 |
-
"
|
1672 |
-
"/Tests/"
|
1673 |
-
]
|
1674 |
},
|
1675 |
"notification-url": "https://packagist.org/downloads/",
|
1676 |
"license": [
|
1677 |
"MIT"
|
1678 |
],
|
1679 |
-
"
|
1680 |
-
|
1681 |
-
|
1682 |
-
|
1683 |
-
|
1684 |
-
{
|
1685 |
-
"name": "Symfony Community",
|
1686 |
-
"homepage": "https://symfony.com/contributors"
|
1687 |
-
}
|
1688 |
],
|
1689 |
-
"
|
1690 |
-
"homepage": "https://symfony.com",
|
1691 |
-
"time": "2019-08-20T13:31:17+00:00"
|
1692 |
},
|
1693 |
{
|
1694 |
-
"name": "
|
1695 |
-
"version": "
|
1696 |
"source": {
|
1697 |
"type": "git",
|
1698 |
-
"url": "https://github.com/
|
1699 |
-
"reference": "
|
1700 |
},
|
1701 |
"dist": {
|
1702 |
"type": "zip",
|
1703 |
-
"url": "https://api.github.com/repos/
|
1704 |
-
"reference": "
|
1705 |
"shasum": ""
|
1706 |
},
|
1707 |
"require": {
|
1708 |
-
"php": "
|
1709 |
-
"symfony/polyfill-ctype": "^1.8"
|
1710 |
},
|
1711 |
"require-dev": {
|
1712 |
-
"
|
|
|
|
|
1713 |
},
|
1714 |
"type": "library",
|
1715 |
-
"extra": {
|
1716 |
-
"branch-alias": {
|
1717 |
-
"dev-master": "1.3-dev"
|
1718 |
-
}
|
1719 |
-
},
|
1720 |
"autoload": {
|
1721 |
-
"
|
1722 |
-
"
|
1723 |
-
|
1724 |
},
|
1725 |
"notification-url": "https://packagist.org/downloads/",
|
1726 |
"license": [
|
@@ -1728,17 +6845,12 @@
|
|
1728 |
],
|
1729 |
"authors": [
|
1730 |
{
|
1731 |
-
"name": "
|
1732 |
-
"email": "
|
1733 |
}
|
1734 |
],
|
1735 |
-
"description": "
|
1736 |
-
"
|
1737 |
-
"assert",
|
1738 |
-
"check",
|
1739 |
-
"validate"
|
1740 |
-
],
|
1741 |
-
"time": "2019-08-24T08:43:50+00:00"
|
1742 |
},
|
1743 |
{
|
1744 |
"name": "wpdesk/wp-basic-requirements",
|
@@ -1819,6 +6931,65 @@
|
|
1819 |
],
|
1820 |
"time": "2019-09-18T14:51:51+00:00"
|
1821 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1822 |
{
|
1823 |
"name": "wpdesk/wp-logs",
|
1824 |
"version": "1.6.0",
|
@@ -2130,6 +7301,58 @@
|
|
2130 |
}
|
2131 |
],
|
2132 |
"time": "2019-08-17T11:23:37+00:00"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2133 |
}
|
2134 |
],
|
2135 |
"aliases": [],
|
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": "00960eee40d09d688880efe75387438c",
|
8 |
"packages": [
|
9 |
{
|
10 |
"name": "psr/log",
|
174 |
"time": "2017-08-01T11:52:57+00:00"
|
175 |
},
|
176 |
{
|
177 |
+
"name": "behat/gherkin",
|
178 |
+
"version": "v4.6.0",
|
179 |
"source": {
|
180 |
"type": "git",
|
181 |
+
"url": "https://github.com/Behat/Gherkin.git",
|
182 |
+
"reference": "ab0a02ea14893860bca00f225f5621d351a3ad07"
|
183 |
},
|
184 |
"dist": {
|
185 |
"type": "zip",
|
186 |
+
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/ab0a02ea14893860bca00f225f5621d351a3ad07",
|
187 |
+
"reference": "ab0a02ea14893860bca00f225f5621d351a3ad07",
|
188 |
"shasum": ""
|
189 |
},
|
190 |
"require": {
|
191 |
+
"php": ">=5.3.1"
|
192 |
},
|
193 |
"require-dev": {
|
194 |
+
"phpunit/phpunit": "~4.5|~5",
|
195 |
+
"symfony/phpunit-bridge": "~2.7|~3|~4",
|
196 |
+
"symfony/yaml": "~2.3|~3|~4"
|
197 |
+
},
|
198 |
+
"suggest": {
|
199 |
+
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
200 |
},
|
201 |
"type": "library",
|
202 |
"extra": {
|
203 |
"branch-alias": {
|
204 |
+
"dev-master": "4.4-dev"
|
205 |
+
}
|
206 |
+
},
|
207 |
+
"autoload": {
|
208 |
+
"psr-0": {
|
209 |
+
"Behat\\Gherkin": "src/"
|
210 |
+
}
|
211 |
+
},
|
212 |
+
"notification-url": "https://packagist.org/downloads/",
|
213 |
+
"license": [
|
214 |
+
"MIT"
|
215 |
+
],
|
216 |
+
"authors": [
|
217 |
+
{
|
218 |
+
"name": "Konstantin Kudryashov",
|
219 |
+
"email": "ever.zet@gmail.com",
|
220 |
+
"homepage": "http://everzet.com"
|
221 |
}
|
222 |
+
],
|
223 |
+
"description": "Gherkin DSL parser for PHP 5.3",
|
224 |
+
"homepage": "http://behat.org/",
|
225 |
+
"keywords": [
|
226 |
+
"BDD",
|
227 |
+
"Behat",
|
228 |
+
"Cucumber",
|
229 |
+
"DSL",
|
230 |
+
"gherkin",
|
231 |
+
"parser"
|
232 |
+
],
|
233 |
+
"time": "2019-01-16T14:22:17+00:00"
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"name": "codeception/codeception",
|
237 |
+
"version": "3.1.2",
|
238 |
+
"source": {
|
239 |
+
"type": "git",
|
240 |
+
"url": "https://github.com/Codeception/Codeception.git",
|
241 |
+
"reference": "5ea172de7b1b2e61dcdd50d73f8368886c549fb4"
|
242 |
+
},
|
243 |
+
"dist": {
|
244 |
+
"type": "zip",
|
245 |
+
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/5ea172de7b1b2e61dcdd50d73f8368886c549fb4",
|
246 |
+
"reference": "5ea172de7b1b2e61dcdd50d73f8368886c549fb4",
|
247 |
+
"shasum": ""
|
248 |
+
},
|
249 |
+
"require": {
|
250 |
+
"behat/gherkin": "^4.4.0",
|
251 |
+
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3",
|
252 |
+
"codeception/stub": "^2.0 | ^3.0",
|
253 |
+
"ext-curl": "*",
|
254 |
+
"ext-json": "*",
|
255 |
+
"ext-mbstring": "*",
|
256 |
+
"facebook/webdriver": "^1.6.0",
|
257 |
+
"guzzlehttp/guzzle": "^6.3.0",
|
258 |
+
"guzzlehttp/psr7": "~1.4",
|
259 |
+
"hoa/console": "~3.0",
|
260 |
+
"php": ">=5.6.0 <8.0",
|
261 |
+
"symfony/browser-kit": ">=2.7 <5.0",
|
262 |
+
"symfony/console": ">=2.7 <5.0",
|
263 |
+
"symfony/css-selector": ">=2.7 <5.0",
|
264 |
+
"symfony/dom-crawler": ">=2.7 <5.0",
|
265 |
+
"symfony/event-dispatcher": ">=2.7 <5.0",
|
266 |
+
"symfony/finder": ">=2.7 <5.0",
|
267 |
+
"symfony/yaml": ">=2.7 <5.0"
|
268 |
+
},
|
269 |
+
"require-dev": {
|
270 |
+
"codeception/specify": "~0.3",
|
271 |
+
"doctrine/annotations": "^1",
|
272 |
+
"doctrine/data-fixtures": "^1",
|
273 |
+
"doctrine/orm": "^2",
|
274 |
+
"flow/jsonpath": "~0.2",
|
275 |
+
"monolog/monolog": "~1.8",
|
276 |
+
"pda/pheanstalk": "~3.0",
|
277 |
+
"php-amqplib/php-amqplib": "~2.4",
|
278 |
+
"predis/predis": "^1.0",
|
279 |
+
"ramsey/uuid-doctrine": "^1.5",
|
280 |
+
"squizlabs/php_codesniffer": "~2.0",
|
281 |
+
"symfony/process": ">=2.7 <5.0",
|
282 |
+
"vlucas/phpdotenv": "^3.0"
|
283 |
+
},
|
284 |
+
"suggest": {
|
285 |
+
"aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
|
286 |
+
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
|
287 |
+
"codeception/specify": "BDD-style code blocks",
|
288 |
+
"codeception/verify": "BDD-style assertions",
|
289 |
+
"flow/jsonpath": "For using JSONPath in REST module",
|
290 |
+
"league/factory-muffin": "For DataFactory module",
|
291 |
+
"league/factory-muffin-faker": "For Faker support in DataFactory module",
|
292 |
+
"phpseclib/phpseclib": "for SFTP option in FTP Module",
|
293 |
+
"stecman/symfony-console-completion": "For BASH autocompletion",
|
294 |
+
"symfony/phpunit-bridge": "For phpunit-bridge support"
|
295 |
+
},
|
296 |
+
"bin": [
|
297 |
+
"codecept"
|
298 |
+
],
|
299 |
+
"type": "library",
|
300 |
+
"extra": {
|
301 |
+
"branch-alias": []
|
302 |
},
|
303 |
"autoload": {
|
304 |
"psr-4": {
|
305 |
+
"Codeception\\": "src/Codeception",
|
306 |
+
"Codeception\\Extension\\": "ext"
|
307 |
}
|
308 |
},
|
309 |
"notification-url": "https://packagist.org/downloads/",
|
312 |
],
|
313 |
"authors": [
|
314 |
{
|
315 |
+
"name": "Michael Bodnarchuk",
|
316 |
+
"email": "davert@mail.ua",
|
317 |
+
"homepage": "http://codegyre.com"
|
318 |
}
|
319 |
],
|
320 |
+
"description": "BDD-style testing framework",
|
321 |
+
"homepage": "http://codeception.com/",
|
322 |
"keywords": [
|
323 |
+
"BDD",
|
324 |
+
"TDD",
|
325 |
+
"acceptance testing",
|
326 |
+
"functional testing",
|
327 |
+
"unit testing"
|
328 |
],
|
329 |
+
"time": "2019-10-19T13:15:55+00:00"
|
330 |
},
|
331 |
{
|
332 |
+
"name": "codeception/phpunit-wrapper",
|
333 |
+
"version": "6.0.17",
|
334 |
"source": {
|
335 |
"type": "git",
|
336 |
+
"url": "https://github.com/Codeception/phpunit-wrapper.git",
|
337 |
+
"reference": "4394f87d6f2b18bf67cc9984845d0a3e257ccc9f"
|
338 |
},
|
339 |
"dist": {
|
340 |
"type": "zip",
|
341 |
+
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/4394f87d6f2b18bf67cc9984845d0a3e257ccc9f",
|
342 |
+
"reference": "4394f87d6f2b18bf67cc9984845d0a3e257ccc9f",
|
343 |
"shasum": ""
|
344 |
},
|
345 |
"require": {
|
346 |
+
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
|
347 |
+
"phpunit/phpunit": ">=5.7.27 <6.5.13",
|
348 |
+
"sebastian/comparator": ">=1.2.4 <3.0",
|
349 |
+
"sebastian/diff": ">=1.4 <4.0"
|
350 |
},
|
351 |
"replace": {
|
352 |
+
"codeception/phpunit-wrapper": "*"
|
|
|
|
|
353 |
},
|
354 |
"require-dev": {
|
355 |
+
"codeception/specify": "*",
|
356 |
+
"vlucas/phpdotenv": "^3.0"
|
357 |
},
|
358 |
"type": "library",
|
359 |
"autoload": {
|
360 |
+
"psr-4": {
|
361 |
+
"Codeception\\PHPUnit\\": "src\\"
|
362 |
+
}
|
|
|
|
|
|
|
363 |
},
|
364 |
"notification-url": "https://packagist.org/downloads/",
|
365 |
"license": [
|
366 |
+
"MIT"
|
367 |
],
|
368 |
+
"authors": [
|
369 |
+
{
|
370 |
+
"name": "Davert",
|
371 |
+
"email": "davert.php@resend.cc"
|
372 |
+
}
|
373 |
+
],
|
374 |
+
"description": "PHPUnit classes used by Codeception",
|
375 |
+
"time": "2019-08-18T15:48:56+00:00"
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"name": "codeception/stub",
|
379 |
+
"version": "2.1.0",
|
380 |
+
"source": {
|
381 |
+
"type": "git",
|
382 |
+
"url": "https://github.com/Codeception/Stub.git",
|
383 |
+
"reference": "853657f988942f7afb69becf3fd0059f192c705a"
|
384 |
+
},
|
385 |
+
"dist": {
|
386 |
+
"type": "zip",
|
387 |
+
"url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a",
|
388 |
+
"reference": "853657f988942f7afb69becf3fd0059f192c705a",
|
389 |
+
"shasum": ""
|
390 |
+
},
|
391 |
+
"require": {
|
392 |
+
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
|
393 |
+
},
|
394 |
+
"type": "library",
|
395 |
+
"autoload": {
|
396 |
+
"psr-4": {
|
397 |
+
"Codeception\\": "src/"
|
398 |
+
}
|
399 |
+
},
|
400 |
+
"notification-url": "https://packagist.org/downloads/",
|
401 |
+
"license": [
|
402 |
+
"MIT"
|
403 |
+
],
|
404 |
+
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
|
405 |
+
"time": "2019-03-02T15:35:10+00:00"
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"name": "composer/ca-bundle",
|
409 |
+
"version": "1.2.5",
|
410 |
+
"source": {
|
411 |
+
"type": "git",
|
412 |
+
"url": "https://github.com/composer/ca-bundle.git",
|
413 |
+
"reference": "62e8fc2dc550e5d6d8c9360c7721662670f58149"
|
414 |
+
},
|
415 |
+
"dist": {
|
416 |
+
"type": "zip",
|
417 |
+
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/62e8fc2dc550e5d6d8c9360c7721662670f58149",
|
418 |
+
"reference": "62e8fc2dc550e5d6d8c9360c7721662670f58149",
|
419 |
+
"shasum": ""
|
420 |
+
},
|
421 |
+
"require": {
|
422 |
+
"ext-openssl": "*",
|
423 |
+
"ext-pcre": "*",
|
424 |
+
"php": "^5.3.2 || ^7.0 || ^8.0"
|
425 |
+
},
|
426 |
+
"require-dev": {
|
427 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
|
428 |
+
"psr/log": "^1.0",
|
429 |
+
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
|
430 |
+
},
|
431 |
+
"type": "library",
|
432 |
+
"extra": {
|
433 |
+
"branch-alias": {
|
434 |
+
"dev-master": "1.x-dev"
|
435 |
+
}
|
436 |
+
},
|
437 |
+
"autoload": {
|
438 |
+
"psr-4": {
|
439 |
+
"Composer\\CaBundle\\": "src"
|
440 |
+
}
|
441 |
+
},
|
442 |
+
"notification-url": "https://packagist.org/downloads/",
|
443 |
+
"license": [
|
444 |
+
"MIT"
|
445 |
+
],
|
446 |
+
"authors": [
|
447 |
+
{
|
448 |
+
"name": "Jordi Boggiano",
|
449 |
+
"email": "j.boggiano@seld.be",
|
450 |
+
"homepage": "http://seld.be"
|
451 |
+
}
|
452 |
+
],
|
453 |
+
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
454 |
"keywords": [
|
455 |
+
"cabundle",
|
456 |
+
"cacert",
|
457 |
+
"certificate",
|
458 |
+
"ssl",
|
459 |
+
"tls"
|
460 |
],
|
461 |
+
"time": "2019-12-11T14:44:42+00:00"
|
462 |
},
|
463 |
{
|
464 |
+
"name": "composer/composer",
|
465 |
+
"version": "1.9.1",
|
466 |
"source": {
|
467 |
"type": "git",
|
468 |
+
"url": "https://github.com/composer/composer.git",
|
469 |
+
"reference": "bb01f2180df87ce7992b8331a68904f80439dd2f"
|
470 |
+
},
|
471 |
+
"dist": {
|
472 |
+
"type": "zip",
|
473 |
+
"url": "https://api.github.com/repos/composer/composer/zipball/bb01f2180df87ce7992b8331a68904f80439dd2f",
|
474 |
+
"reference": "bb01f2180df87ce7992b8331a68904f80439dd2f",
|
475 |
+
"shasum": ""
|
476 |
+
},
|
477 |
+
"require": {
|
478 |
+
"composer/ca-bundle": "^1.0",
|
479 |
+
"composer/semver": "^1.0",
|
480 |
+
"composer/spdx-licenses": "^1.2",
|
481 |
+
"composer/xdebug-handler": "^1.1",
|
482 |
+
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
|
483 |
+
"php": "^5.3.2 || ^7.0",
|
484 |
+
"psr/log": "^1.0",
|
485 |
+
"seld/jsonlint": "^1.4",
|
486 |
+
"seld/phar-utils": "^1.0",
|
487 |
+
"symfony/console": "^2.7 || ^3.0 || ^4.0",
|
488 |
+
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
|
489 |
+
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
|
490 |
+
"symfony/process": "^2.7 || ^3.0 || ^4.0"
|
491 |
+
},
|
492 |
+
"conflict": {
|
493 |
+
"symfony/console": "2.8.38"
|
494 |
+
},
|
495 |
+
"require-dev": {
|
496 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7",
|
497 |
+
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
|
498 |
+
},
|
499 |
+
"suggest": {
|
500 |
+
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
501 |
+
"ext-zip": "Enabling the zip extension allows you to unzip archives",
|
502 |
+
"ext-zlib": "Allow gzip compression of HTTP requests"
|
503 |
+
},
|
504 |
+
"bin": [
|
505 |
+
"bin/composer"
|
506 |
+
],
|
507 |
+
"type": "library",
|
508 |
+
"extra": {
|
509 |
+
"branch-alias": {
|
510 |
+
"dev-master": "1.9-dev"
|
511 |
+
}
|
512 |
+
},
|
513 |
+
"autoload": {
|
514 |
+
"psr-4": {
|
515 |
+
"Composer\\": "src/Composer"
|
516 |
+
}
|
517 |
+
},
|
518 |
+
"notification-url": "https://packagist.org/downloads/",
|
519 |
+
"license": [
|
520 |
+
"MIT"
|
521 |
+
],
|
522 |
+
"authors": [
|
523 |
+
{
|
524 |
+
"name": "Nils Adermann",
|
525 |
+
"email": "naderman@naderman.de",
|
526 |
+
"homepage": "http://www.naderman.de"
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"name": "Jordi Boggiano",
|
530 |
+
"email": "j.boggiano@seld.be",
|
531 |
+
"homepage": "http://seld.be"
|
532 |
+
}
|
533 |
+
],
|
534 |
+
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
|
535 |
+
"homepage": "https://getcomposer.org/",
|
536 |
+
"keywords": [
|
537 |
+
"autoload",
|
538 |
+
"dependency",
|
539 |
+
"package"
|
540 |
+
],
|
541 |
+
"time": "2019-11-01T16:20:17+00:00"
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"name": "composer/semver",
|
545 |
+
"version": "1.5.0",
|
546 |
+
"source": {
|
547 |
+
"type": "git",
|
548 |
+
"url": "https://github.com/composer/semver.git",
|
549 |
+
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
|
550 |
+
},
|
551 |
+
"dist": {
|
552 |
+
"type": "zip",
|
553 |
+
"url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
|
554 |
+
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
|
555 |
+
"shasum": ""
|
556 |
+
},
|
557 |
+
"require": {
|
558 |
+
"php": "^5.3.2 || ^7.0"
|
559 |
+
},
|
560 |
+
"require-dev": {
|
561 |
+
"phpunit/phpunit": "^4.5 || ^5.0.5",
|
562 |
+
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
563 |
+
},
|
564 |
+
"type": "library",
|
565 |
+
"extra": {
|
566 |
+
"branch-alias": {
|
567 |
+
"dev-master": "1.x-dev"
|
568 |
+
}
|
569 |
+
},
|
570 |
+
"autoload": {
|
571 |
+
"psr-4": {
|
572 |
+
"Composer\\Semver\\": "src"
|
573 |
+
}
|
574 |
+
},
|
575 |
+
"notification-url": "https://packagist.org/downloads/",
|
576 |
+
"license": [
|
577 |
+
"MIT"
|
578 |
+
],
|
579 |
+
"authors": [
|
580 |
+
{
|
581 |
+
"name": "Nils Adermann",
|
582 |
+
"email": "naderman@naderman.de",
|
583 |
+
"homepage": "http://www.naderman.de"
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"name": "Jordi Boggiano",
|
587 |
+
"email": "j.boggiano@seld.be",
|
588 |
+
"homepage": "http://seld.be"
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"name": "Rob Bast",
|
592 |
+
"email": "rob.bast@gmail.com",
|
593 |
+
"homepage": "http://robbast.nl"
|
594 |
+
}
|
595 |
+
],
|
596 |
+
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
597 |
+
"keywords": [
|
598 |
+
"semantic",
|
599 |
+
"semver",
|
600 |
+
"validation",
|
601 |
+
"versioning"
|
602 |
+
],
|
603 |
+
"time": "2019-03-19T17:25:45+00:00"
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"name": "composer/spdx-licenses",
|
607 |
+
"version": "1.5.2",
|
608 |
+
"source": {
|
609 |
+
"type": "git",
|
610 |
+
"url": "https://github.com/composer/spdx-licenses.git",
|
611 |
+
"reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
|
612 |
+
},
|
613 |
+
"dist": {
|
614 |
+
"type": "zip",
|
615 |
+
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
|
616 |
+
"reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
|
617 |
+
"shasum": ""
|
618 |
+
},
|
619 |
+
"require": {
|
620 |
+
"php": "^5.3.2 || ^7.0 || ^8.0"
|
621 |
+
},
|
622 |
+
"require-dev": {
|
623 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
|
624 |
+
},
|
625 |
+
"type": "library",
|
626 |
+
"extra": {
|
627 |
+
"branch-alias": {
|
628 |
+
"dev-master": "1.x-dev"
|
629 |
+
}
|
630 |
+
},
|
631 |
+
"autoload": {
|
632 |
+
"psr-4": {
|
633 |
+
"Composer\\Spdx\\": "src"
|
634 |
+
}
|
635 |
+
},
|
636 |
+
"notification-url": "https://packagist.org/downloads/",
|
637 |
+
"license": [
|
638 |
+
"MIT"
|
639 |
+
],
|
640 |
+
"authors": [
|
641 |
+
{
|
642 |
+
"name": "Nils Adermann",
|
643 |
+
"email": "naderman@naderman.de",
|
644 |
+
"homepage": "http://www.naderman.de"
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"name": "Jordi Boggiano",
|
648 |
+
"email": "j.boggiano@seld.be",
|
649 |
+
"homepage": "http://seld.be"
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"name": "Rob Bast",
|
653 |
+
"email": "rob.bast@gmail.com",
|
654 |
+
"homepage": "http://robbast.nl"
|
655 |
+
}
|
656 |
+
],
|
657 |
+
"description": "SPDX licenses list and validation library.",
|
658 |
+
"keywords": [
|
659 |
+
"license",
|
660 |
+
"spdx",
|
661 |
+
"validator"
|
662 |
+
],
|
663 |
+
"time": "2019-07-29T10:31:59+00:00"
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"name": "composer/xdebug-handler",
|
667 |
+
"version": "1.4.0",
|
668 |
+
"source": {
|
669 |
+
"type": "git",
|
670 |
+
"url": "https://github.com/composer/xdebug-handler.git",
|
671 |
+
"reference": "cbe23383749496fe0f373345208b79568e4bc248"
|
672 |
+
},
|
673 |
+
"dist": {
|
674 |
+
"type": "zip",
|
675 |
+
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
|
676 |
+
"reference": "cbe23383749496fe0f373345208b79568e4bc248",
|
677 |
+
"shasum": ""
|
678 |
+
},
|
679 |
+
"require": {
|
680 |
+
"php": "^5.3.2 || ^7.0 || ^8.0",
|
681 |
+
"psr/log": "^1.0"
|
682 |
+
},
|
683 |
+
"require-dev": {
|
684 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
|
685 |
+
},
|
686 |
+
"type": "library",
|
687 |
+
"autoload": {
|
688 |
+
"psr-4": {
|
689 |
+
"Composer\\XdebugHandler\\": "src"
|
690 |
+
}
|
691 |
+
},
|
692 |
+
"notification-url": "https://packagist.org/downloads/",
|
693 |
+
"license": [
|
694 |
+
"MIT"
|
695 |
+
],
|
696 |
+
"authors": [
|
697 |
+
{
|
698 |
+
"name": "John Stevenson",
|
699 |
+
"email": "john-stevenson@blueyonder.co.uk"
|
700 |
+
}
|
701 |
+
],
|
702 |
+
"description": "Restarts a process without Xdebug.",
|
703 |
+
"keywords": [
|
704 |
+
"Xdebug",
|
705 |
+
"performance"
|
706 |
+
],
|
707 |
+
"time": "2019-11-06T16:40:04+00:00"
|
708 |
+
},
|
709 |
+
{
|
710 |
+
"name": "cweagans/composer-patches",
|
711 |
+
"version": "1.6.7",
|
712 |
+
"source": {
|
713 |
+
"type": "git",
|
714 |
+
"url": "https://github.com/cweagans/composer-patches.git",
|
715 |
+
"reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
|
716 |
+
},
|
717 |
+
"dist": {
|
718 |
+
"type": "zip",
|
719 |
+
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
|
720 |
+
"reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
|
721 |
+
"shasum": ""
|
722 |
+
},
|
723 |
+
"require": {
|
724 |
+
"composer-plugin-api": "^1.0",
|
725 |
+
"php": ">=5.3.0"
|
726 |
+
},
|
727 |
+
"require-dev": {
|
728 |
+
"composer/composer": "~1.0",
|
729 |
+
"phpunit/phpunit": "~4.6"
|
730 |
+
},
|
731 |
+
"type": "composer-plugin",
|
732 |
+
"extra": {
|
733 |
+
"class": "cweagans\\Composer\\Patches"
|
734 |
+
},
|
735 |
+
"autoload": {
|
736 |
+
"psr-4": {
|
737 |
+
"cweagans\\Composer\\": "src"
|
738 |
+
}
|
739 |
+
},
|
740 |
+
"notification-url": "https://packagist.org/downloads/",
|
741 |
+
"license": [
|
742 |
+
"BSD-3-Clause"
|
743 |
+
],
|
744 |
+
"authors": [
|
745 |
+
{
|
746 |
+
"name": "Cameron Eagans",
|
747 |
+
"email": "me@cweagans.net"
|
748 |
+
}
|
749 |
+
],
|
750 |
+
"description": "Provides a way to patch Composer packages.",
|
751 |
+
"time": "2019-08-29T20:11:49+00:00"
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"name": "dg/mysql-dump",
|
755 |
+
"version": "v1.5.1",
|
756 |
+
"source": {
|
757 |
+
"type": "git",
|
758 |
+
"url": "https://github.com/dg/MySQL-dump.git",
|
759 |
+
"reference": "e0e287b715b43293773a8b0edf8514f606e01780"
|
760 |
+
},
|
761 |
+
"dist": {
|
762 |
+
"type": "zip",
|
763 |
+
"url": "https://api.github.com/repos/dg/MySQL-dump/zipball/e0e287b715b43293773a8b0edf8514f606e01780",
|
764 |
+
"reference": "e0e287b715b43293773a8b0edf8514f606e01780",
|
765 |
+
"shasum": ""
|
766 |
+
},
|
767 |
+
"require": {
|
768 |
+
"php": ">=5.6"
|
769 |
+
},
|
770 |
+
"type": "library",
|
771 |
+
"autoload": {
|
772 |
+
"classmap": [
|
773 |
+
"src/"
|
774 |
+
]
|
775 |
+
},
|
776 |
+
"notification-url": "https://packagist.org/downloads/",
|
777 |
+
"license": [
|
778 |
+
"BSD-3-Clause"
|
779 |
+
],
|
780 |
+
"authors": [
|
781 |
+
{
|
782 |
+
"name": "David Grudl",
|
783 |
+
"homepage": "http://davidgrudl.com"
|
784 |
+
}
|
785 |
+
],
|
786 |
+
"description": "MySQL database dump.",
|
787 |
+
"homepage": "https://github.com/dg/MySQL-dump",
|
788 |
+
"keywords": [
|
789 |
+
"mysql"
|
790 |
+
],
|
791 |
+
"time": "2019-09-10T21:36:25+00:00"
|
792 |
+
},
|
793 |
+
{
|
794 |
+
"name": "doctrine/inflector",
|
795 |
+
"version": "v1.1.0",
|
796 |
+
"source": {
|
797 |
+
"type": "git",
|
798 |
+
"url": "https://github.com/doctrine/inflector.git",
|
799 |
+
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
800 |
+
},
|
801 |
+
"dist": {
|
802 |
+
"type": "zip",
|
803 |
+
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
804 |
+
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
805 |
+
"shasum": ""
|
806 |
+
},
|
807 |
+
"require": {
|
808 |
+
"php": ">=5.3.2"
|
809 |
+
},
|
810 |
+
"require-dev": {
|
811 |
+
"phpunit/phpunit": "4.*"
|
812 |
+
},
|
813 |
+
"type": "library",
|
814 |
+
"extra": {
|
815 |
+
"branch-alias": {
|
816 |
+
"dev-master": "1.1.x-dev"
|
817 |
+
}
|
818 |
+
},
|
819 |
+
"autoload": {
|
820 |
+
"psr-0": {
|
821 |
+
"Doctrine\\Common\\Inflector\\": "lib/"
|
822 |
+
}
|
823 |
+
},
|
824 |
+
"notification-url": "https://packagist.org/downloads/",
|
825 |
+
"license": [
|
826 |
+
"MIT"
|
827 |
+
],
|
828 |
+
"authors": [
|
829 |
+
{
|
830 |
+
"name": "Roman Borschel",
|
831 |
+
"email": "roman@code-factory.org"
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"name": "Benjamin Eberlei",
|
835 |
+
"email": "kontakt@beberlei.de"
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"name": "Guilherme Blanco",
|
839 |
+
"email": "guilhermeblanco@gmail.com"
|
840 |
+
},
|
841 |
+
{
|
842 |
+
"name": "Jonathan Wage",
|
843 |
+
"email": "jonwage@gmail.com"
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"name": "Johannes Schmitt",
|
847 |
+
"email": "schmittjoh@gmail.com"
|
848 |
+
}
|
849 |
+
],
|
850 |
+
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
851 |
+
"homepage": "http://www.doctrine-project.org",
|
852 |
+
"keywords": [
|
853 |
+
"inflection",
|
854 |
+
"pluralize",
|
855 |
+
"singularize",
|
856 |
+
"string"
|
857 |
+
],
|
858 |
+
"time": "2015-11-06T14:35:42+00:00"
|
859 |
+
},
|
860 |
+
{
|
861 |
+
"name": "doctrine/instantiator",
|
862 |
+
"version": "1.0.5",
|
863 |
+
"source": {
|
864 |
+
"type": "git",
|
865 |
+
"url": "https://github.com/doctrine/instantiator.git",
|
866 |
+
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
867 |
+
},
|
868 |
+
"dist": {
|
869 |
+
"type": "zip",
|
870 |
+
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
871 |
+
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
872 |
+
"shasum": ""
|
873 |
+
},
|
874 |
+
"require": {
|
875 |
+
"php": ">=5.3,<8.0-DEV"
|
876 |
+
},
|
877 |
+
"require-dev": {
|
878 |
+
"athletic/athletic": "~0.1.8",
|
879 |
+
"ext-pdo": "*",
|
880 |
+
"ext-phar": "*",
|
881 |
+
"phpunit/phpunit": "~4.0",
|
882 |
+
"squizlabs/php_codesniffer": "~2.0"
|
883 |
+
},
|
884 |
+
"type": "library",
|
885 |
+
"extra": {
|
886 |
+
"branch-alias": {
|
887 |
+
"dev-master": "1.0.x-dev"
|
888 |
+
}
|
889 |
+
},
|
890 |
+
"autoload": {
|
891 |
+
"psr-4": {
|
892 |
+
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
893 |
+
}
|
894 |
+
},
|
895 |
+
"notification-url": "https://packagist.org/downloads/",
|
896 |
+
"license": [
|
897 |
+
"MIT"
|
898 |
+
],
|
899 |
+
"authors": [
|
900 |
+
{
|
901 |
+
"name": "Marco Pivetta",
|
902 |
+
"email": "ocramius@gmail.com",
|
903 |
+
"homepage": "http://ocramius.github.com/"
|
904 |
+
}
|
905 |
+
],
|
906 |
+
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
907 |
+
"homepage": "https://github.com/doctrine/instantiator",
|
908 |
+
"keywords": [
|
909 |
+
"constructor",
|
910 |
+
"instantiate"
|
911 |
+
],
|
912 |
+
"time": "2015-06-14T21:17:01+00:00"
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"name": "facebook/webdriver",
|
916 |
+
"version": "1.7.1",
|
917 |
+
"source": {
|
918 |
+
"type": "git",
|
919 |
+
"url": "https://github.com/facebook/php-webdriver.git",
|
920 |
+
"reference": "e43de70f3c7166169d0f14a374505392734160e5"
|
921 |
+
},
|
922 |
+
"dist": {
|
923 |
+
"type": "zip",
|
924 |
+
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/e43de70f3c7166169d0f14a374505392734160e5",
|
925 |
+
"reference": "e43de70f3c7166169d0f14a374505392734160e5",
|
926 |
+
"shasum": ""
|
927 |
+
},
|
928 |
+
"require": {
|
929 |
+
"ext-curl": "*",
|
930 |
+
"ext-json": "*",
|
931 |
+
"ext-mbstring": "*",
|
932 |
+
"ext-zip": "*",
|
933 |
+
"php": "^5.6 || ~7.0",
|
934 |
+
"symfony/process": "^2.8 || ^3.1 || ^4.0"
|
935 |
+
},
|
936 |
+
"require-dev": {
|
937 |
+
"friendsofphp/php-cs-fixer": "^2.0",
|
938 |
+
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
939 |
+
"php-coveralls/php-coveralls": "^2.0",
|
940 |
+
"php-mock/php-mock-phpunit": "^1.1",
|
941 |
+
"phpunit/phpunit": "^5.7",
|
942 |
+
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
|
943 |
+
"squizlabs/php_codesniffer": "^2.6",
|
944 |
+
"symfony/var-dumper": "^3.3 || ^4.0"
|
945 |
+
},
|
946 |
+
"suggest": {
|
947 |
+
"ext-SimpleXML": "For Firefox profile creation"
|
948 |
+
},
|
949 |
+
"type": "library",
|
950 |
+
"extra": {
|
951 |
+
"branch-alias": {
|
952 |
+
"dev-community": "1.5-dev"
|
953 |
+
}
|
954 |
+
},
|
955 |
+
"autoload": {
|
956 |
+
"psr-4": {
|
957 |
+
"Facebook\\WebDriver\\": "lib/"
|
958 |
+
}
|
959 |
+
},
|
960 |
+
"notification-url": "https://packagist.org/downloads/",
|
961 |
+
"license": [
|
962 |
+
"Apache-2.0"
|
963 |
+
],
|
964 |
+
"description": "A PHP client for Selenium WebDriver",
|
965 |
+
"homepage": "https://github.com/facebook/php-webdriver",
|
966 |
+
"keywords": [
|
967 |
+
"facebook",
|
968 |
+
"php",
|
969 |
+
"selenium",
|
970 |
+
"webdriver"
|
971 |
+
],
|
972 |
+
"time": "2019-06-13T08:02:18+00:00"
|
973 |
+
},
|
974 |
+
{
|
975 |
+
"name": "gettext/gettext",
|
976 |
+
"version": "v4.8.2",
|
977 |
+
"source": {
|
978 |
+
"type": "git",
|
979 |
+
"url": "https://github.com/php-gettext/Gettext.git",
|
980 |
+
"reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a"
|
981 |
+
},
|
982 |
+
"dist": {
|
983 |
+
"type": "zip",
|
984 |
+
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a",
|
985 |
+
"reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a",
|
986 |
+
"shasum": ""
|
987 |
+
},
|
988 |
+
"require": {
|
989 |
+
"gettext/languages": "^2.3",
|
990 |
+
"php": ">=5.4.0"
|
991 |
+
},
|
992 |
+
"require-dev": {
|
993 |
+
"illuminate/view": "*",
|
994 |
+
"phpunit/phpunit": "^4.8|^5.7|^6.5",
|
995 |
+
"squizlabs/php_codesniffer": "^3.0",
|
996 |
+
"symfony/yaml": "~2",
|
997 |
+
"twig/extensions": "*",
|
998 |
+
"twig/twig": "^1.31|^2.0"
|
999 |
+
},
|
1000 |
+
"suggest": {
|
1001 |
+
"illuminate/view": "Is necessary if you want to use the Blade extractor",
|
1002 |
+
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
|
1003 |
+
"twig/extensions": "Is necessary if you want to use the Twig extractor",
|
1004 |
+
"twig/twig": "Is necessary if you want to use the Twig extractor"
|
1005 |
+
},
|
1006 |
+
"type": "library",
|
1007 |
+
"autoload": {
|
1008 |
+
"psr-4": {
|
1009 |
+
"Gettext\\": "src"
|
1010 |
+
}
|
1011 |
+
},
|
1012 |
+
"notification-url": "https://packagist.org/downloads/",
|
1013 |
+
"license": [
|
1014 |
+
"MIT"
|
1015 |
+
],
|
1016 |
+
"authors": [
|
1017 |
+
{
|
1018 |
+
"name": "Oscar Otero",
|
1019 |
+
"email": "oom@oscarotero.com",
|
1020 |
+
"homepage": "http://oscarotero.com",
|
1021 |
+
"role": "Developer"
|
1022 |
+
}
|
1023 |
+
],
|
1024 |
+
"description": "PHP gettext manager",
|
1025 |
+
"homepage": "https://github.com/oscarotero/Gettext",
|
1026 |
+
"keywords": [
|
1027 |
+
"JS",
|
1028 |
+
"gettext",
|
1029 |
+
"i18n",
|
1030 |
+
"mo",
|
1031 |
+
"po",
|
1032 |
+
"translation"
|
1033 |
+
],
|
1034 |
+
"time": "2019-12-02T10:21:14+00:00"
|
1035 |
+
},
|
1036 |
+
{
|
1037 |
+
"name": "gettext/languages",
|
1038 |
+
"version": "2.6.0",
|
1039 |
+
"source": {
|
1040 |
+
"type": "git",
|
1041 |
+
"url": "https://github.com/php-gettext/Languages.git",
|
1042 |
+
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
|
1043 |
+
},
|
1044 |
+
"dist": {
|
1045 |
+
"type": "zip",
|
1046 |
+
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
1047 |
+
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
1048 |
+
"shasum": ""
|
1049 |
+
},
|
1050 |
+
"require": {
|
1051 |
+
"php": ">=5.3"
|
1052 |
+
},
|
1053 |
+
"require-dev": {
|
1054 |
+
"friendsofphp/php-cs-fixer": "^2.16.0",
|
1055 |
+
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
1056 |
+
},
|
1057 |
+
"bin": [
|
1058 |
+
"bin/export-plural-rules"
|
1059 |
+
],
|
1060 |
+
"type": "library",
|
1061 |
+
"autoload": {
|
1062 |
+
"psr-4": {
|
1063 |
+
"Gettext\\Languages\\": "src/"
|
1064 |
+
}
|
1065 |
+
},
|
1066 |
+
"notification-url": "https://packagist.org/downloads/",
|
1067 |
+
"license": [
|
1068 |
+
"MIT"
|
1069 |
+
],
|
1070 |
+
"authors": [
|
1071 |
+
{
|
1072 |
+
"name": "Michele Locati",
|
1073 |
+
"email": "mlocati@gmail.com",
|
1074 |
+
"role": "Developer"
|
1075 |
+
}
|
1076 |
+
],
|
1077 |
+
"description": "gettext languages with plural rules",
|
1078 |
+
"homepage": "https://github.com/php-gettext/Languages",
|
1079 |
+
"keywords": [
|
1080 |
+
"cldr",
|
1081 |
+
"i18n",
|
1082 |
+
"internationalization",
|
1083 |
+
"l10n",
|
1084 |
+
"language",
|
1085 |
+
"languages",
|
1086 |
+
"localization",
|
1087 |
+
"php",
|
1088 |
+
"plural",
|
1089 |
+
"plural rules",
|
1090 |
+
"plurals",
|
1091 |
+
"translate",
|
1092 |
+
"translations",
|
1093 |
+
"unicode"
|
1094 |
+
],
|
1095 |
+
"time": "2019-11-13T10:30:21+00:00"
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"name": "gumlet/php-image-resize",
|
1099 |
+
"version": "1.9.2",
|
1100 |
+
"source": {
|
1101 |
+
"type": "git",
|
1102 |
+
"url": "https://github.com/gumlet/php-image-resize.git",
|
1103 |
+
"reference": "06339a9c1b167acd58173db226f57957a6617547"
|
1104 |
+
},
|
1105 |
+
"dist": {
|
1106 |
+
"type": "zip",
|
1107 |
+
"url": "https://api.github.com/repos/gumlet/php-image-resize/zipball/06339a9c1b167acd58173db226f57957a6617547",
|
1108 |
+
"reference": "06339a9c1b167acd58173db226f57957a6617547",
|
1109 |
+
"shasum": ""
|
1110 |
+
},
|
1111 |
+
"require": {
|
1112 |
+
"ext-fileinfo": "*",
|
1113 |
+
"ext-gd": "*",
|
1114 |
+
"php": ">=5.5.0"
|
1115 |
+
},
|
1116 |
+
"require-dev": {
|
1117 |
+
"apigen/apigen": "^4.1",
|
1118 |
+
"ext-exif": "*",
|
1119 |
+
"ext-gd": "*",
|
1120 |
+
"php-coveralls/php-coveralls": "^2.1",
|
1121 |
+
"phpunit/phpunit": "^4.8"
|
1122 |
+
},
|
1123 |
+
"suggest": {
|
1124 |
+
"ext-exif": "Auto-rotate jpeg files"
|
1125 |
+
},
|
1126 |
+
"type": "library",
|
1127 |
+
"autoload": {
|
1128 |
+
"psr-4": {
|
1129 |
+
"Gumlet\\": "lib/"
|
1130 |
+
}
|
1131 |
+
},
|
1132 |
+
"notification-url": "https://packagist.org/downloads/",
|
1133 |
+
"license": [
|
1134 |
+
"MIT"
|
1135 |
+
],
|
1136 |
+
"authors": [
|
1137 |
+
{
|
1138 |
+
"name": "Aditya Patadia",
|
1139 |
+
"homepage": "http://aditya.patadia.org/"
|
1140 |
+
}
|
1141 |
+
],
|
1142 |
+
"description": "PHP class to re-size and scale images",
|
1143 |
+
"homepage": "https://github.com/gumlet/php-image-resize",
|
1144 |
+
"keywords": [
|
1145 |
+
"image",
|
1146 |
+
"php",
|
1147 |
+
"resize",
|
1148 |
+
"scale"
|
1149 |
+
],
|
1150 |
+
"time": "2019-01-01T13:53:00+00:00"
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"name": "guzzlehttp/guzzle",
|
1154 |
+
"version": "6.5.0",
|
1155 |
+
"source": {
|
1156 |
+
"type": "git",
|
1157 |
+
"url": "https://github.com/guzzle/guzzle.git",
|
1158 |
+
"reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5"
|
1159 |
+
},
|
1160 |
+
"dist": {
|
1161 |
+
"type": "zip",
|
1162 |
+
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
|
1163 |
+
"reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
|
1164 |
+
"shasum": ""
|
1165 |
+
},
|
1166 |
+
"require": {
|
1167 |
+
"ext-json": "*",
|
1168 |
+
"guzzlehttp/promises": "^1.0",
|
1169 |
+
"guzzlehttp/psr7": "^1.6.1",
|
1170 |
+
"php": ">=5.5"
|
1171 |
+
},
|
1172 |
+
"require-dev": {
|
1173 |
+
"ext-curl": "*",
|
1174 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
1175 |
+
"psr/log": "^1.1"
|
1176 |
+
},
|
1177 |
+
"suggest": {
|
1178 |
+
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
1179 |
+
"psr/log": "Required for using the Log middleware"
|
1180 |
+
},
|
1181 |
+
"type": "library",
|
1182 |
+
"extra": {
|
1183 |
+
"branch-alias": {
|
1184 |
+
"dev-master": "6.5-dev"
|
1185 |
+
}
|
1186 |
+
},
|
1187 |
+
"autoload": {
|
1188 |
+
"psr-4": {
|
1189 |
+
"GuzzleHttp\\": "src/"
|
1190 |
+
},
|
1191 |
+
"files": [
|
1192 |
+
"src/functions_include.php"
|
1193 |
+
]
|
1194 |
+
},
|
1195 |
+
"notification-url": "https://packagist.org/downloads/",
|
1196 |
+
"license": [
|
1197 |
+
"MIT"
|
1198 |
+
],
|
1199 |
+
"authors": [
|
1200 |
+
{
|
1201 |
+
"name": "Michael Dowling",
|
1202 |
+
"email": "mtdowling@gmail.com",
|
1203 |
+
"homepage": "https://github.com/mtdowling"
|
1204 |
+
}
|
1205 |
+
],
|
1206 |
+
"description": "Guzzle is a PHP HTTP client library",
|
1207 |
+
"homepage": "http://guzzlephp.org/",
|
1208 |
+
"keywords": [
|
1209 |
+
"client",
|
1210 |
+
"curl",
|
1211 |
+
"framework",
|
1212 |
+
"http",
|
1213 |
+
"http client",
|
1214 |
+
"rest",
|
1215 |
+
"web service"
|
1216 |
+
],
|
1217 |
+
"time": "2019-12-07T18:20:45+00:00"
|
1218 |
+
},
|
1219 |
+
{
|
1220 |
+
"name": "guzzlehttp/promises",
|
1221 |
+
"version": "v1.3.1",
|
1222 |
+
"source": {
|
1223 |
+
"type": "git",
|
1224 |
+
"url": "https://github.com/guzzle/promises.git",
|
1225 |
+
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
1226 |
+
},
|
1227 |
+
"dist": {
|
1228 |
+
"type": "zip",
|
1229 |
+
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
1230 |
+
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
1231 |
+
"shasum": ""
|
1232 |
+
},
|
1233 |
+
"require": {
|
1234 |
+
"php": ">=5.5.0"
|
1235 |
+
},
|
1236 |
+
"require-dev": {
|
1237 |
+
"phpunit/phpunit": "^4.0"
|
1238 |
+
},
|
1239 |
+
"type": "library",
|
1240 |
+
"extra": {
|
1241 |
+
"branch-alias": {
|
1242 |
+
"dev-master": "1.4-dev"
|
1243 |
+
}
|
1244 |
+
},
|
1245 |
+
"autoload": {
|
1246 |
+
"psr-4": {
|
1247 |
+
"GuzzleHttp\\Promise\\": "src/"
|
1248 |
+
},
|
1249 |
+
"files": [
|
1250 |
+
"src/functions_include.php"
|
1251 |
+
]
|
1252 |
+
},
|
1253 |
+
"notification-url": "https://packagist.org/downloads/",
|
1254 |
+
"license": [
|
1255 |
+
"MIT"
|
1256 |
+
],
|
1257 |
+
"authors": [
|
1258 |
+
{
|
1259 |
+
"name": "Michael Dowling",
|
1260 |
+
"email": "mtdowling@gmail.com",
|
1261 |
+
"homepage": "https://github.com/mtdowling"
|
1262 |
+
}
|
1263 |
+
],
|
1264 |
+
"description": "Guzzle promises library",
|
1265 |
+
"keywords": [
|
1266 |
+
"promise"
|
1267 |
+
],
|
1268 |
+
"time": "2016-12-20T10:07:11+00:00"
|
1269 |
+
},
|
1270 |
+
{
|
1271 |
+
"name": "guzzlehttp/psr7",
|
1272 |
+
"version": "1.6.1",
|
1273 |
+
"source": {
|
1274 |
+
"type": "git",
|
1275 |
+
"url": "https://github.com/guzzle/psr7.git",
|
1276 |
+
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
|
1277 |
+
},
|
1278 |
+
"dist": {
|
1279 |
+
"type": "zip",
|
1280 |
+
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
|
1281 |
+
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
|
1282 |
+
"shasum": ""
|
1283 |
+
},
|
1284 |
+
"require": {
|
1285 |
+
"php": ">=5.4.0",
|
1286 |
+
"psr/http-message": "~1.0",
|
1287 |
+
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
1288 |
+
},
|
1289 |
+
"provide": {
|
1290 |
+
"psr/http-message-implementation": "1.0"
|
1291 |
+
},
|
1292 |
+
"require-dev": {
|
1293 |
+
"ext-zlib": "*",
|
1294 |
+
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
1295 |
+
},
|
1296 |
+
"suggest": {
|
1297 |
+
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
|
1298 |
+
},
|
1299 |
+
"type": "library",
|
1300 |
+
"extra": {
|
1301 |
+
"branch-alias": {
|
1302 |
+
"dev-master": "1.6-dev"
|
1303 |
+
}
|
1304 |
+
},
|
1305 |
+
"autoload": {
|
1306 |
+
"psr-4": {
|
1307 |
+
"GuzzleHttp\\Psr7\\": "src/"
|
1308 |
+
},
|
1309 |
+
"files": [
|
1310 |
+
"src/functions_include.php"
|
1311 |
+
]
|
1312 |
+
},
|
1313 |
+
"notification-url": "https://packagist.org/downloads/",
|
1314 |
+
"license": [
|
1315 |
+
"MIT"
|
1316 |
+
],
|
1317 |
+
"authors": [
|
1318 |
+
{
|
1319 |
+
"name": "Michael Dowling",
|
1320 |
+
"email": "mtdowling@gmail.com",
|
1321 |
+
"homepage": "https://github.com/mtdowling"
|
1322 |
+
},
|
1323 |
+
{
|
1324 |
+
"name": "Tobias Schultze",
|
1325 |
+
"homepage": "https://github.com/Tobion"
|
1326 |
+
}
|
1327 |
+
],
|
1328 |
+
"description": "PSR-7 message implementation that also provides common utility methods",
|
1329 |
+
"keywords": [
|
1330 |
+
"http",
|
1331 |
+
"message",
|
1332 |
+
"psr-7",
|
1333 |
+
"request",
|
1334 |
+
"response",
|
1335 |
+
"stream",
|
1336 |
+
"uri",
|
1337 |
+
"url"
|
1338 |
+
],
|
1339 |
+
"time": "2019-07-01T23:21:34+00:00"
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"name": "hamcrest/hamcrest-php",
|
1343 |
+
"version": "v1.2.2",
|
1344 |
+
"source": {
|
1345 |
+
"type": "git",
|
1346 |
+
"url": "https://github.com/hamcrest/hamcrest-php.git",
|
1347 |
+
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
|
1348 |
+
},
|
1349 |
+
"dist": {
|
1350 |
+
"type": "zip",
|
1351 |
+
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
1352 |
+
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
1353 |
+
"shasum": ""
|
1354 |
+
},
|
1355 |
+
"require": {
|
1356 |
+
"php": ">=5.3.2"
|
1357 |
+
},
|
1358 |
+
"replace": {
|
1359 |
+
"cordoval/hamcrest-php": "*",
|
1360 |
+
"davedevelopment/hamcrest-php": "*",
|
1361 |
+
"kodova/hamcrest-php": "*"
|
1362 |
+
},
|
1363 |
+
"require-dev": {
|
1364 |
+
"phpunit/php-file-iterator": "1.3.3",
|
1365 |
+
"satooshi/php-coveralls": "dev-master"
|
1366 |
+
},
|
1367 |
+
"type": "library",
|
1368 |
+
"autoload": {
|
1369 |
+
"classmap": [
|
1370 |
+
"hamcrest"
|
1371 |
+
],
|
1372 |
+
"files": [
|
1373 |
+
"hamcrest/Hamcrest.php"
|
1374 |
+
]
|
1375 |
+
},
|
1376 |
+
"notification-url": "https://packagist.org/downloads/",
|
1377 |
+
"license": [
|
1378 |
+
"BSD"
|
1379 |
+
],
|
1380 |
+
"description": "This is the PHP port of Hamcrest Matchers",
|
1381 |
+
"keywords": [
|
1382 |
+
"test"
|
1383 |
+
],
|
1384 |
+
"time": "2015-05-11T14:41:42+00:00"
|
1385 |
+
},
|
1386 |
+
{
|
1387 |
+
"name": "hautelook/phpass",
|
1388 |
+
"version": "0.3.5",
|
1389 |
+
"source": {
|
1390 |
+
"type": "git",
|
1391 |
+
"url": "https://github.com/hautelook/phpass.git",
|
1392 |
+
"reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd"
|
1393 |
+
},
|
1394 |
+
"dist": {
|
1395 |
+
"type": "zip",
|
1396 |
+
"url": "https://api.github.com/repos/hautelook/phpass/zipball/b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
|
1397 |
+
"reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
|
1398 |
+
"shasum": ""
|
1399 |
+
},
|
1400 |
+
"require": {
|
1401 |
+
"php": ">=5.3.3"
|
1402 |
+
},
|
1403 |
+
"type": "library",
|
1404 |
+
"autoload": {
|
1405 |
+
"psr-0": {
|
1406 |
+
"Hautelook": "src/"
|
1407 |
+
}
|
1408 |
+
},
|
1409 |
+
"notification-url": "https://packagist.org/downloads/",
|
1410 |
+
"license": [
|
1411 |
+
"Public Domain"
|
1412 |
+
],
|
1413 |
+
"authors": [
|
1414 |
+
{
|
1415 |
+
"name": "Solar Designer",
|
1416 |
+
"email": "solar@openwall.com",
|
1417 |
+
"homepage": "http://openwall.com/phpass/"
|
1418 |
+
}
|
1419 |
+
],
|
1420 |
+
"description": "Portable PHP password hashing framework",
|
1421 |
+
"homepage": "http://github.com/hautelook/phpass/",
|
1422 |
+
"keywords": [
|
1423 |
+
"blowfish",
|
1424 |
+
"crypt",
|
1425 |
+
"password",
|
1426 |
+
"security"
|
1427 |
+
],
|
1428 |
+
"time": "2012-08-31T00:00:00+00:00"
|
1429 |
+
},
|
1430 |
+
{
|
1431 |
+
"name": "hoa/consistency",
|
1432 |
+
"version": "1.17.05.02",
|
1433 |
+
"source": {
|
1434 |
+
"type": "git",
|
1435 |
+
"url": "https://github.com/hoaproject/Consistency.git",
|
1436 |
+
"reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
|
1437 |
+
},
|
1438 |
+
"dist": {
|
1439 |
+
"type": "zip",
|
1440 |
+
"url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
|
1441 |
+
"reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
|
1442 |
+
"shasum": ""
|
1443 |
+
},
|
1444 |
+
"require": {
|
1445 |
+
"hoa/exception": "~1.0",
|
1446 |
+
"php": ">=5.5.0"
|
1447 |
+
},
|
1448 |
+
"require-dev": {
|
1449 |
+
"hoa/stream": "~1.0",
|
1450 |
+
"hoa/test": "~2.0"
|
1451 |
+
},
|
1452 |
+
"type": "library",
|
1453 |
+
"extra": {
|
1454 |
+
"branch-alias": {
|
1455 |
+
"dev-master": "1.x-dev"
|
1456 |
+
}
|
1457 |
+
},
|
1458 |
+
"autoload": {
|
1459 |
+
"psr-4": {
|
1460 |
+
"Hoa\\Consistency\\": "."
|
1461 |
+
},
|
1462 |
+
"files": [
|
1463 |
+
"Prelude.php"
|
1464 |
+
]
|
1465 |
+
},
|
1466 |
+
"notification-url": "https://packagist.org/downloads/",
|
1467 |
+
"license": [
|
1468 |
+
"BSD-3-Clause"
|
1469 |
+
],
|
1470 |
+
"authors": [
|
1471 |
+
{
|
1472 |
+
"name": "Ivan Enderlin",
|
1473 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"name": "Hoa community",
|
1477 |
+
"homepage": "https://hoa-project.net/"
|
1478 |
+
}
|
1479 |
+
],
|
1480 |
+
"description": "The Hoa\\Consistency library.",
|
1481 |
+
"homepage": "https://hoa-project.net/",
|
1482 |
+
"keywords": [
|
1483 |
+
"autoloader",
|
1484 |
+
"callable",
|
1485 |
+
"consistency",
|
1486 |
+
"entity",
|
1487 |
+
"flex",
|
1488 |
+
"keyword",
|
1489 |
+
"library"
|
1490 |
+
],
|
1491 |
+
"time": "2017-05-02T12:18:12+00:00"
|
1492 |
+
},
|
1493 |
+
{
|
1494 |
+
"name": "hoa/console",
|
1495 |
+
"version": "3.17.05.02",
|
1496 |
+
"source": {
|
1497 |
+
"type": "git",
|
1498 |
+
"url": "https://github.com/hoaproject/Console.git",
|
1499 |
+
"reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66"
|
1500 |
+
},
|
1501 |
+
"dist": {
|
1502 |
+
"type": "zip",
|
1503 |
+
"url": "https://api.github.com/repos/hoaproject/Console/zipball/e231fd3ea70e6d773576ae78de0bdc1daf331a66",
|
1504 |
+
"reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66",
|
1505 |
+
"shasum": ""
|
1506 |
+
},
|
1507 |
+
"require": {
|
1508 |
+
"hoa/consistency": "~1.0",
|
1509 |
+
"hoa/event": "~1.0",
|
1510 |
+
"hoa/exception": "~1.0",
|
1511 |
+
"hoa/file": "~1.0",
|
1512 |
+
"hoa/protocol": "~1.0",
|
1513 |
+
"hoa/stream": "~1.0",
|
1514 |
+
"hoa/ustring": "~4.0"
|
1515 |
+
},
|
1516 |
+
"require-dev": {
|
1517 |
+
"hoa/test": "~2.0"
|
1518 |
+
},
|
1519 |
+
"suggest": {
|
1520 |
+
"ext-pcntl": "To enable hoa://Event/Console/Window:resize.",
|
1521 |
+
"hoa/dispatcher": "To use the console kit.",
|
1522 |
+
"hoa/router": "To use the console kit."
|
1523 |
+
},
|
1524 |
+
"type": "library",
|
1525 |
+
"extra": {
|
1526 |
+
"branch-alias": {
|
1527 |
+
"dev-master": "3.x-dev"
|
1528 |
+
}
|
1529 |
+
},
|
1530 |
+
"autoload": {
|
1531 |
+
"psr-4": {
|
1532 |
+
"Hoa\\Console\\": "."
|
1533 |
+
}
|
1534 |
+
},
|
1535 |
+
"notification-url": "https://packagist.org/downloads/",
|
1536 |
+
"license": [
|
1537 |
+
"BSD-3-Clause"
|
1538 |
+
],
|
1539 |
+
"authors": [
|
1540 |
+
{
|
1541 |
+
"name": "Ivan Enderlin",
|
1542 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"name": "Hoa community",
|
1546 |
+
"homepage": "https://hoa-project.net/"
|
1547 |
+
}
|
1548 |
+
],
|
1549 |
+
"description": "The Hoa\\Console library.",
|
1550 |
+
"homepage": "https://hoa-project.net/",
|
1551 |
+
"keywords": [
|
1552 |
+
"autocompletion",
|
1553 |
+
"chrome",
|
1554 |
+
"cli",
|
1555 |
+
"console",
|
1556 |
+
"cursor",
|
1557 |
+
"getoption",
|
1558 |
+
"library",
|
1559 |
+
"option",
|
1560 |
+
"parser",
|
1561 |
+
"processus",
|
1562 |
+
"readline",
|
1563 |
+
"terminfo",
|
1564 |
+
"tput",
|
1565 |
+
"window"
|
1566 |
+
],
|
1567 |
+
"time": "2017-05-02T12:26:19+00:00"
|
1568 |
+
},
|
1569 |
+
{
|
1570 |
+
"name": "hoa/event",
|
1571 |
+
"version": "1.17.01.13",
|
1572 |
+
"source": {
|
1573 |
+
"type": "git",
|
1574 |
+
"url": "https://github.com/hoaproject/Event.git",
|
1575 |
+
"reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
|
1576 |
+
},
|
1577 |
+
"dist": {
|
1578 |
+
"type": "zip",
|
1579 |
+
"url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
|
1580 |
+
"reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
|
1581 |
+
"shasum": ""
|
1582 |
+
},
|
1583 |
+
"require": {
|
1584 |
+
"hoa/consistency": "~1.0",
|
1585 |
+
"hoa/exception": "~1.0"
|
1586 |
+
},
|
1587 |
+
"require-dev": {
|
1588 |
+
"hoa/test": "~2.0"
|
1589 |
+
},
|
1590 |
+
"type": "library",
|
1591 |
+
"extra": {
|
1592 |
+
"branch-alias": {
|
1593 |
+
"dev-master": "1.x-dev"
|
1594 |
+
}
|
1595 |
+
},
|
1596 |
+
"autoload": {
|
1597 |
+
"psr-4": {
|
1598 |
+
"Hoa\\Event\\": "."
|
1599 |
+
}
|
1600 |
+
},
|
1601 |
+
"notification-url": "https://packagist.org/downloads/",
|
1602 |
+
"license": [
|
1603 |
+
"BSD-3-Clause"
|
1604 |
+
],
|
1605 |
+
"authors": [
|
1606 |
+
{
|
1607 |
+
"name": "Ivan Enderlin",
|
1608 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1609 |
+
},
|
1610 |
+
{
|
1611 |
+
"name": "Hoa community",
|
1612 |
+
"homepage": "https://hoa-project.net/"
|
1613 |
+
}
|
1614 |
+
],
|
1615 |
+
"description": "The Hoa\\Event library.",
|
1616 |
+
"homepage": "https://hoa-project.net/",
|
1617 |
+
"keywords": [
|
1618 |
+
"event",
|
1619 |
+
"library",
|
1620 |
+
"listener",
|
1621 |
+
"observer"
|
1622 |
+
],
|
1623 |
+
"time": "2017-01-13T15:30:50+00:00"
|
1624 |
+
},
|
1625 |
+
{
|
1626 |
+
"name": "hoa/exception",
|
1627 |
+
"version": "1.17.01.16",
|
1628 |
+
"source": {
|
1629 |
+
"type": "git",
|
1630 |
+
"url": "https://github.com/hoaproject/Exception.git",
|
1631 |
+
"reference": "091727d46420a3d7468ef0595651488bfc3a458f"
|
1632 |
+
},
|
1633 |
+
"dist": {
|
1634 |
+
"type": "zip",
|
1635 |
+
"url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
|
1636 |
+
"reference": "091727d46420a3d7468ef0595651488bfc3a458f",
|
1637 |
+
"shasum": ""
|
1638 |
+
},
|
1639 |
+
"require": {
|
1640 |
+
"hoa/consistency": "~1.0",
|
1641 |
+
"hoa/event": "~1.0"
|
1642 |
+
},
|
1643 |
+
"require-dev": {
|
1644 |
+
"hoa/test": "~2.0"
|
1645 |
+
},
|
1646 |
+
"type": "library",
|
1647 |
+
"extra": {
|
1648 |
+
"branch-alias": {
|
1649 |
+
"dev-master": "1.x-dev"
|
1650 |
+
}
|
1651 |
+
},
|
1652 |
+
"autoload": {
|
1653 |
+
"psr-4": {
|
1654 |
+
"Hoa\\Exception\\": "."
|
1655 |
+
}
|
1656 |
+
},
|
1657 |
+
"notification-url": "https://packagist.org/downloads/",
|
1658 |
+
"license": [
|
1659 |
+
"BSD-3-Clause"
|
1660 |
+
],
|
1661 |
+
"authors": [
|
1662 |
+
{
|
1663 |
+
"name": "Ivan Enderlin",
|
1664 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1665 |
+
},
|
1666 |
+
{
|
1667 |
+
"name": "Hoa community",
|
1668 |
+
"homepage": "https://hoa-project.net/"
|
1669 |
+
}
|
1670 |
+
],
|
1671 |
+
"description": "The Hoa\\Exception library.",
|
1672 |
+
"homepage": "https://hoa-project.net/",
|
1673 |
+
"keywords": [
|
1674 |
+
"exception",
|
1675 |
+
"library"
|
1676 |
+
],
|
1677 |
+
"time": "2017-01-16T07:53:27+00:00"
|
1678 |
+
},
|
1679 |
+
{
|
1680 |
+
"name": "hoa/file",
|
1681 |
+
"version": "1.17.07.11",
|
1682 |
+
"source": {
|
1683 |
+
"type": "git",
|
1684 |
+
"url": "https://github.com/hoaproject/File.git",
|
1685 |
+
"reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
|
1686 |
+
},
|
1687 |
+
"dist": {
|
1688 |
+
"type": "zip",
|
1689 |
+
"url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
|
1690 |
+
"reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
|
1691 |
+
"shasum": ""
|
1692 |
+
},
|
1693 |
+
"require": {
|
1694 |
+
"hoa/consistency": "~1.0",
|
1695 |
+
"hoa/event": "~1.0",
|
1696 |
+
"hoa/exception": "~1.0",
|
1697 |
+
"hoa/iterator": "~2.0",
|
1698 |
+
"hoa/stream": "~1.0"
|
1699 |
+
},
|
1700 |
+
"require-dev": {
|
1701 |
+
"hoa/test": "~2.0"
|
1702 |
+
},
|
1703 |
+
"type": "library",
|
1704 |
+
"extra": {
|
1705 |
+
"branch-alias": {
|
1706 |
+
"dev-master": "1.x-dev"
|
1707 |
+
}
|
1708 |
+
},
|
1709 |
+
"autoload": {
|
1710 |
+
"psr-4": {
|
1711 |
+
"Hoa\\File\\": "."
|
1712 |
+
}
|
1713 |
+
},
|
1714 |
+
"notification-url": "https://packagist.org/downloads/",
|
1715 |
+
"license": [
|
1716 |
+
"BSD-3-Clause"
|
1717 |
+
],
|
1718 |
+
"authors": [
|
1719 |
+
{
|
1720 |
+
"name": "Ivan Enderlin",
|
1721 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1722 |
+
},
|
1723 |
+
{
|
1724 |
+
"name": "Hoa community",
|
1725 |
+
"homepage": "https://hoa-project.net/"
|
1726 |
+
}
|
1727 |
+
],
|
1728 |
+
"description": "The Hoa\\File library.",
|
1729 |
+
"homepage": "https://hoa-project.net/",
|
1730 |
+
"keywords": [
|
1731 |
+
"Socket",
|
1732 |
+
"directory",
|
1733 |
+
"file",
|
1734 |
+
"finder",
|
1735 |
+
"library",
|
1736 |
+
"link",
|
1737 |
+
"temporary"
|
1738 |
+
],
|
1739 |
+
"time": "2017-07-11T07:42:15+00:00"
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"name": "hoa/iterator",
|
1743 |
+
"version": "2.17.01.10",
|
1744 |
+
"source": {
|
1745 |
+
"type": "git",
|
1746 |
+
"url": "https://github.com/hoaproject/Iterator.git",
|
1747 |
+
"reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
|
1748 |
+
},
|
1749 |
+
"dist": {
|
1750 |
+
"type": "zip",
|
1751 |
+
"url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
|
1752 |
+
"reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
|
1753 |
+
"shasum": ""
|
1754 |
+
},
|
1755 |
+
"require": {
|
1756 |
+
"hoa/consistency": "~1.0",
|
1757 |
+
"hoa/exception": "~1.0"
|
1758 |
+
},
|
1759 |
+
"require-dev": {
|
1760 |
+
"hoa/test": "~2.0"
|
1761 |
+
},
|
1762 |
+
"type": "library",
|
1763 |
+
"extra": {
|
1764 |
+
"branch-alias": {
|
1765 |
+
"dev-master": "2.x-dev"
|
1766 |
+
}
|
1767 |
+
},
|
1768 |
+
"autoload": {
|
1769 |
+
"psr-4": {
|
1770 |
+
"Hoa\\Iterator\\": "."
|
1771 |
+
}
|
1772 |
+
},
|
1773 |
+
"notification-url": "https://packagist.org/downloads/",
|
1774 |
+
"license": [
|
1775 |
+
"BSD-3-Clause"
|
1776 |
+
],
|
1777 |
+
"authors": [
|
1778 |
+
{
|
1779 |
+
"name": "Ivan Enderlin",
|
1780 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"name": "Hoa community",
|
1784 |
+
"homepage": "https://hoa-project.net/"
|
1785 |
+
}
|
1786 |
+
],
|
1787 |
+
"description": "The Hoa\\Iterator library.",
|
1788 |
+
"homepage": "https://hoa-project.net/",
|
1789 |
+
"keywords": [
|
1790 |
+
"iterator",
|
1791 |
+
"library"
|
1792 |
+
],
|
1793 |
+
"time": "2017-01-10T10:34:47+00:00"
|
1794 |
+
},
|
1795 |
+
{
|
1796 |
+
"name": "hoa/protocol",
|
1797 |
+
"version": "1.17.01.14",
|
1798 |
+
"source": {
|
1799 |
+
"type": "git",
|
1800 |
+
"url": "https://github.com/hoaproject/Protocol.git",
|
1801 |
+
"reference": "5c2cf972151c45f373230da170ea015deecf19e2"
|
1802 |
+
},
|
1803 |
+
"dist": {
|
1804 |
+
"type": "zip",
|
1805 |
+
"url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
|
1806 |
+
"reference": "5c2cf972151c45f373230da170ea015deecf19e2",
|
1807 |
+
"shasum": ""
|
1808 |
+
},
|
1809 |
+
"require": {
|
1810 |
+
"hoa/consistency": "~1.0",
|
1811 |
+
"hoa/exception": "~1.0"
|
1812 |
+
},
|
1813 |
+
"require-dev": {
|
1814 |
+
"hoa/test": "~2.0"
|
1815 |
+
},
|
1816 |
+
"type": "library",
|
1817 |
+
"extra": {
|
1818 |
+
"branch-alias": {
|
1819 |
+
"dev-master": "1.x-dev"
|
1820 |
+
}
|
1821 |
+
},
|
1822 |
+
"autoload": {
|
1823 |
+
"psr-4": {
|
1824 |
+
"Hoa\\Protocol\\": "."
|
1825 |
+
},
|
1826 |
+
"files": [
|
1827 |
+
"Wrapper.php"
|
1828 |
+
]
|
1829 |
+
},
|
1830 |
+
"notification-url": "https://packagist.org/downloads/",
|
1831 |
+
"license": [
|
1832 |
+
"BSD-3-Clause"
|
1833 |
+
],
|
1834 |
+
"authors": [
|
1835 |
+
{
|
1836 |
+
"name": "Ivan Enderlin",
|
1837 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"name": "Hoa community",
|
1841 |
+
"homepage": "https://hoa-project.net/"
|
1842 |
+
}
|
1843 |
+
],
|
1844 |
+
"description": "The Hoa\\Protocol library.",
|
1845 |
+
"homepage": "https://hoa-project.net/",
|
1846 |
+
"keywords": [
|
1847 |
+
"library",
|
1848 |
+
"protocol",
|
1849 |
+
"resource",
|
1850 |
+
"stream",
|
1851 |
+
"wrapper"
|
1852 |
+
],
|
1853 |
+
"time": "2017-01-14T12:26:10+00:00"
|
1854 |
+
},
|
1855 |
+
{
|
1856 |
+
"name": "hoa/stream",
|
1857 |
+
"version": "1.17.02.21",
|
1858 |
+
"source": {
|
1859 |
+
"type": "git",
|
1860 |
+
"url": "https://github.com/hoaproject/Stream.git",
|
1861 |
+
"reference": "3293cfffca2de10525df51436adf88a559151d82"
|
1862 |
+
},
|
1863 |
+
"dist": {
|
1864 |
+
"type": "zip",
|
1865 |
+
"url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
|
1866 |
+
"reference": "3293cfffca2de10525df51436adf88a559151d82",
|
1867 |
+
"shasum": ""
|
1868 |
+
},
|
1869 |
+
"require": {
|
1870 |
+
"hoa/consistency": "~1.0",
|
1871 |
+
"hoa/event": "~1.0",
|
1872 |
+
"hoa/exception": "~1.0",
|
1873 |
+
"hoa/protocol": "~1.0"
|
1874 |
+
},
|
1875 |
+
"require-dev": {
|
1876 |
+
"hoa/test": "~2.0"
|
1877 |
+
},
|
1878 |
+
"type": "library",
|
1879 |
+
"extra": {
|
1880 |
+
"branch-alias": {
|
1881 |
+
"dev-master": "1.x-dev"
|
1882 |
+
}
|
1883 |
+
},
|
1884 |
+
"autoload": {
|
1885 |
+
"psr-4": {
|
1886 |
+
"Hoa\\Stream\\": "."
|
1887 |
+
}
|
1888 |
+
},
|
1889 |
+
"notification-url": "https://packagist.org/downloads/",
|
1890 |
+
"license": [
|
1891 |
+
"BSD-3-Clause"
|
1892 |
+
],
|
1893 |
+
"authors": [
|
1894 |
+
{
|
1895 |
+
"name": "Ivan Enderlin",
|
1896 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1897 |
+
},
|
1898 |
+
{
|
1899 |
+
"name": "Hoa community",
|
1900 |
+
"homepage": "https://hoa-project.net/"
|
1901 |
+
}
|
1902 |
+
],
|
1903 |
+
"description": "The Hoa\\Stream library.",
|
1904 |
+
"homepage": "https://hoa-project.net/",
|
1905 |
+
"keywords": [
|
1906 |
+
"Context",
|
1907 |
+
"bucket",
|
1908 |
+
"composite",
|
1909 |
+
"filter",
|
1910 |
+
"in",
|
1911 |
+
"library",
|
1912 |
+
"out",
|
1913 |
+
"protocol",
|
1914 |
+
"stream",
|
1915 |
+
"wrapper"
|
1916 |
+
],
|
1917 |
+
"time": "2017-02-21T16:01:06+00:00"
|
1918 |
+
},
|
1919 |
+
{
|
1920 |
+
"name": "hoa/ustring",
|
1921 |
+
"version": "4.17.01.16",
|
1922 |
+
"source": {
|
1923 |
+
"type": "git",
|
1924 |
+
"url": "https://github.com/hoaproject/Ustring.git",
|
1925 |
+
"reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
|
1926 |
+
},
|
1927 |
+
"dist": {
|
1928 |
+
"type": "zip",
|
1929 |
+
"url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
|
1930 |
+
"reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
|
1931 |
+
"shasum": ""
|
1932 |
+
},
|
1933 |
+
"require": {
|
1934 |
+
"hoa/consistency": "~1.0",
|
1935 |
+
"hoa/exception": "~1.0"
|
1936 |
+
},
|
1937 |
+
"require-dev": {
|
1938 |
+
"hoa/test": "~2.0"
|
1939 |
+
},
|
1940 |
+
"suggest": {
|
1941 |
+
"ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
|
1942 |
+
"ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
|
1943 |
+
},
|
1944 |
+
"type": "library",
|
1945 |
+
"extra": {
|
1946 |
+
"branch-alias": {
|
1947 |
+
"dev-master": "4.x-dev"
|
1948 |
+
}
|
1949 |
+
},
|
1950 |
+
"autoload": {
|
1951 |
+
"psr-4": {
|
1952 |
+
"Hoa\\Ustring\\": "."
|
1953 |
+
}
|
1954 |
+
},
|
1955 |
+
"notification-url": "https://packagist.org/downloads/",
|
1956 |
+
"license": [
|
1957 |
+
"BSD-3-Clause"
|
1958 |
+
],
|
1959 |
+
"authors": [
|
1960 |
+
{
|
1961 |
+
"name": "Ivan Enderlin",
|
1962 |
+
"email": "ivan.enderlin@hoa-project.net"
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"name": "Hoa community",
|
1966 |
+
"homepage": "https://hoa-project.net/"
|
1967 |
+
}
|
1968 |
+
],
|
1969 |
+
"description": "The Hoa\\Ustring library.",
|
1970 |
+
"homepage": "https://hoa-project.net/",
|
1971 |
+
"keywords": [
|
1972 |
+
"library",
|
1973 |
+
"search",
|
1974 |
+
"string",
|
1975 |
+
"unicode"
|
1976 |
+
],
|
1977 |
+
"time": "2017-01-16T07:08:25+00:00"
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"name": "illuminate/contracts",
|
1981 |
+
"version": "v5.2.45",
|
1982 |
+
"source": {
|
1983 |
+
"type": "git",
|
1984 |
+
"url": "https://github.com/illuminate/contracts.git",
|
1985 |
+
"reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
|
1986 |
+
},
|
1987 |
+
"dist": {
|
1988 |
+
"type": "zip",
|
1989 |
+
"url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
|
1990 |
+
"reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
|
1991 |
+
"shasum": ""
|
1992 |
+
},
|
1993 |
+
"require": {
|
1994 |
+
"php": ">=5.5.9"
|
1995 |
+
},
|
1996 |
+
"type": "library",
|
1997 |
+
"extra": {
|
1998 |
+
"branch-alias": {
|
1999 |
+
"dev-master": "5.2-dev"
|
2000 |
+
}
|
2001 |
+
},
|
2002 |
+
"autoload": {
|
2003 |
+
"psr-4": {
|
2004 |
+
"Illuminate\\Contracts\\": ""
|
2005 |
+
}
|
2006 |
+
},
|
2007 |
+
"notification-url": "https://packagist.org/downloads/",
|
2008 |
+
"license": [
|
2009 |
+
"MIT"
|
2010 |
+
],
|
2011 |
+
"authors": [
|
2012 |
+
{
|
2013 |
+
"name": "Taylor Otwell",
|
2014 |
+
"email": "taylor@laravel.com"
|
2015 |
+
}
|
2016 |
+
],
|
2017 |
+
"description": "The Illuminate Contracts package.",
|
2018 |
+
"homepage": "http://laravel.com",
|
2019 |
+
"time": "2016-08-08T11:46:08+00:00"
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"name": "illuminate/support",
|
2023 |
+
"version": "v5.2.45",
|
2024 |
+
"source": {
|
2025 |
+
"type": "git",
|
2026 |
+
"url": "https://github.com/illuminate/support.git",
|
2027 |
+
"reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a"
|
2028 |
+
},
|
2029 |
+
"dist": {
|
2030 |
+
"type": "zip",
|
2031 |
+
"url": "https://api.github.com/repos/illuminate/support/zipball/510230ab62a7d85dc70203f4fdca6fb71a19e08a",
|
2032 |
+
"reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a",
|
2033 |
+
"shasum": ""
|
2034 |
+
},
|
2035 |
+
"require": {
|
2036 |
+
"doctrine/inflector": "~1.0",
|
2037 |
+
"ext-mbstring": "*",
|
2038 |
+
"illuminate/contracts": "5.2.*",
|
2039 |
+
"paragonie/random_compat": "~1.4",
|
2040 |
+
"php": ">=5.5.9"
|
2041 |
+
},
|
2042 |
+
"replace": {
|
2043 |
+
"tightenco/collect": "self.version"
|
2044 |
+
},
|
2045 |
+
"suggest": {
|
2046 |
+
"illuminate/filesystem": "Required to use the composer class (5.2.*).",
|
2047 |
+
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
|
2048 |
+
"symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
|
2049 |
+
"symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
|
2050 |
+
"symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
|
2051 |
+
},
|
2052 |
+
"type": "library",
|
2053 |
+
"extra": {
|
2054 |
+
"branch-alias": {
|
2055 |
+
"dev-master": "5.2-dev"
|
2056 |
+
}
|
2057 |
+
},
|
2058 |
+
"autoload": {
|
2059 |
+
"psr-4": {
|
2060 |
+
"Illuminate\\Support\\": ""
|
2061 |
+
},
|
2062 |
+
"files": [
|
2063 |
+
"helpers.php"
|
2064 |
+
]
|
2065 |
+
},
|
2066 |
+
"notification-url": "https://packagist.org/downloads/",
|
2067 |
+
"license": [
|
2068 |
+
"MIT"
|
2069 |
+
],
|
2070 |
+
"authors": [
|
2071 |
+
{
|
2072 |
+
"name": "Taylor Otwell",
|
2073 |
+
"email": "taylor@laravel.com"
|
2074 |
+
}
|
2075 |
+
],
|
2076 |
+
"description": "The Illuminate Support package.",
|
2077 |
+
"homepage": "http://laravel.com",
|
2078 |
+
"time": "2016-08-05T14:49:58+00:00"
|
2079 |
+
},
|
2080 |
+
{
|
2081 |
+
"name": "justinrainbow/json-schema",
|
2082 |
+
"version": "5.2.9",
|
2083 |
+
"source": {
|
2084 |
+
"type": "git",
|
2085 |
+
"url": "https://github.com/justinrainbow/json-schema.git",
|
2086 |
+
"reference": "44c6787311242a979fa15c704327c20e7221a0e4"
|
2087 |
+
},
|
2088 |
+
"dist": {
|
2089 |
+
"type": "zip",
|
2090 |
+
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
|
2091 |
+
"reference": "44c6787311242a979fa15c704327c20e7221a0e4",
|
2092 |
+
"shasum": ""
|
2093 |
+
},
|
2094 |
+
"require": {
|
2095 |
+
"php": ">=5.3.3"
|
2096 |
+
},
|
2097 |
+
"require-dev": {
|
2098 |
+
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
|
2099 |
+
"json-schema/json-schema-test-suite": "1.2.0",
|
2100 |
+
"phpunit/phpunit": "^4.8.35"
|
2101 |
+
},
|
2102 |
+
"bin": [
|
2103 |
+
"bin/validate-json"
|
2104 |
+
],
|
2105 |
+
"type": "library",
|
2106 |
+
"extra": {
|
2107 |
+
"branch-alias": {
|
2108 |
+
"dev-master": "5.0.x-dev"
|
2109 |
+
}
|
2110 |
+
},
|
2111 |
+
"autoload": {
|
2112 |
+
"psr-4": {
|
2113 |
+
"JsonSchema\\": "src/JsonSchema/"
|
2114 |
+
}
|
2115 |
+
},
|
2116 |
+
"notification-url": "https://packagist.org/downloads/",
|
2117 |
+
"license": [
|
2118 |
+
"MIT"
|
2119 |
+
],
|
2120 |
+
"authors": [
|
2121 |
+
{
|
2122 |
+
"name": "Bruno Prieto Reis",
|
2123 |
+
"email": "bruno.p.reis@gmail.com"
|
2124 |
+
},
|
2125 |
+
{
|
2126 |
+
"name": "Justin Rainbow",
|
2127 |
+
"email": "justin.rainbow@gmail.com"
|
2128 |
+
},
|
2129 |
+
{
|
2130 |
+
"name": "Igor Wiedler",
|
2131 |
+
"email": "igor@wiedler.ch"
|
2132 |
+
},
|
2133 |
+
{
|
2134 |
+
"name": "Robert Schönthal",
|
2135 |
+
"email": "seroscho@googlemail.com"
|
2136 |
+
}
|
2137 |
+
],
|
2138 |
+
"description": "A library to validate a json schema.",
|
2139 |
+
"homepage": "https://github.com/justinrainbow/json-schema",
|
2140 |
+
"keywords": [
|
2141 |
+
"json",
|
2142 |
+
"schema"
|
2143 |
+
],
|
2144 |
+
"time": "2019-09-25T14:49:45+00:00"
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"name": "lucatume/wp-browser",
|
2148 |
+
"version": "2.2.32",
|
2149 |
+
"source": {
|
2150 |
+
"type": "git",
|
2151 |
+
"url": "https://github.com/lucatume/wp-browser.git",
|
2152 |
+
"reference": "64b06c6612bc4c8a3a0d6d95996fe6676f259220"
|
2153 |
+
},
|
2154 |
+
"dist": {
|
2155 |
+
"type": "zip",
|
2156 |
+
"url": "https://api.github.com/repos/lucatume/wp-browser/zipball/64b06c6612bc4c8a3a0d6d95996fe6676f259220",
|
2157 |
+
"reference": "64b06c6612bc4c8a3a0d6d95996fe6676f259220",
|
2158 |
+
"shasum": ""
|
2159 |
+
},
|
2160 |
+
"require": {
|
2161 |
+
"antecedent/patchwork": "^2.0",
|
2162 |
+
"codeception/codeception": "^2.5 || ^3.0",
|
2163 |
+
"dg/mysql-dump": "^1.3",
|
2164 |
+
"ext-fileinfo": "*",
|
2165 |
+
"ext-iconv": "*",
|
2166 |
+
"ext-json": "*",
|
2167 |
+
"ext-pdo": "*",
|
2168 |
+
"gumlet/php-image-resize": "^1.6",
|
2169 |
+
"mikemclin/laravel-wp-password": "~2.0.0",
|
2170 |
+
"php": ">=5.6.0",
|
2171 |
+
"symfony/filesystem": "^3.0",
|
2172 |
+
"symfony/process": ">=2.7 <5.0",
|
2173 |
+
"vlucas/phpdotenv": "^3.0",
|
2174 |
+
"vria/nodiacritic": "^0.1.2",
|
2175 |
+
"wp-cli/wp-cli-bundle": ">=2.0 <3.0.0",
|
2176 |
+
"zordius/lightncandy": "^1.2"
|
2177 |
+
},
|
2178 |
+
"require-dev": {
|
2179 |
+
"erusev/parsedown": "^1.7",
|
2180 |
+
"lucatume/codeception-snapshot-assertions": "^0.2.2",
|
2181 |
+
"mikey179/vfsstream": "^1.6",
|
2182 |
+
"phpstan/phpstan": "^0.11.15",
|
2183 |
+
"phpstan/phpstan-shim": "^0.11.15",
|
2184 |
+
"squizlabs/php_codesniffer": "^3.4",
|
2185 |
+
"szepeviktor/phpstan-wordpress": "^0.2.0",
|
2186 |
+
"victorjonsson/markdowndocs": "dev-master"
|
2187 |
+
},
|
2188 |
+
"type": "library",
|
2189 |
+
"autoload": {
|
2190 |
+
"psr-4": {
|
2191 |
+
"Codeception\\": "src/Codeception",
|
2192 |
+
"tad\\": "src/tad"
|
2193 |
+
},
|
2194 |
+
"files": [
|
2195 |
+
"src/tad/WPBrowser/functions.php",
|
2196 |
+
"src/tad/WPBrowser/utils.php",
|
2197 |
+
"src/tad/WPBrowser/wp-polyfills.php"
|
2198 |
+
]
|
2199 |
+
},
|
2200 |
+
"notification-url": "https://packagist.org/downloads/",
|
2201 |
+
"license": [
|
2202 |
+
"MIT"
|
2203 |
+
],
|
2204 |
+
"authors": [
|
2205 |
+
{
|
2206 |
+
"name": "theAverageDev (Luca Tumedei)",
|
2207 |
+
"email": "luca@theaveragedev.com",
|
2208 |
+
"homepage": "http://theaveragedev.com",
|
2209 |
+
"role": "Developer"
|
2210 |
+
}
|
2211 |
+
],
|
2212 |
+
"description": "WordPress extension of the PhpBrowser class.",
|
2213 |
+
"homepage": "http://github.com/lucatume/wp-browser",
|
2214 |
+
"keywords": [
|
2215 |
+
"codeception",
|
2216 |
+
"wordpress"
|
2217 |
+
],
|
2218 |
+
"time": "2019-11-26T11:25:03+00:00"
|
2219 |
+
},
|
2220 |
+
{
|
2221 |
+
"name": "mck89/peast",
|
2222 |
+
"version": "v1.10",
|
2223 |
+
"source": {
|
2224 |
+
"type": "git",
|
2225 |
+
"url": "https://github.com/mck89/peast.git",
|
2226 |
+
"reference": "ce12201132d953a13f41565c82122a5fe2616837"
|
2227 |
+
},
|
2228 |
+
"dist": {
|
2229 |
+
"type": "zip",
|
2230 |
+
"url": "https://api.github.com/repos/mck89/peast/zipball/ce12201132d953a13f41565c82122a5fe2616837",
|
2231 |
+
"reference": "ce12201132d953a13f41565c82122a5fe2616837",
|
2232 |
+
"shasum": ""
|
2233 |
+
},
|
2234 |
+
"require": {
|
2235 |
+
"php": ">=5.4.0"
|
2236 |
+
},
|
2237 |
+
"require-dev": {
|
2238 |
+
"phpunit/phpunit": "^4.0|^5.0"
|
2239 |
+
},
|
2240 |
+
"type": "library",
|
2241 |
+
"extra": {
|
2242 |
+
"branch-alias": {
|
2243 |
+
"dev-master": "1.10.0-dev"
|
2244 |
+
}
|
2245 |
+
},
|
2246 |
+
"autoload": {
|
2247 |
+
"psr-4": {
|
2248 |
+
"Peast\\": "lib/Peast/",
|
2249 |
+
"Peast\\test\\": "test/Peast/"
|
2250 |
+
}
|
2251 |
+
},
|
2252 |
+
"notification-url": "https://packagist.org/downloads/",
|
2253 |
+
"license": [
|
2254 |
+
"MIT"
|
2255 |
+
],
|
2256 |
+
"authors": [
|
2257 |
+
{
|
2258 |
+
"name": "Marco Marchiò",
|
2259 |
+
"email": "marco.mm89@gmail.com"
|
2260 |
+
}
|
2261 |
+
],
|
2262 |
+
"description": "Peast is PHP library that generates AST for JavaScript code",
|
2263 |
+
"time": "2019-11-22T18:07:58+00:00"
|
2264 |
+
},
|
2265 |
+
{
|
2266 |
+
"name": "mikemclin/laravel-wp-password",
|
2267 |
+
"version": "2.0.1",
|
2268 |
+
"source": {
|
2269 |
+
"type": "git",
|
2270 |
+
"url": "https://github.com/mikemclin/laravel-wp-password.git",
|
2271 |
+
"reference": "84ff1113ff6866cdb0350c176dc3c843383e4819"
|
2272 |
+
},
|
2273 |
+
"dist": {
|
2274 |
+
"type": "zip",
|
2275 |
+
"url": "https://api.github.com/repos/mikemclin/laravel-wp-password/zipball/84ff1113ff6866cdb0350c176dc3c843383e4819",
|
2276 |
+
"reference": "84ff1113ff6866cdb0350c176dc3c843383e4819",
|
2277 |
+
"shasum": ""
|
2278 |
+
},
|
2279 |
+
"require": {
|
2280 |
+
"hautelook/phpass": "0.3.*",
|
2281 |
+
"illuminate/support": ">=4.0.0",
|
2282 |
+
"php": ">=5.3.0"
|
2283 |
+
},
|
2284 |
+
"replace": {
|
2285 |
+
"mikemclin/laravel-wp-password": "self.version"
|
2286 |
+
},
|
2287 |
+
"require-dev": {
|
2288 |
+
"mockery/mockery": "~0.9",
|
2289 |
+
"phpunit/phpunit": "~4.0",
|
2290 |
+
"satooshi/php-coveralls": "dev-master"
|
2291 |
+
},
|
2292 |
+
"type": "laravel-package",
|
2293 |
+
"extra": {
|
2294 |
+
"laravel": {
|
2295 |
+
"providers": [
|
2296 |
+
"MikeMcLin\\WpPassword\\WpPasswordProvider"
|
2297 |
+
],
|
2298 |
+
"aliases": {
|
2299 |
+
"WpPassword": "MikeMcLin\\WpPassword\\Facades\\WpPassword"
|
2300 |
+
}
|
2301 |
+
}
|
2302 |
+
},
|
2303 |
+
"autoload": {
|
2304 |
+
"psr-4": {
|
2305 |
+
"MikeMcLin\\WpPassword\\": "src/"
|
2306 |
+
}
|
2307 |
+
},
|
2308 |
+
"notification-url": "https://packagist.org/downloads/",
|
2309 |
+
"license": [
|
2310 |
+
"MIT"
|
2311 |
+
],
|
2312 |
+
"authors": [
|
2313 |
+
{
|
2314 |
+
"name": "Mike McLin",
|
2315 |
+
"email": "mike@mikemclin.com",
|
2316 |
+
"homepage": "http://mikemclin.net"
|
2317 |
+
}
|
2318 |
+
],
|
2319 |
+
"description": "Laravel package that checks and creates WordPress password hashes",
|
2320 |
+
"homepage": "https://github.com/mikemclin/laravel-wp-password",
|
2321 |
+
"keywords": [
|
2322 |
+
"hashing",
|
2323 |
+
"laravel",
|
2324 |
+
"password",
|
2325 |
+
"wordpress"
|
2326 |
+
],
|
2327 |
+
"time": "2018-01-11T14:12:02+00:00"
|
2328 |
+
},
|
2329 |
+
{
|
2330 |
+
"name": "mockery/mockery",
|
2331 |
+
"version": "0.9.11",
|
2332 |
+
"source": {
|
2333 |
+
"type": "git",
|
2334 |
+
"url": "https://github.com/mockery/mockery.git",
|
2335 |
+
"reference": "be9bf28d8e57d67883cba9fcadfcff8caab667f8"
|
2336 |
+
},
|
2337 |
+
"dist": {
|
2338 |
+
"type": "zip",
|
2339 |
+
"url": "https://api.github.com/repos/mockery/mockery/zipball/be9bf28d8e57d67883cba9fcadfcff8caab667f8",
|
2340 |
+
"reference": "be9bf28d8e57d67883cba9fcadfcff8caab667f8",
|
2341 |
+
"shasum": ""
|
2342 |
+
},
|
2343 |
+
"require": {
|
2344 |
+
"hamcrest/hamcrest-php": "~1.1",
|
2345 |
+
"lib-pcre": ">=7.0",
|
2346 |
+
"php": ">=5.3.2"
|
2347 |
+
},
|
2348 |
+
"require-dev": {
|
2349 |
+
"phpunit/phpunit": "~4.0"
|
2350 |
+
},
|
2351 |
+
"type": "library",
|
2352 |
+
"extra": {
|
2353 |
+
"branch-alias": {
|
2354 |
+
"dev-master": "0.9.x-dev"
|
2355 |
+
}
|
2356 |
+
},
|
2357 |
+
"autoload": {
|
2358 |
+
"psr-0": {
|
2359 |
+
"Mockery": "library/"
|
2360 |
+
}
|
2361 |
+
},
|
2362 |
+
"notification-url": "https://packagist.org/downloads/",
|
2363 |
+
"license": [
|
2364 |
+
"BSD-3-Clause"
|
2365 |
+
],
|
2366 |
+
"authors": [
|
2367 |
+
{
|
2368 |
+
"name": "Pádraic Brady",
|
2369 |
+
"email": "padraic.brady@gmail.com",
|
2370 |
+
"homepage": "http://blog.astrumfutura.com"
|
2371 |
+
},
|
2372 |
+
{
|
2373 |
+
"name": "Dave Marshall",
|
2374 |
+
"email": "dave.marshall@atstsolutions.co.uk",
|
2375 |
+
"homepage": "http://davedevelopment.co.uk"
|
2376 |
+
}
|
2377 |
+
],
|
2378 |
+
"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.",
|
2379 |
+
"homepage": "http://github.com/padraic/mockery",
|
2380 |
+
"keywords": [
|
2381 |
+
"BDD",
|
2382 |
+
"TDD",
|
2383 |
+
"library",
|
2384 |
+
"mock",
|
2385 |
+
"mock objects",
|
2386 |
+
"mockery",
|
2387 |
+
"stub",
|
2388 |
+
"test",
|
2389 |
+
"test double",
|
2390 |
+
"testing"
|
2391 |
+
],
|
2392 |
+
"time": "2019-02-12T16:07:13+00:00"
|
2393 |
+
},
|
2394 |
+
{
|
2395 |
+
"name": "monolog/monolog",
|
2396 |
+
"version": "1.25.1",
|
2397 |
+
"source": {
|
2398 |
+
"type": "git",
|
2399 |
+
"url": "https://github.com/Seldaek/monolog.git",
|
2400 |
+
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
|
2401 |
+
},
|
2402 |
+
"dist": {
|
2403 |
+
"type": "zip",
|
2404 |
+
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
|
2405 |
+
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
|
2406 |
+
"shasum": ""
|
2407 |
+
},
|
2408 |
+
"require": {
|
2409 |
+
"php": ">=5.3.0",
|
2410 |
+
"psr/log": "~1.0"
|
2411 |
+
},
|
2412 |
+
"provide": {
|
2413 |
+
"psr/log-implementation": "1.0.0"
|
2414 |
+
},
|
2415 |
+
"require-dev": {
|
2416 |
+
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
2417 |
+
"doctrine/couchdb": "~1.0@dev",
|
2418 |
+
"graylog2/gelf-php": "~1.0",
|
2419 |
+
"jakub-onderka/php-parallel-lint": "0.9",
|
2420 |
+
"php-amqplib/php-amqplib": "~2.4",
|
2421 |
+
"php-console/php-console": "^3.1.3",
|
2422 |
+
"phpunit/phpunit": "~4.5",
|
2423 |
+
"phpunit/phpunit-mock-objects": "2.3.0",
|
2424 |
+
"ruflin/elastica": ">=0.90 <3.0",
|
2425 |
+
"sentry/sentry": "^0.13",
|
2426 |
+
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
2427 |
+
},
|
2428 |
+
"suggest": {
|
2429 |
+
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
2430 |
+
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
2431 |
+
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
2432 |
+
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
2433 |
+
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
2434 |
+
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
2435 |
+
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
2436 |
+
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
2437 |
+
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
2438 |
+
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
2439 |
+
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
2440 |
+
},
|
2441 |
+
"type": "library",
|
2442 |
+
"extra": {
|
2443 |
+
"branch-alias": {
|
2444 |
+
"dev-master": "2.0.x-dev"
|
2445 |
+
}
|
2446 |
+
},
|
2447 |
+
"autoload": {
|
2448 |
+
"psr-4": {
|
2449 |
+
"Monolog\\": "src/Monolog"
|
2450 |
+
}
|
2451 |
+
},
|
2452 |
+
"notification-url": "https://packagist.org/downloads/",
|
2453 |
+
"license": [
|
2454 |
+
"MIT"
|
2455 |
+
],
|
2456 |
+
"authors": [
|
2457 |
+
{
|
2458 |
+
"name": "Jordi Boggiano",
|
2459 |
+
"email": "j.boggiano@seld.be",
|
2460 |
+
"homepage": "http://seld.be"
|
2461 |
+
}
|
2462 |
+
],
|
2463 |
+
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
2464 |
+
"homepage": "http://github.com/Seldaek/monolog",
|
2465 |
+
"keywords": [
|
2466 |
+
"log",
|
2467 |
+
"logging",
|
2468 |
+
"psr-3"
|
2469 |
+
],
|
2470 |
+
"time": "2019-09-06T13:49:17+00:00"
|
2471 |
+
},
|
2472 |
+
{
|
2473 |
+
"name": "mustache/mustache",
|
2474 |
+
"version": "v2.13.0",
|
2475 |
+
"source": {
|
2476 |
+
"type": "git",
|
2477 |
+
"url": "https://github.com/bobthecow/mustache.php.git",
|
2478 |
+
"reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4"
|
2479 |
+
},
|
2480 |
+
"dist": {
|
2481 |
+
"type": "zip",
|
2482 |
+
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4",
|
2483 |
+
"reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4",
|
2484 |
+
"shasum": ""
|
2485 |
+
},
|
2486 |
+
"require": {
|
2487 |
+
"php": ">=5.2.4"
|
2488 |
+
},
|
2489 |
+
"require-dev": {
|
2490 |
+
"friendsofphp/php-cs-fixer": "~1.11",
|
2491 |
+
"phpunit/phpunit": "~3.7|~4.0|~5.0"
|
2492 |
+
},
|
2493 |
+
"type": "library",
|
2494 |
+
"autoload": {
|
2495 |
+
"psr-0": {
|
2496 |
+
"Mustache": "src/"
|
2497 |
+
}
|
2498 |
+
},
|
2499 |
+
"notification-url": "https://packagist.org/downloads/",
|
2500 |
+
"license": [
|
2501 |
+
"MIT"
|
2502 |
+
],
|
2503 |
+
"authors": [
|
2504 |
+
{
|
2505 |
+
"name": "Justin Hileman",
|
2506 |
+
"email": "justin@justinhileman.info",
|
2507 |
+
"homepage": "http://justinhileman.com"
|
2508 |
+
}
|
2509 |
+
],
|
2510 |
+
"description": "A Mustache implementation in PHP.",
|
2511 |
+
"homepage": "https://github.com/bobthecow/mustache.php",
|
2512 |
+
"keywords": [
|
2513 |
+
"mustache",
|
2514 |
+
"templating"
|
2515 |
+
],
|
2516 |
+
"time": "2019-11-23T21:40:31+00:00"
|
2517 |
+
},
|
2518 |
+
{
|
2519 |
+
"name": "myclabs/deep-copy",
|
2520 |
+
"version": "1.7.0",
|
2521 |
+
"source": {
|
2522 |
+
"type": "git",
|
2523 |
+
"url": "https://github.com/myclabs/DeepCopy.git",
|
2524 |
+
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
2525 |
+
},
|
2526 |
+
"dist": {
|
2527 |
+
"type": "zip",
|
2528 |
+
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
2529 |
+
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
2530 |
+
"shasum": ""
|
2531 |
+
},
|
2532 |
+
"require": {
|
2533 |
+
"php": "^5.6 || ^7.0"
|
2534 |
+
},
|
2535 |
+
"require-dev": {
|
2536 |
+
"doctrine/collections": "^1.0",
|
2537 |
+
"doctrine/common": "^2.6",
|
2538 |
+
"phpunit/phpunit": "^4.1"
|
2539 |
+
},
|
2540 |
+
"type": "library",
|
2541 |
+
"autoload": {
|
2542 |
+
"psr-4": {
|
2543 |
+
"DeepCopy\\": "src/DeepCopy/"
|
2544 |
+
},
|
2545 |
+
"files": [
|
2546 |
+
"src/DeepCopy/deep_copy.php"
|
2547 |
+
]
|
2548 |
+
},
|
2549 |
+
"notification-url": "https://packagist.org/downloads/",
|
2550 |
+
"license": [
|
2551 |
+
"MIT"
|
2552 |
+
],
|
2553 |
+
"description": "Create deep copies (clones) of your objects",
|
2554 |
+
"keywords": [
|
2555 |
+
"clone",
|
2556 |
+
"copy",
|
2557 |
+
"duplicate",
|
2558 |
+
"object",
|
2559 |
+
"object graph"
|
2560 |
+
],
|
2561 |
+
"time": "2017-10-19T19:58:43+00:00"
|
2562 |
+
},
|
2563 |
+
{
|
2564 |
+
"name": "nb/oxymel",
|
2565 |
+
"version": "v0.1.0",
|
2566 |
+
"source": {
|
2567 |
+
"type": "git",
|
2568 |
+
"url": "https://github.com/nb/oxymel.git",
|
2569 |
+
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c"
|
2570 |
+
},
|
2571 |
+
"dist": {
|
2572 |
+
"type": "zip",
|
2573 |
+
"url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
|
2574 |
+
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
|
2575 |
+
"shasum": ""
|
2576 |
+
},
|
2577 |
+
"require": {
|
2578 |
+
"php": ">=5.2.4"
|
2579 |
+
},
|
2580 |
+
"type": "library",
|
2581 |
+
"autoload": {
|
2582 |
+
"psr-0": {
|
2583 |
+
"Oxymel": ""
|
2584 |
+
}
|
2585 |
+
},
|
2586 |
+
"notification-url": "https://packagist.org/downloads/",
|
2587 |
+
"license": [
|
2588 |
+
"MIT"
|
2589 |
+
],
|
2590 |
+
"authors": [
|
2591 |
+
{
|
2592 |
+
"name": "Nikolay Bachiyski",
|
2593 |
+
"email": "nb@nikolay.bg",
|
2594 |
+
"homepage": "http://extrapolate.me/"
|
2595 |
+
}
|
2596 |
+
],
|
2597 |
+
"description": "A sweet XML builder",
|
2598 |
+
"homepage": "https://github.com/nb/oxymel",
|
2599 |
+
"keywords": [
|
2600 |
+
"xml"
|
2601 |
+
],
|
2602 |
+
"time": "2013-02-24T15:01:54+00:00"
|
2603 |
+
},
|
2604 |
+
{
|
2605 |
+
"name": "paragonie/random_compat",
|
2606 |
+
"version": "v1.4.3",
|
2607 |
+
"source": {
|
2608 |
+
"type": "git",
|
2609 |
+
"url": "https://github.com/paragonie/random_compat.git",
|
2610 |
+
"reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
|
2611 |
+
},
|
2612 |
+
"dist": {
|
2613 |
+
"type": "zip",
|
2614 |
+
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
|
2615 |
+
"reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
|
2616 |
+
"shasum": ""
|
2617 |
+
},
|
2618 |
+
"require": {
|
2619 |
+
"php": ">=5.2.0"
|
2620 |
+
},
|
2621 |
+
"require-dev": {
|
2622 |
+
"phpunit/phpunit": "4.*|5.*"
|
2623 |
+
},
|
2624 |
+
"suggest": {
|
2625 |
+
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
2626 |
+
},
|
2627 |
+
"type": "library",
|
2628 |
+
"autoload": {
|
2629 |
+
"files": [
|
2630 |
+
"lib/random.php"
|
2631 |
+
]
|
2632 |
+
},
|
2633 |
+
"notification-url": "https://packagist.org/downloads/",
|
2634 |
+
"license": [
|
2635 |
+
"MIT"
|
2636 |
+
],
|
2637 |
+
"authors": [
|
2638 |
+
{
|
2639 |
+
"name": "Paragon Initiative Enterprises",
|
2640 |
+
"email": "security@paragonie.com",
|
2641 |
+
"homepage": "https://paragonie.com"
|
2642 |
+
}
|
2643 |
+
],
|
2644 |
+
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
2645 |
+
"keywords": [
|
2646 |
+
"csprng",
|
2647 |
+
"pseudorandom",
|
2648 |
+
"random"
|
2649 |
+
],
|
2650 |
+
"time": "2018-04-04T21:48:54+00:00"
|
2651 |
+
},
|
2652 |
+
{
|
2653 |
+
"name": "phpdocumentor/reflection-common",
|
2654 |
+
"version": "1.0.1",
|
2655 |
+
"source": {
|
2656 |
+
"type": "git",
|
2657 |
+
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
2658 |
+
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
2659 |
+
},
|
2660 |
+
"dist": {
|
2661 |
+
"type": "zip",
|
2662 |
+
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
2663 |
+
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
2664 |
+
"shasum": ""
|
2665 |
+
},
|
2666 |
+
"require": {
|
2667 |
+
"php": ">=5.5"
|
2668 |
+
},
|
2669 |
+
"require-dev": {
|
2670 |
+
"phpunit/phpunit": "^4.6"
|
2671 |
+
},
|
2672 |
+
"type": "library",
|
2673 |
+
"extra": {
|
2674 |
+
"branch-alias": {
|
2675 |
+
"dev-master": "1.0.x-dev"
|
2676 |
+
}
|
2677 |
+
},
|
2678 |
+
"autoload": {
|
2679 |
+
"psr-4": {
|
2680 |
+
"phpDocumentor\\Reflection\\": [
|
2681 |
+
"src"
|
2682 |
+
]
|
2683 |
+
}
|
2684 |
+
},
|
2685 |
+
"notification-url": "https://packagist.org/downloads/",
|
2686 |
+
"license": [
|
2687 |
+
"MIT"
|
2688 |
+
],
|
2689 |
+
"authors": [
|
2690 |
+
{
|
2691 |
+
"name": "Jaap van Otterdijk",
|
2692 |
+
"email": "opensource@ijaap.nl"
|
2693 |
+
}
|
2694 |
+
],
|
2695 |
+
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
2696 |
+
"homepage": "http://www.phpdoc.org",
|
2697 |
+
"keywords": [
|
2698 |
+
"FQSEN",
|
2699 |
+
"phpDocumentor",
|
2700 |
+
"phpdoc",
|
2701 |
+
"reflection",
|
2702 |
+
"static analysis"
|
2703 |
+
],
|
2704 |
+
"time": "2017-09-11T18:02:19+00:00"
|
2705 |
+
},
|
2706 |
+
{
|
2707 |
+
"name": "phpdocumentor/reflection-docblock",
|
2708 |
+
"version": "3.3.2",
|
2709 |
+
"source": {
|
2710 |
+
"type": "git",
|
2711 |
+
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
2712 |
+
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
|
2713 |
+
},
|
2714 |
+
"dist": {
|
2715 |
+
"type": "zip",
|
2716 |
+
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
2717 |
+
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
2718 |
+
"shasum": ""
|
2719 |
+
},
|
2720 |
+
"require": {
|
2721 |
+
"php": "^5.6 || ^7.0",
|
2722 |
+
"phpdocumentor/reflection-common": "^1.0.0",
|
2723 |
+
"phpdocumentor/type-resolver": "^0.4.0",
|
2724 |
+
"webmozart/assert": "^1.0"
|
2725 |
+
},
|
2726 |
+
"require-dev": {
|
2727 |
+
"mockery/mockery": "^0.9.4",
|
2728 |
+
"phpunit/phpunit": "^4.4"
|
2729 |
+
},
|
2730 |
+
"type": "library",
|
2731 |
+
"autoload": {
|
2732 |
+
"psr-4": {
|
2733 |
+
"phpDocumentor\\Reflection\\": [
|
2734 |
+
"src/"
|
2735 |
+
]
|
2736 |
+
}
|
2737 |
+
},
|
2738 |
+
"notification-url": "https://packagist.org/downloads/",
|
2739 |
+
"license": [
|
2740 |
+
"MIT"
|
2741 |
+
],
|
2742 |
+
"authors": [
|
2743 |
+
{
|
2744 |
+
"name": "Mike van Riel",
|
2745 |
+
"email": "me@mikevanriel.com"
|
2746 |
+
}
|
2747 |
+
],
|
2748 |
+
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
2749 |
+
"time": "2017-11-10T14:09:06+00:00"
|
2750 |
+
},
|
2751 |
+
{
|
2752 |
+
"name": "phpdocumentor/type-resolver",
|
2753 |
+
"version": "0.4.0",
|
2754 |
+
"source": {
|
2755 |
+
"type": "git",
|
2756 |
+
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
2757 |
+
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
2758 |
+
},
|
2759 |
+
"dist": {
|
2760 |
+
"type": "zip",
|
2761 |
+
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
2762 |
+
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
2763 |
+
"shasum": ""
|
2764 |
+
},
|
2765 |
+
"require": {
|
2766 |
+
"php": "^5.5 || ^7.0",
|
2767 |
+
"phpdocumentor/reflection-common": "^1.0"
|
2768 |
+
},
|
2769 |
+
"require-dev": {
|
2770 |
+
"mockery/mockery": "^0.9.4",
|
2771 |
+
"phpunit/phpunit": "^5.2||^4.8.24"
|
2772 |
+
},
|
2773 |
+
"type": "library",
|
2774 |
+
"extra": {
|
2775 |
+
"branch-alias": {
|
2776 |
+
"dev-master": "1.0.x-dev"
|
2777 |
+
}
|
2778 |
+
},
|
2779 |
+
"autoload": {
|
2780 |
+
"psr-4": {
|
2781 |
+
"phpDocumentor\\Reflection\\": [
|
2782 |
+
"src/"
|
2783 |
+
]
|
2784 |
+
}
|
2785 |
+
},
|
2786 |
+
"notification-url": "https://packagist.org/downloads/",
|
2787 |
+
"license": [
|
2788 |
+
"MIT"
|
2789 |
+
],
|
2790 |
+
"authors": [
|
2791 |
+
{
|
2792 |
+
"name": "Mike van Riel",
|
2793 |
+
"email": "me@mikevanriel.com"
|
2794 |
+
}
|
2795 |
+
],
|
2796 |
+
"time": "2017-07-14T14:27:02+00:00"
|
2797 |
+
},
|
2798 |
+
{
|
2799 |
+
"name": "phpoption/phpoption",
|
2800 |
+
"version": "1.7.2",
|
2801 |
+
"source": {
|
2802 |
+
"type": "git",
|
2803 |
+
"url": "https://github.com/schmittjoh/php-option.git",
|
2804 |
+
"reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
|
2805 |
+
},
|
2806 |
+
"dist": {
|
2807 |
+
"type": "zip",
|
2808 |
+
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
|
2809 |
+
"reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
|
2810 |
+
"shasum": ""
|
2811 |
+
},
|
2812 |
+
"require": {
|
2813 |
+
"php": "^5.5.9 || ^7.0"
|
2814 |
+
},
|
2815 |
+
"require-dev": {
|
2816 |
+
"bamarni/composer-bin-plugin": "^1.3",
|
2817 |
+
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
2818 |
+
},
|
2819 |
+
"type": "library",
|
2820 |
+
"extra": {
|
2821 |
+
"branch-alias": {
|
2822 |
+
"dev-master": "1.7-dev"
|
2823 |
+
}
|
2824 |
+
},
|
2825 |
+
"autoload": {
|
2826 |
+
"psr-4": {
|
2827 |
+
"PhpOption\\": "src/PhpOption/"
|
2828 |
+
}
|
2829 |
+
},
|
2830 |
+
"notification-url": "https://packagist.org/downloads/",
|
2831 |
+
"license": [
|
2832 |
+
"Apache-2.0"
|
2833 |
+
],
|
2834 |
+
"authors": [
|
2835 |
+
{
|
2836 |
+
"name": "Johannes M. Schmitt",
|
2837 |
+
"email": "schmittjoh@gmail.com"
|
2838 |
+
},
|
2839 |
+
{
|
2840 |
+
"name": "Graham Campbell",
|
2841 |
+
"email": "graham@alt-three.com"
|
2842 |
+
}
|
2843 |
+
],
|
2844 |
+
"description": "Option Type for PHP",
|
2845 |
+
"keywords": [
|
2846 |
+
"language",
|
2847 |
+
"option",
|
2848 |
+
"php",
|
2849 |
+
"type"
|
2850 |
+
],
|
2851 |
+
"time": "2019-12-15T19:35:24+00:00"
|
2852 |
+
},
|
2853 |
+
{
|
2854 |
+
"name": "phpspec/prophecy",
|
2855 |
+
"version": "1.8.1",
|
2856 |
+
"source": {
|
2857 |
+
"type": "git",
|
2858 |
+
"url": "https://github.com/phpspec/prophecy.git",
|
2859 |
+
"reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
|
2860 |
+
},
|
2861 |
+
"dist": {
|
2862 |
+
"type": "zip",
|
2863 |
+
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
|
2864 |
+
"reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
|
2865 |
+
"shasum": ""
|
2866 |
+
},
|
2867 |
+
"require": {
|
2868 |
+
"doctrine/instantiator": "^1.0.2",
|
2869 |
+
"php": "^5.3|^7.0",
|
2870 |
+
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
2871 |
+
"sebastian/comparator": "^1.1|^2.0|^3.0",
|
2872 |
+
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
2873 |
+
},
|
2874 |
+
"require-dev": {
|
2875 |
+
"phpspec/phpspec": "^2.5|^3.2",
|
2876 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
|
2877 |
+
},
|
2878 |
+
"type": "library",
|
2879 |
+
"extra": {
|
2880 |
+
"branch-alias": {
|
2881 |
+
"dev-master": "1.8.x-dev"
|
2882 |
+
}
|
2883 |
+
},
|
2884 |
+
"autoload": {
|
2885 |
+
"psr-4": {
|
2886 |
+
"Prophecy\\": "src/Prophecy"
|
2887 |
+
}
|
2888 |
+
},
|
2889 |
+
"notification-url": "https://packagist.org/downloads/",
|
2890 |
+
"license": [
|
2891 |
+
"MIT"
|
2892 |
+
],
|
2893 |
+
"authors": [
|
2894 |
+
{
|
2895 |
+
"name": "Konstantin Kudryashov",
|
2896 |
+
"email": "ever.zet@gmail.com",
|
2897 |
+
"homepage": "http://everzet.com"
|
2898 |
+
},
|
2899 |
+
{
|
2900 |
+
"name": "Marcello Duarte",
|
2901 |
+
"email": "marcello.duarte@gmail.com"
|
2902 |
+
}
|
2903 |
+
],
|
2904 |
+
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
2905 |
+
"homepage": "https://github.com/phpspec/prophecy",
|
2906 |
+
"keywords": [
|
2907 |
+
"Double",
|
2908 |
+
"Dummy",
|
2909 |
+
"fake",
|
2910 |
+
"mock",
|
2911 |
+
"spy",
|
2912 |
+
"stub"
|
2913 |
+
],
|
2914 |
+
"time": "2019-06-13T12:50:23+00:00"
|
2915 |
+
},
|
2916 |
+
{
|
2917 |
+
"name": "phpunit/php-code-coverage",
|
2918 |
+
"version": "4.0.8",
|
2919 |
+
"source": {
|
2920 |
+
"type": "git",
|
2921 |
+
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
2922 |
+
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
|
2923 |
+
},
|
2924 |
+
"dist": {
|
2925 |
+
"type": "zip",
|
2926 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
2927 |
+
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
2928 |
+
"shasum": ""
|
2929 |
+
},
|
2930 |
+
"require": {
|
2931 |
+
"ext-dom": "*",
|
2932 |
+
"ext-xmlwriter": "*",
|
2933 |
+
"php": "^5.6 || ^7.0",
|
2934 |
+
"phpunit/php-file-iterator": "^1.3",
|
2935 |
+
"phpunit/php-text-template": "^1.2",
|
2936 |
+
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
|
2937 |
+
"sebastian/code-unit-reverse-lookup": "^1.0",
|
2938 |
+
"sebastian/environment": "^1.3.2 || ^2.0",
|
2939 |
+
"sebastian/version": "^1.0 || ^2.0"
|
2940 |
+
},
|
2941 |
+
"require-dev": {
|
2942 |
+
"ext-xdebug": "^2.1.4",
|
2943 |
+
"phpunit/phpunit": "^5.7"
|
2944 |
+
},
|
2945 |
+
"suggest": {
|
2946 |
+
"ext-xdebug": "^2.5.1"
|
2947 |
+
},
|
2948 |
+
"type": "library",
|
2949 |
+
"extra": {
|
2950 |
+
"branch-alias": {
|
2951 |
+
"dev-master": "4.0.x-dev"
|
2952 |
+
}
|
2953 |
+
},
|
2954 |
+
"autoload": {
|
2955 |
+
"classmap": [
|
2956 |
+
"src/"
|
2957 |
+
]
|
2958 |
+
},
|
2959 |
+
"notification-url": "https://packagist.org/downloads/",
|
2960 |
+
"license": [
|
2961 |
+
"BSD-3-Clause"
|
2962 |
+
],
|
2963 |
+
"authors": [
|
2964 |
+
{
|
2965 |
+
"name": "Sebastian Bergmann",
|
2966 |
+
"email": "sb@sebastian-bergmann.de",
|
2967 |
+
"role": "lead"
|
2968 |
+
}
|
2969 |
+
],
|
2970 |
+
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
2971 |
+
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
2972 |
+
"keywords": [
|
2973 |
+
"coverage",
|
2974 |
+
"testing",
|
2975 |
+
"xunit"
|
2976 |
+
],
|
2977 |
+
"time": "2017-04-02T07:44:40+00:00"
|
2978 |
+
},
|
2979 |
+
{
|
2980 |
+
"name": "phpunit/php-file-iterator",
|
2981 |
+
"version": "1.4.5",
|
2982 |
+
"source": {
|
2983 |
+
"type": "git",
|
2984 |
+
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
2985 |
+
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
2986 |
+
},
|
2987 |
+
"dist": {
|
2988 |
+
"type": "zip",
|
2989 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
2990 |
+
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
2991 |
+
"shasum": ""
|
2992 |
+
},
|
2993 |
+
"require": {
|
2994 |
+
"php": ">=5.3.3"
|
2995 |
+
},
|
2996 |
+
"type": "library",
|
2997 |
+
"extra": {
|
2998 |
+
"branch-alias": {
|
2999 |
+
"dev-master": "1.4.x-dev"
|
3000 |
+
}
|
3001 |
+
},
|
3002 |
+
"autoload": {
|
3003 |
+
"classmap": [
|
3004 |
+
"src/"
|
3005 |
+
]
|
3006 |
+
},
|
3007 |
+
"notification-url": "https://packagist.org/downloads/",
|
3008 |
+
"license": [
|
3009 |
+
"BSD-3-Clause"
|
3010 |
+
],
|
3011 |
+
"authors": [
|
3012 |
+
{
|
3013 |
+
"name": "Sebastian Bergmann",
|
3014 |
+
"role": "lead",
|
3015 |
+
"email": "sb@sebastian-bergmann.de"
|
3016 |
+
}
|
3017 |
+
],
|
3018 |
+
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
3019 |
+
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
3020 |
+
"keywords": [
|
3021 |
+
"filesystem",
|
3022 |
+
"iterator"
|
3023 |
+
],
|
3024 |
+
"time": "2017-11-27T13:52:08+00:00"
|
3025 |
+
},
|
3026 |
+
{
|
3027 |
+
"name": "phpunit/php-text-template",
|
3028 |
+
"version": "1.2.1",
|
3029 |
+
"source": {
|
3030 |
+
"type": "git",
|
3031 |
+
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
3032 |
+
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
3033 |
+
},
|
3034 |
+
"dist": {
|
3035 |
+
"type": "zip",
|
3036 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
3037 |
+
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
3038 |
+
"shasum": ""
|
3039 |
+
},
|
3040 |
+
"require": {
|
3041 |
+
"php": ">=5.3.3"
|
3042 |
+
},
|
3043 |
+
"type": "library",
|
3044 |
+
"autoload": {
|
3045 |
+
"classmap": [
|
3046 |
+
"src/"
|
3047 |
+
]
|
3048 |
+
},
|
3049 |
+
"notification-url": "https://packagist.org/downloads/",
|
3050 |
+
"license": [
|
3051 |
+
"BSD-3-Clause"
|
3052 |
+
],
|
3053 |
+
"authors": [
|
3054 |
+
{
|
3055 |
+
"name": "Sebastian Bergmann",
|
3056 |
+
"role": "lead",
|
3057 |
+
"email": "sebastian@phpunit.de"
|
3058 |
+
}
|
3059 |
+
],
|
3060 |
+
"description": "Simple template engine.",
|
3061 |
+
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
3062 |
+
"keywords": [
|
3063 |
+
"template"
|
3064 |
+
],
|
3065 |
+
"time": "2015-06-21T13:50:34+00:00"
|
3066 |
+
},
|
3067 |
+
{
|
3068 |
+
"name": "phpunit/php-timer",
|
3069 |
+
"version": "1.0.9",
|
3070 |
+
"source": {
|
3071 |
+
"type": "git",
|
3072 |
+
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
3073 |
+
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
3074 |
+
},
|
3075 |
+
"dist": {
|
3076 |
+
"type": "zip",
|
3077 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
3078 |
+
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
3079 |
+
"shasum": ""
|
3080 |
+
},
|
3081 |
+
"require": {
|
3082 |
+
"php": "^5.3.3 || ^7.0"
|
3083 |
+
},
|
3084 |
+
"require-dev": {
|
3085 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
3086 |
+
},
|
3087 |
+
"type": "library",
|
3088 |
+
"extra": {
|
3089 |
+
"branch-alias": {
|
3090 |
+
"dev-master": "1.0-dev"
|
3091 |
+
}
|
3092 |
+
},
|
3093 |
+
"autoload": {
|
3094 |
+
"classmap": [
|
3095 |
+
"src/"
|
3096 |
+
]
|
3097 |
+
},
|
3098 |
+
"notification-url": "https://packagist.org/downloads/",
|
3099 |
+
"license": [
|
3100 |
+
"BSD-3-Clause"
|
3101 |
+
],
|
3102 |
+
"authors": [
|
3103 |
+
{
|
3104 |
+
"name": "Sebastian Bergmann",
|
3105 |
+
"role": "lead",
|
3106 |
+
"email": "sb@sebastian-bergmann.de"
|
3107 |
+
}
|
3108 |
+
],
|
3109 |
+
"description": "Utility class for timing",
|
3110 |
+
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
3111 |
+
"keywords": [
|
3112 |
+
"timer"
|
3113 |
+
],
|
3114 |
+
"time": "2017-02-26T11:10:40+00:00"
|
3115 |
+
},
|
3116 |
+
{
|
3117 |
+
"name": "phpunit/php-token-stream",
|
3118 |
+
"version": "1.4.12",
|
3119 |
+
"source": {
|
3120 |
+
"type": "git",
|
3121 |
+
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
3122 |
+
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
|
3123 |
+
},
|
3124 |
+
"dist": {
|
3125 |
+
"type": "zip",
|
3126 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
3127 |
+
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
3128 |
+
"shasum": ""
|
3129 |
+
},
|
3130 |
+
"require": {
|
3131 |
+
"ext-tokenizer": "*",
|
3132 |
+
"php": ">=5.3.3"
|
3133 |
+
},
|
3134 |
+
"require-dev": {
|
3135 |
+
"phpunit/phpunit": "~4.2"
|
3136 |
+
},
|
3137 |
+
"type": "library",
|
3138 |
+
"extra": {
|
3139 |
+
"branch-alias": {
|
3140 |
+
"dev-master": "1.4-dev"
|
3141 |
+
}
|
3142 |
+
},
|
3143 |
+
"autoload": {
|
3144 |
+
"classmap": [
|
3145 |
+
"src/"
|
3146 |
+
]
|
3147 |
+
},
|
3148 |
+
"notification-url": "https://packagist.org/downloads/",
|
3149 |
+
"license": [
|
3150 |
+
"BSD-3-Clause"
|
3151 |
+
],
|
3152 |
+
"authors": [
|
3153 |
+
{
|
3154 |
+
"name": "Sebastian Bergmann",
|
3155 |
+
"email": "sebastian@phpunit.de"
|
3156 |
+
}
|
3157 |
+
],
|
3158 |
+
"description": "Wrapper around PHP's tokenizer extension.",
|
3159 |
+
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
3160 |
+
"keywords": [
|
3161 |
+
"tokenizer"
|
3162 |
+
],
|
3163 |
+
"time": "2017-12-04T08:55:13+00:00"
|
3164 |
+
},
|
3165 |
+
{
|
3166 |
+
"name": "phpunit/phpunit",
|
3167 |
+
"version": "5.7.27",
|
3168 |
+
"source": {
|
3169 |
+
"type": "git",
|
3170 |
+
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
3171 |
+
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
|
3172 |
+
},
|
3173 |
+
"dist": {
|
3174 |
+
"type": "zip",
|
3175 |
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
3176 |
+
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
3177 |
+
"shasum": ""
|
3178 |
+
},
|
3179 |
+
"require": {
|
3180 |
+
"ext-dom": "*",
|
3181 |
+
"ext-json": "*",
|
3182 |
+
"ext-libxml": "*",
|
3183 |
+
"ext-mbstring": "*",
|
3184 |
+
"ext-xml": "*",
|
3185 |
+
"myclabs/deep-copy": "~1.3",
|
3186 |
+
"php": "^5.6 || ^7.0",
|
3187 |
+
"phpspec/prophecy": "^1.6.2",
|
3188 |
+
"phpunit/php-code-coverage": "^4.0.4",
|
3189 |
+
"phpunit/php-file-iterator": "~1.4",
|
3190 |
+
"phpunit/php-text-template": "~1.2",
|
3191 |
+
"phpunit/php-timer": "^1.0.6",
|
3192 |
+
"phpunit/phpunit-mock-objects": "^3.2",
|
3193 |
+
"sebastian/comparator": "^1.2.4",
|
3194 |
+
"sebastian/diff": "^1.4.3",
|
3195 |
+
"sebastian/environment": "^1.3.4 || ^2.0",
|
3196 |
+
"sebastian/exporter": "~2.0",
|
3197 |
+
"sebastian/global-state": "^1.1",
|
3198 |
+
"sebastian/object-enumerator": "~2.0",
|
3199 |
+
"sebastian/resource-operations": "~1.0",
|
3200 |
+
"sebastian/version": "^1.0.6|^2.0.1",
|
3201 |
+
"symfony/yaml": "~2.1|~3.0|~4.0"
|
3202 |
+
},
|
3203 |
+
"conflict": {
|
3204 |
+
"phpdocumentor/reflection-docblock": "3.0.2"
|
3205 |
+
},
|
3206 |
+
"require-dev": {
|
3207 |
+
"ext-pdo": "*"
|
3208 |
+
},
|
3209 |
+
"suggest": {
|
3210 |
+
"ext-xdebug": "*",
|
3211 |
+
"phpunit/php-invoker": "~1.1"
|
3212 |
+
},
|
3213 |
+
"bin": [
|
3214 |
+
"phpunit"
|
3215 |
+
],
|
3216 |
+
"type": "library",
|
3217 |
+
"extra": {
|
3218 |
+
"branch-alias": {
|
3219 |
+
"dev-master": "5.7.x-dev"
|
3220 |
+
}
|
3221 |
+
},
|
3222 |
+
"autoload": {
|
3223 |
+
"classmap": [
|
3224 |
+
"src/"
|
3225 |
+
]
|
3226 |
+
},
|
3227 |
+
"notification-url": "https://packagist.org/downloads/",
|
3228 |
+
"license": [
|
3229 |
+
"BSD-3-Clause"
|
3230 |
+
],
|
3231 |
+
"authors": [
|
3232 |
+
{
|
3233 |
+
"name": "Sebastian Bergmann",
|
3234 |
+
"email": "sebastian@phpunit.de",
|
3235 |
+
"role": "lead"
|
3236 |
+
}
|
3237 |
+
],
|
3238 |
+
"description": "The PHP Unit Testing framework.",
|
3239 |
+
"homepage": "https://phpunit.de/",
|
3240 |
+
"keywords": [
|
3241 |
+
"phpunit",
|
3242 |
+
"testing",
|
3243 |
+
"xunit"
|
3244 |
+
],
|
3245 |
+
"time": "2018-02-01T05:50:59+00:00"
|
3246 |
+
},
|
3247 |
+
{
|
3248 |
+
"name": "phpunit/phpunit-mock-objects",
|
3249 |
+
"version": "3.4.4",
|
3250 |
+
"source": {
|
3251 |
+
"type": "git",
|
3252 |
+
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
3253 |
+
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
|
3254 |
+
},
|
3255 |
+
"dist": {
|
3256 |
+
"type": "zip",
|
3257 |
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
|
3258 |
+
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
|
3259 |
+
"shasum": ""
|
3260 |
+
},
|
3261 |
+
"require": {
|
3262 |
+
"doctrine/instantiator": "^1.0.2",
|
3263 |
+
"php": "^5.6 || ^7.0",
|
3264 |
+
"phpunit/php-text-template": "^1.2",
|
3265 |
+
"sebastian/exporter": "^1.2 || ^2.0"
|
3266 |
+
},
|
3267 |
+
"conflict": {
|
3268 |
+
"phpunit/phpunit": "<5.4.0"
|
3269 |
+
},
|
3270 |
+
"require-dev": {
|
3271 |
+
"phpunit/phpunit": "^5.4"
|
3272 |
+
},
|
3273 |
+
"suggest": {
|
3274 |
+
"ext-soap": "*"
|
3275 |
+
},
|
3276 |
+
"type": "library",
|
3277 |
+
"extra": {
|
3278 |
+
"branch-alias": {
|
3279 |
+
"dev-master": "3.2.x-dev"
|
3280 |
+
}
|
3281 |
+
},
|
3282 |
+
"autoload": {
|
3283 |
+
"classmap": [
|
3284 |
+
"src/"
|
3285 |
+
]
|
3286 |
+
},
|
3287 |
+
"notification-url": "https://packagist.org/downloads/",
|
3288 |
+
"license": [
|
3289 |
+
"BSD-3-Clause"
|
3290 |
+
],
|
3291 |
+
"authors": [
|
3292 |
+
{
|
3293 |
+
"name": "Sebastian Bergmann",
|
3294 |
+
"email": "sb@sebastian-bergmann.de",
|
3295 |
+
"role": "lead"
|
3296 |
+
}
|
3297 |
+
],
|
3298 |
+
"description": "Mock Object library for PHPUnit",
|
3299 |
+
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
3300 |
+
"keywords": [
|
3301 |
+
"mock",
|
3302 |
+
"xunit"
|
3303 |
+
],
|
3304 |
+
"abandoned": true,
|
3305 |
+
"time": "2017-06-30T09:13:00+00:00"
|
3306 |
+
},
|
3307 |
+
{
|
3308 |
+
"name": "psr/http-message",
|
3309 |
+
"version": "1.0.1",
|
3310 |
+
"source": {
|
3311 |
+
"type": "git",
|
3312 |
+
"url": "https://github.com/php-fig/http-message.git",
|
3313 |
+
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
3314 |
+
},
|
3315 |
+
"dist": {
|
3316 |
+
"type": "zip",
|
3317 |
+
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
3318 |
+
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
3319 |
+
"shasum": ""
|
3320 |
+
},
|
3321 |
+
"require": {
|
3322 |
+
"php": ">=5.3.0"
|
3323 |
+
},
|
3324 |
+
"type": "library",
|
3325 |
+
"extra": {
|
3326 |
+
"branch-alias": {
|
3327 |
+
"dev-master": "1.0.x-dev"
|
3328 |
+
}
|
3329 |
+
},
|
3330 |
+
"autoload": {
|
3331 |
+
"psr-4": {
|
3332 |
+
"Psr\\Http\\Message\\": "src/"
|
3333 |
+
}
|
3334 |
+
},
|
3335 |
+
"notification-url": "https://packagist.org/downloads/",
|
3336 |
+
"license": [
|
3337 |
+
"MIT"
|
3338 |
+
],
|
3339 |
+
"authors": [
|
3340 |
+
{
|
3341 |
+
"name": "PHP-FIG",
|
3342 |
+
"homepage": "http://www.php-fig.org/"
|
3343 |
+
}
|
3344 |
+
],
|
3345 |
+
"description": "Common interface for HTTP messages",
|
3346 |
+
"homepage": "https://github.com/php-fig/http-message",
|
3347 |
+
"keywords": [
|
3348 |
+
"http",
|
3349 |
+
"http-message",
|
3350 |
+
"psr",
|
3351 |
+
"psr-7",
|
3352 |
+
"request",
|
3353 |
+
"response"
|
3354 |
+
],
|
3355 |
+
"time": "2016-08-06T14:39:51+00:00"
|
3356 |
+
},
|
3357 |
+
{
|
3358 |
+
"name": "ralouphie/getallheaders",
|
3359 |
+
"version": "3.0.3",
|
3360 |
+
"source": {
|
3361 |
+
"type": "git",
|
3362 |
+
"url": "https://github.com/ralouphie/getallheaders.git",
|
3363 |
+
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
3364 |
+
},
|
3365 |
+
"dist": {
|
3366 |
+
"type": "zip",
|
3367 |
+
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
3368 |
+
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
3369 |
+
"shasum": ""
|
3370 |
+
},
|
3371 |
+
"require": {
|
3372 |
+
"php": ">=5.6"
|
3373 |
+
},
|
3374 |
+
"require-dev": {
|
3375 |
+
"php-coveralls/php-coveralls": "^2.1",
|
3376 |
+
"phpunit/phpunit": "^5 || ^6.5"
|
3377 |
+
},
|
3378 |
+
"type": "library",
|
3379 |
+
"autoload": {
|
3380 |
+
"files": [
|
3381 |
+
"src/getallheaders.php"
|
3382 |
+
]
|
3383 |
+
},
|
3384 |
+
"notification-url": "https://packagist.org/downloads/",
|
3385 |
+
"license": [
|
3386 |
+
"MIT"
|
3387 |
+
],
|
3388 |
+
"authors": [
|
3389 |
+
{
|
3390 |
+
"name": "Ralph Khattar",
|
3391 |
+
"email": "ralph.khattar@gmail.com"
|
3392 |
+
}
|
3393 |
+
],
|
3394 |
+
"description": "A polyfill for getallheaders.",
|
3395 |
+
"time": "2019-03-08T08:55:37+00:00"
|
3396 |
+
},
|
3397 |
+
{
|
3398 |
+
"name": "rmccue/requests",
|
3399 |
+
"version": "v1.7.0",
|
3400 |
+
"source": {
|
3401 |
+
"type": "git",
|
3402 |
+
"url": "https://github.com/rmccue/Requests.git",
|
3403 |
+
"reference": "87932f52ffad70504d93f04f15690cf16a089546"
|
3404 |
+
},
|
3405 |
+
"dist": {
|
3406 |
+
"type": "zip",
|
3407 |
+
"url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
|
3408 |
+
"reference": "87932f52ffad70504d93f04f15690cf16a089546",
|
3409 |
+
"shasum": ""
|
3410 |
+
},
|
3411 |
+
"require": {
|
3412 |
+
"php": ">=5.2"
|
3413 |
+
},
|
3414 |
+
"require-dev": {
|
3415 |
+
"requests/test-server": "dev-master"
|
3416 |
+
},
|
3417 |
+
"type": "library",
|
3418 |
+
"autoload": {
|
3419 |
+
"psr-0": {
|
3420 |
+
"Requests": "library/"
|
3421 |
+
}
|
3422 |
+
},
|
3423 |
+
"notification-url": "https://packagist.org/downloads/",
|
3424 |
+
"license": [
|
3425 |
+
"ISC"
|
3426 |
+
],
|
3427 |
+
"authors": [
|
3428 |
+
{
|
3429 |
+
"name": "Ryan McCue",
|
3430 |
+
"homepage": "http://ryanmccue.info"
|
3431 |
+
}
|
3432 |
+
],
|
3433 |
+
"description": "A HTTP library written in PHP, for human beings.",
|
3434 |
+
"homepage": "http://github.com/rmccue/Requests",
|
3435 |
+
"keywords": [
|
3436 |
+
"curl",
|
3437 |
+
"fsockopen",
|
3438 |
+
"http",
|
3439 |
+
"idna",
|
3440 |
+
"ipv6",
|
3441 |
+
"iri",
|
3442 |
+
"sockets"
|
3443 |
+
],
|
3444 |
+
"time": "2016-10-13T00:11:37+00:00"
|
3445 |
+
},
|
3446 |
+
{
|
3447 |
+
"name": "sebastian/code-unit-reverse-lookup",
|
3448 |
+
"version": "1.0.1",
|
3449 |
+
"source": {
|
3450 |
+
"type": "git",
|
3451 |
+
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
3452 |
+
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
3453 |
+
},
|
3454 |
+
"dist": {
|
3455 |
+
"type": "zip",
|
3456 |
+
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
3457 |
+
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
3458 |
+
"shasum": ""
|
3459 |
+
},
|
3460 |
+
"require": {
|
3461 |
+
"php": "^5.6 || ^7.0"
|
3462 |
+
},
|
3463 |
+
"require-dev": {
|
3464 |
+
"phpunit/phpunit": "^5.7 || ^6.0"
|
3465 |
+
},
|
3466 |
+
"type": "library",
|
3467 |
+
"extra": {
|
3468 |
+
"branch-alias": {
|
3469 |
+
"dev-master": "1.0.x-dev"
|
3470 |
+
}
|
3471 |
+
},
|
3472 |
+
"autoload": {
|
3473 |
+
"classmap": [
|
3474 |
+
"src/"
|
3475 |
+
]
|
3476 |
+
},
|
3477 |
+
"notification-url": "https://packagist.org/downloads/",
|
3478 |
+
"license": [
|
3479 |
+
"BSD-3-Clause"
|
3480 |
+
],
|
3481 |
+
"authors": [
|
3482 |
+
{
|
3483 |
+
"name": "Sebastian Bergmann",
|
3484 |
+
"email": "sebastian@phpunit.de"
|
3485 |
+
}
|
3486 |
+
],
|
3487 |
+
"description": "Looks up which function or method a line of code belongs to",
|
3488 |
+
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
3489 |
+
"time": "2017-03-04T06:30:41+00:00"
|
3490 |
+
},
|
3491 |
+
{
|
3492 |
+
"name": "sebastian/comparator",
|
3493 |
+
"version": "1.2.4",
|
3494 |
+
"source": {
|
3495 |
+
"type": "git",
|
3496 |
+
"url": "https://github.com/sebastianbergmann/comparator.git",
|
3497 |
+
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
|
3498 |
+
},
|
3499 |
+
"dist": {
|
3500 |
+
"type": "zip",
|
3501 |
+
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
3502 |
+
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
3503 |
+
"shasum": ""
|
3504 |
+
},
|
3505 |
+
"require": {
|
3506 |
+
"php": ">=5.3.3",
|
3507 |
+
"sebastian/diff": "~1.2",
|
3508 |
+
"sebastian/exporter": "~1.2 || ~2.0"
|
3509 |
+
},
|
3510 |
+
"require-dev": {
|
3511 |
+
"phpunit/phpunit": "~4.4"
|
3512 |
+
},
|
3513 |
+
"type": "library",
|
3514 |
+
"extra": {
|
3515 |
+
"branch-alias": {
|
3516 |
+
"dev-master": "1.2.x-dev"
|
3517 |
+
}
|
3518 |
+
},
|
3519 |
+
"autoload": {
|
3520 |
+
"classmap": [
|
3521 |
+
"src/"
|
3522 |
+
]
|
3523 |
+
},
|
3524 |
+
"notification-url": "https://packagist.org/downloads/",
|
3525 |
+
"license": [
|
3526 |
+
"BSD-3-Clause"
|
3527 |
+
],
|
3528 |
+
"authors": [
|
3529 |
+
{
|
3530 |
+
"name": "Jeff Welch",
|
3531 |
+
"email": "whatthejeff@gmail.com"
|
3532 |
+
},
|
3533 |
+
{
|
3534 |
+
"name": "Volker Dusch",
|
3535 |
+
"email": "github@wallbash.com"
|
3536 |
+
},
|
3537 |
+
{
|
3538 |
+
"name": "Bernhard Schussek",
|
3539 |
+
"email": "bschussek@2bepublished.at"
|
3540 |
+
},
|
3541 |
+
{
|
3542 |
+
"name": "Sebastian Bergmann",
|
3543 |
+
"email": "sebastian@phpunit.de"
|
3544 |
+
}
|
3545 |
+
],
|
3546 |
+
"description": "Provides the functionality to compare PHP values for equality",
|
3547 |
+
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
3548 |
+
"keywords": [
|
3549 |
+
"comparator",
|
3550 |
+
"compare",
|
3551 |
+
"equality"
|
3552 |
+
],
|
3553 |
+
"time": "2017-01-29T09:50:25+00:00"
|
3554 |
+
},
|
3555 |
+
{
|
3556 |
+
"name": "sebastian/diff",
|
3557 |
+
"version": "1.4.3",
|
3558 |
+
"source": {
|
3559 |
+
"type": "git",
|
3560 |
+
"url": "https://github.com/sebastianbergmann/diff.git",
|
3561 |
+
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
|
3562 |
+
},
|
3563 |
+
"dist": {
|
3564 |
+
"type": "zip",
|
3565 |
+
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
3566 |
+
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
3567 |
+
"shasum": ""
|
3568 |
+
},
|
3569 |
+
"require": {
|
3570 |
+
"php": "^5.3.3 || ^7.0"
|
3571 |
+
},
|
3572 |
+
"require-dev": {
|
3573 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
3574 |
+
},
|
3575 |
+
"type": "library",
|
3576 |
+
"extra": {
|
3577 |
+
"branch-alias": {
|
3578 |
+
"dev-master": "1.4-dev"
|
3579 |
+
}
|
3580 |
+
},
|
3581 |
+
"autoload": {
|
3582 |
+
"classmap": [
|
3583 |
+
"src/"
|
3584 |
+
]
|
3585 |
+
},
|
3586 |
+
"notification-url": "https://packagist.org/downloads/",
|
3587 |
+
"license": [
|
3588 |
+
"BSD-3-Clause"
|
3589 |
+
],
|
3590 |
+
"authors": [
|
3591 |
+
{
|
3592 |
+
"name": "Kore Nordmann",
|
3593 |
+
"email": "mail@kore-nordmann.de"
|
3594 |
+
},
|
3595 |
+
{
|
3596 |
+
"name": "Sebastian Bergmann",
|
3597 |
+
"email": "sebastian@phpunit.de"
|
3598 |
+
}
|
3599 |
+
],
|
3600 |
+
"description": "Diff implementation",
|
3601 |
+
"homepage": "https://github.com/sebastianbergmann/diff",
|
3602 |
+
"keywords": [
|
3603 |
+
"diff"
|
3604 |
+
],
|
3605 |
+
"time": "2017-05-22T07:24:03+00:00"
|
3606 |
+
},
|
3607 |
+
{
|
3608 |
+
"name": "sebastian/environment",
|
3609 |
+
"version": "2.0.0",
|
3610 |
+
"source": {
|
3611 |
+
"type": "git",
|
3612 |
+
"url": "https://github.com/sebastianbergmann/environment.git",
|
3613 |
+
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
|
3614 |
+
},
|
3615 |
+
"dist": {
|
3616 |
+
"type": "zip",
|
3617 |
+
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
3618 |
+
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
3619 |
+
"shasum": ""
|
3620 |
+
},
|
3621 |
+
"require": {
|
3622 |
+
"php": "^5.6 || ^7.0"
|
3623 |
+
},
|
3624 |
+
"require-dev": {
|
3625 |
+
"phpunit/phpunit": "^5.0"
|
3626 |
+
},
|
3627 |
+
"type": "library",
|
3628 |
+
"extra": {
|
3629 |
+
"branch-alias": {
|
3630 |
+
"dev-master": "2.0.x-dev"
|
3631 |
+
}
|
3632 |
+
},
|
3633 |
+
"autoload": {
|
3634 |
+
"classmap": [
|
3635 |
+
"src/"
|
3636 |
+
]
|
3637 |
+
},
|
3638 |
+
"notification-url": "https://packagist.org/downloads/",
|
3639 |
+
"license": [
|
3640 |
+
"BSD-3-Clause"
|
3641 |
+
],
|
3642 |
+
"authors": [
|
3643 |
+
{
|
3644 |
+
"name": "Sebastian Bergmann",
|
3645 |
+
"email": "sebastian@phpunit.de"
|
3646 |
+
}
|
3647 |
+
],
|
3648 |
+
"description": "Provides functionality to handle HHVM/PHP environments",
|
3649 |
+
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
3650 |
+
"keywords": [
|
3651 |
+
"Xdebug",
|
3652 |
+
"environment",
|
3653 |
+
"hhvm"
|
3654 |
+
],
|
3655 |
+
"time": "2016-11-26T07:53:53+00:00"
|
3656 |
+
},
|
3657 |
+
{
|
3658 |
+
"name": "sebastian/exporter",
|
3659 |
+
"version": "2.0.0",
|
3660 |
+
"source": {
|
3661 |
+
"type": "git",
|
3662 |
+
"url": "https://github.com/sebastianbergmann/exporter.git",
|
3663 |
+
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
|
3664 |
+
},
|
3665 |
+
"dist": {
|
3666 |
+
"type": "zip",
|
3667 |
+
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
3668 |
+
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
3669 |
+
"shasum": ""
|
3670 |
+
},
|
3671 |
+
"require": {
|
3672 |
+
"php": ">=5.3.3",
|
3673 |
+
"sebastian/recursion-context": "~2.0"
|
3674 |
+
},
|
3675 |
+
"require-dev": {
|
3676 |
+
"ext-mbstring": "*",
|
3677 |
+
"phpunit/phpunit": "~4.4"
|
3678 |
+
},
|
3679 |
+
"type": "library",
|
3680 |
+
"extra": {
|
3681 |
+
"branch-alias": {
|
3682 |
+
"dev-master": "2.0.x-dev"
|
3683 |
+
}
|
3684 |
+
},
|
3685 |
+
"autoload": {
|
3686 |
+
"classmap": [
|
3687 |
+
"src/"
|
3688 |
+
]
|
3689 |
+
},
|
3690 |
+
"notification-url": "https://packagist.org/downloads/",
|
3691 |
+
"license": [
|
3692 |
+
"BSD-3-Clause"
|
3693 |
+
],
|
3694 |
+
"authors": [
|
3695 |
+
{
|
3696 |
+
"name": "Jeff Welch",
|
3697 |
+
"email": "whatthejeff@gmail.com"
|
3698 |
+
},
|
3699 |
+
{
|
3700 |
+
"name": "Volker Dusch",
|
3701 |
+
"email": "github@wallbash.com"
|
3702 |
+
},
|
3703 |
+
{
|
3704 |
+
"name": "Bernhard Schussek",
|
3705 |
+
"email": "bschussek@2bepublished.at"
|
3706 |
+
},
|
3707 |
+
{
|
3708 |
+
"name": "Sebastian Bergmann",
|
3709 |
+
"email": "sebastian@phpunit.de"
|
3710 |
+
},
|
3711 |
+
{
|
3712 |
+
"name": "Adam Harvey",
|
3713 |
+
"email": "aharvey@php.net"
|
3714 |
+
}
|
3715 |
+
],
|
3716 |
+
"description": "Provides the functionality to export PHP variables for visualization",
|
3717 |
+
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
3718 |
+
"keywords": [
|
3719 |
+
"export",
|
3720 |
+
"exporter"
|
3721 |
+
],
|
3722 |
+
"time": "2016-11-19T08:54:04+00:00"
|
3723 |
+
},
|
3724 |
+
{
|
3725 |
+
"name": "sebastian/global-state",
|
3726 |
+
"version": "1.1.1",
|
3727 |
+
"source": {
|
3728 |
+
"type": "git",
|
3729 |
+
"url": "https://github.com/sebastianbergmann/global-state.git",
|
3730 |
+
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
3731 |
+
},
|
3732 |
+
"dist": {
|
3733 |
+
"type": "zip",
|
3734 |
+
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
3735 |
+
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
3736 |
+
"shasum": ""
|
3737 |
+
},
|
3738 |
+
"require": {
|
3739 |
+
"php": ">=5.3.3"
|
3740 |
+
},
|
3741 |
+
"require-dev": {
|
3742 |
+
"phpunit/phpunit": "~4.2"
|
3743 |
+
},
|
3744 |
+
"suggest": {
|
3745 |
+
"ext-uopz": "*"
|
3746 |
+
},
|
3747 |
+
"type": "library",
|
3748 |
+
"extra": {
|
3749 |
+
"branch-alias": {
|
3750 |
+
"dev-master": "1.0-dev"
|
3751 |
+
}
|
3752 |
+
},
|
3753 |
+
"autoload": {
|
3754 |
+
"classmap": [
|
3755 |
+
"src/"
|
3756 |
+
]
|
3757 |
+
},
|
3758 |
+
"notification-url": "https://packagist.org/downloads/",
|
3759 |
+
"license": [
|
3760 |
+
"BSD-3-Clause"
|
3761 |
+
],
|
3762 |
+
"authors": [
|
3763 |
+
{
|
3764 |
+
"name": "Sebastian Bergmann",
|
3765 |
+
"email": "sebastian@phpunit.de"
|
3766 |
+
}
|
3767 |
+
],
|
3768 |
+
"description": "Snapshotting of global state",
|
3769 |
+
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
3770 |
+
"keywords": [
|
3771 |
+
"global state"
|
3772 |
+
],
|
3773 |
+
"time": "2015-10-12T03:26:01+00:00"
|
3774 |
+
},
|
3775 |
+
{
|
3776 |
+
"name": "sebastian/object-enumerator",
|
3777 |
+
"version": "2.0.1",
|
3778 |
+
"source": {
|
3779 |
+
"type": "git",
|
3780 |
+
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
3781 |
+
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
|
3782 |
+
},
|
3783 |
+
"dist": {
|
3784 |
+
"type": "zip",
|
3785 |
+
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
3786 |
+
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
3787 |
+
"shasum": ""
|
3788 |
+
},
|
3789 |
+
"require": {
|
3790 |
+
"php": ">=5.6",
|
3791 |
+
"sebastian/recursion-context": "~2.0"
|
3792 |
+
},
|
3793 |
+
"require-dev": {
|
3794 |
+
"phpunit/phpunit": "~5"
|
3795 |
+
},
|
3796 |
+
"type": "library",
|
3797 |
+
"extra": {
|
3798 |
+
"branch-alias": {
|
3799 |
+
"dev-master": "2.0.x-dev"
|
3800 |
+
}
|
3801 |
+
},
|
3802 |
+
"autoload": {
|
3803 |
+
"classmap": [
|
3804 |
+
"src/"
|
3805 |
+
]
|
3806 |
+
},
|
3807 |
+
"notification-url": "https://packagist.org/downloads/",
|
3808 |
+
"license": [
|
3809 |
+
"BSD-3-Clause"
|
3810 |
+
],
|
3811 |
+
"authors": [
|
3812 |
+
{
|
3813 |
+
"name": "Sebastian Bergmann",
|
3814 |
+
"email": "sebastian@phpunit.de"
|
3815 |
+
}
|
3816 |
+
],
|
3817 |
+
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
3818 |
+
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
3819 |
+
"time": "2017-02-18T15:18:39+00:00"
|
3820 |
+
},
|
3821 |
+
{
|
3822 |
+
"name": "sebastian/recursion-context",
|
3823 |
+
"version": "2.0.0",
|
3824 |
+
"source": {
|
3825 |
+
"type": "git",
|
3826 |
+
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
3827 |
+
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
|
3828 |
+
},
|
3829 |
+
"dist": {
|
3830 |
+
"type": "zip",
|
3831 |
+
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
3832 |
+
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
3833 |
+
"shasum": ""
|
3834 |
+
},
|
3835 |
+
"require": {
|
3836 |
+
"php": ">=5.3.3"
|
3837 |
+
},
|
3838 |
+
"require-dev": {
|
3839 |
+
"phpunit/phpunit": "~4.4"
|
3840 |
+
},
|
3841 |
+
"type": "library",
|
3842 |
+
"extra": {
|
3843 |
+
"branch-alias": {
|
3844 |
+
"dev-master": "2.0.x-dev"
|
3845 |
+
}
|
3846 |
+
},
|
3847 |
+
"autoload": {
|
3848 |
+
"classmap": [
|
3849 |
+
"src/"
|
3850 |
+
]
|
3851 |
+
},
|
3852 |
+
"notification-url": "https://packagist.org/downloads/",
|
3853 |
+
"license": [
|
3854 |
+
"BSD-3-Clause"
|
3855 |
+
],
|
3856 |
+
"authors": [
|
3857 |
+
{
|
3858 |
+
"name": "Jeff Welch",
|
3859 |
+
"email": "whatthejeff@gmail.com"
|
3860 |
+
},
|
3861 |
+
{
|
3862 |
+
"name": "Sebastian Bergmann",
|
3863 |
+
"email": "sebastian@phpunit.de"
|
3864 |
+
},
|
3865 |
+
{
|
3866 |
+
"name": "Adam Harvey",
|
3867 |
+
"email": "aharvey@php.net"
|
3868 |
+
}
|
3869 |
+
],
|
3870 |
+
"description": "Provides functionality to recursively process PHP variables",
|
3871 |
+
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
3872 |
+
"time": "2016-11-19T07:33:16+00:00"
|
3873 |
+
},
|
3874 |
+
{
|
3875 |
+
"name": "sebastian/resource-operations",
|
3876 |
+
"version": "1.0.0",
|
3877 |
+
"source": {
|
3878 |
+
"type": "git",
|
3879 |
+
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
3880 |
+
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
3881 |
+
},
|
3882 |
+
"dist": {
|
3883 |
+
"type": "zip",
|
3884 |
+
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
3885 |
+
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
3886 |
+
"shasum": ""
|
3887 |
+
},
|
3888 |
+
"require": {
|
3889 |
+
"php": ">=5.6.0"
|
3890 |
+
},
|
3891 |
+
"type": "library",
|
3892 |
+
"extra": {
|
3893 |
+
"branch-alias": {
|
3894 |
+
"dev-master": "1.0.x-dev"
|
3895 |
+
}
|
3896 |
+
},
|
3897 |
+
"autoload": {
|
3898 |
+
"classmap": [
|
3899 |
+
"src/"
|
3900 |
+
]
|
3901 |
+
},
|
3902 |
+
"notification-url": "https://packagist.org/downloads/",
|
3903 |
+
"license": [
|
3904 |
+
"BSD-3-Clause"
|
3905 |
+
],
|
3906 |
+
"authors": [
|
3907 |
+
{
|
3908 |
+
"name": "Sebastian Bergmann",
|
3909 |
+
"email": "sebastian@phpunit.de"
|
3910 |
+
}
|
3911 |
+
],
|
3912 |
+
"description": "Provides a list of PHP built-in functions that operate on resources",
|
3913 |
+
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
3914 |
+
"time": "2015-07-28T20:34:47+00:00"
|
3915 |
+
},
|
3916 |
+
{
|
3917 |
+
"name": "sebastian/version",
|
3918 |
+
"version": "2.0.1",
|
3919 |
+
"source": {
|
3920 |
+
"type": "git",
|
3921 |
+
"url": "https://github.com/sebastianbergmann/version.git",
|
3922 |
+
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
3923 |
+
},
|
3924 |
+
"dist": {
|
3925 |
+
"type": "zip",
|
3926 |
+
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
3927 |
+
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
3928 |
+
"shasum": ""
|
3929 |
+
},
|
3930 |
+
"require": {
|
3931 |
+
"php": ">=5.6"
|
3932 |
+
},
|
3933 |
+
"type": "library",
|
3934 |
+
"extra": {
|
3935 |
+
"branch-alias": {
|
3936 |
+
"dev-master": "2.0.x-dev"
|
3937 |
+
}
|
3938 |
+
},
|
3939 |
+
"autoload": {
|
3940 |
+
"classmap": [
|
3941 |
+
"src/"
|
3942 |
+
]
|
3943 |
+
},
|
3944 |
+
"notification-url": "https://packagist.org/downloads/",
|
3945 |
+
"license": [
|
3946 |
+
"BSD-3-Clause"
|
3947 |
+
],
|
3948 |
+
"authors": [
|
3949 |
+
{
|
3950 |
+
"name": "Sebastian Bergmann",
|
3951 |
+
"role": "lead",
|
3952 |
+
"email": "sebastian@phpunit.de"
|
3953 |
+
}
|
3954 |
+
],
|
3955 |
+
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
3956 |
+
"homepage": "https://github.com/sebastianbergmann/version",
|
3957 |
+
"time": "2016-10-03T07:35:21+00:00"
|
3958 |
+
},
|
3959 |
+
{
|
3960 |
+
"name": "seld/jsonlint",
|
3961 |
+
"version": "1.7.2",
|
3962 |
+
"source": {
|
3963 |
+
"type": "git",
|
3964 |
+
"url": "https://github.com/Seldaek/jsonlint.git",
|
3965 |
+
"reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
|
3966 |
+
},
|
3967 |
+
"dist": {
|
3968 |
+
"type": "zip",
|
3969 |
+
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
|
3970 |
+
"reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
|
3971 |
+
"shasum": ""
|
3972 |
+
},
|
3973 |
+
"require": {
|
3974 |
+
"php": "^5.3 || ^7.0"
|
3975 |
+
},
|
3976 |
+
"require-dev": {
|
3977 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
3978 |
+
},
|
3979 |
+
"bin": [
|
3980 |
+
"bin/jsonlint"
|
3981 |
+
],
|
3982 |
+
"type": "library",
|
3983 |
+
"autoload": {
|
3984 |
+
"psr-4": {
|
3985 |
+
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
|
3986 |
+
}
|
3987 |
+
},
|
3988 |
+
"notification-url": "https://packagist.org/downloads/",
|
3989 |
+
"license": [
|
3990 |
+
"MIT"
|
3991 |
+
],
|
3992 |
+
"authors": [
|
3993 |
+
{
|
3994 |
+
"name": "Jordi Boggiano",
|
3995 |
+
"email": "j.boggiano@seld.be",
|
3996 |
+
"homepage": "http://seld.be"
|
3997 |
+
}
|
3998 |
+
],
|
3999 |
+
"description": "JSON Linter",
|
4000 |
+
"keywords": [
|
4001 |
+
"json",
|
4002 |
+
"linter",
|
4003 |
+
"parser",
|
4004 |
+
"validator"
|
4005 |
+
],
|
4006 |
+
"time": "2019-10-24T14:27:39+00:00"
|
4007 |
+
},
|
4008 |
+
{
|
4009 |
+
"name": "seld/phar-utils",
|
4010 |
+
"version": "1.0.1",
|
4011 |
+
"source": {
|
4012 |
+
"type": "git",
|
4013 |
+
"url": "https://github.com/Seldaek/phar-utils.git",
|
4014 |
+
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
|
4015 |
+
},
|
4016 |
+
"dist": {
|
4017 |
+
"type": "zip",
|
4018 |
+
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
|
4019 |
+
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
|
4020 |
+
"shasum": ""
|
4021 |
+
},
|
4022 |
+
"require": {
|
4023 |
+
"php": ">=5.3"
|
4024 |
+
},
|
4025 |
+
"type": "library",
|
4026 |
+
"extra": {
|
4027 |
+
"branch-alias": {
|
4028 |
+
"dev-master": "1.x-dev"
|
4029 |
+
}
|
4030 |
+
},
|
4031 |
+
"autoload": {
|
4032 |
+
"psr-4": {
|
4033 |
+
"Seld\\PharUtils\\": "src/"
|
4034 |
+
}
|
4035 |
+
},
|
4036 |
+
"notification-url": "https://packagist.org/downloads/",
|
4037 |
+
"license": [
|
4038 |
+
"MIT"
|
4039 |
+
],
|
4040 |
+
"authors": [
|
4041 |
+
{
|
4042 |
+
"name": "Jordi Boggiano",
|
4043 |
+
"email": "j.boggiano@seld.be"
|
4044 |
+
}
|
4045 |
+
],
|
4046 |
+
"description": "PHAR file format utilities, for when PHP phars you up",
|
4047 |
+
"keywords": [
|
4048 |
+
"phra"
|
4049 |
+
],
|
4050 |
+
"time": "2015-10-13T18:44:15+00:00"
|
4051 |
+
},
|
4052 |
+
{
|
4053 |
+
"name": "symfony/browser-kit",
|
4054 |
+
"version": "v3.4.36",
|
4055 |
+
"source": {
|
4056 |
+
"type": "git",
|
4057 |
+
"url": "https://github.com/symfony/browser-kit.git",
|
4058 |
+
"reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6"
|
4059 |
+
},
|
4060 |
+
"dist": {
|
4061 |
+
"type": "zip",
|
4062 |
+
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/2e4c991e27a97a8c27745720b030ff85a5cebdf6",
|
4063 |
+
"reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6",
|
4064 |
+
"shasum": ""
|
4065 |
+
},
|
4066 |
+
"require": {
|
4067 |
+
"php": "^5.5.9|>=7.0.8",
|
4068 |
+
"symfony/dom-crawler": "~2.8|~3.0|~4.0"
|
4069 |
+
},
|
4070 |
+
"require-dev": {
|
4071 |
+
"symfony/css-selector": "~2.8|~3.0|~4.0",
|
4072 |
+
"symfony/process": "~2.8|~3.0|~4.0"
|
4073 |
+
},
|
4074 |
+
"suggest": {
|
4075 |
+
"symfony/process": ""
|
4076 |
+
},
|
4077 |
+
"type": "library",
|
4078 |
+
"extra": {
|
4079 |
+
"branch-alias": {
|
4080 |
+
"dev-master": "3.4-dev"
|
4081 |
+
}
|
4082 |
+
},
|
4083 |
+
"autoload": {
|
4084 |
+
"psr-4": {
|
4085 |
+
"Symfony\\Component\\BrowserKit\\": ""
|
4086 |
+
},
|
4087 |
+
"exclude-from-classmap": [
|
4088 |
+
"/Tests/"
|
4089 |
+
]
|
4090 |
+
},
|
4091 |
+
"notification-url": "https://packagist.org/downloads/",
|
4092 |
+
"license": [
|
4093 |
+
"MIT"
|
4094 |
+
],
|
4095 |
+
"authors": [
|
4096 |
+
{
|
4097 |
+
"name": "Fabien Potencier",
|
4098 |
+
"email": "fabien@symfony.com"
|
4099 |
+
},
|
4100 |
+
{
|
4101 |
+
"name": "Symfony Community",
|
4102 |
+
"homepage": "https://symfony.com/contributors"
|
4103 |
+
}
|
4104 |
+
],
|
4105 |
+
"description": "Symfony BrowserKit Component",
|
4106 |
+
"homepage": "https://symfony.com",
|
4107 |
+
"time": "2019-10-24T15:33:53+00:00"
|
4108 |
+
},
|
4109 |
+
{
|
4110 |
+
"name": "symfony/console",
|
4111 |
+
"version": "v3.4.36",
|
4112 |
+
"source": {
|
4113 |
+
"type": "git",
|
4114 |
+
"url": "https://github.com/symfony/console.git",
|
4115 |
+
"reference": "1ee23b3b659b06c622f2bd2492a229e416eb4586"
|
4116 |
+
},
|
4117 |
+
"dist": {
|
4118 |
+
"type": "zip",
|
4119 |
+
"url": "https://api.github.com/repos/symfony/console/zipball/1ee23b3b659b06c622f2bd2492a229e416eb4586",
|
4120 |
+
"reference": "1ee23b3b659b06c622f2bd2492a229e416eb4586",
|
4121 |
+
"shasum": ""
|
4122 |
+
},
|
4123 |
+
"require": {
|
4124 |
+
"php": "^5.5.9|>=7.0.8",
|
4125 |
+
"symfony/debug": "~2.8|~3.0|~4.0",
|
4126 |
+
"symfony/polyfill-mbstring": "~1.0"
|
4127 |
+
},
|
4128 |
+
"conflict": {
|
4129 |
+
"symfony/dependency-injection": "<3.4",
|
4130 |
+
"symfony/process": "<3.3"
|
4131 |
+
},
|
4132 |
+
"provide": {
|
4133 |
+
"psr/log-implementation": "1.0"
|
4134 |
+
},
|
4135 |
+
"require-dev": {
|
4136 |
+
"psr/log": "~1.0",
|
4137 |
+
"symfony/config": "~3.3|~4.0",
|
4138 |
+
"symfony/dependency-injection": "~3.4|~4.0",
|
4139 |
+
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
|
4140 |
+
"symfony/lock": "~3.4|~4.0",
|
4141 |
+
"symfony/process": "~3.3|~4.0"
|
4142 |
+
},
|
4143 |
+
"suggest": {
|
4144 |
+
"psr/log": "For using the console logger",
|
4145 |
+
"symfony/event-dispatcher": "",
|
4146 |
+
"symfony/lock": "",
|
4147 |
+
"symfony/process": ""
|
4148 |
+
},
|
4149 |
+
"type": "library",
|
4150 |
+
"extra": {
|
4151 |
+
"branch-alias": {
|
4152 |
+
"dev-master": "3.4-dev"
|
4153 |
+
}
|
4154 |
+
},
|
4155 |
+
"autoload": {
|
4156 |
+
"psr-4": {
|
4157 |
+
"Symfony\\Component\\Console\\": ""
|
4158 |
+
},
|
4159 |
+
"exclude-from-classmap": [
|
4160 |
+
"/Tests/"
|
4161 |
+
]
|
4162 |
+
},
|
4163 |
+
"notification-url": "https://packagist.org/downloads/",
|
4164 |
+
"license": [
|
4165 |
+
"MIT"
|
4166 |
+
],
|
4167 |
+
"authors": [
|
4168 |
+
{
|
4169 |
+
"name": "Fabien Potencier",
|
4170 |
+
"email": "fabien@symfony.com"
|
4171 |
+
},
|
4172 |
+
{
|
4173 |
+
"name": "Symfony Community",
|
4174 |
+
"homepage": "https://symfony.com/contributors"
|
4175 |
+
}
|
4176 |
+
],
|
4177 |
+
"description": "Symfony Console Component",
|
4178 |
+
"homepage": "https://symfony.com",
|
4179 |
+
"time": "2019-12-01T10:04:45+00:00"
|
4180 |
+
},
|
4181 |
+
{
|
4182 |
+
"name": "symfony/css-selector",
|
4183 |
+
"version": "v3.4.36",
|
4184 |
+
"source": {
|
4185 |
+
"type": "git",
|
4186 |
+
"url": "https://github.com/symfony/css-selector.git",
|
4187 |
+
"reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f"
|
4188 |
+
},
|
4189 |
+
"dist": {
|
4190 |
+
"type": "zip",
|
4191 |
+
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
|
4192 |
+
"reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
|
4193 |
+
"shasum": ""
|
4194 |
+
},
|
4195 |
+
"require": {
|
4196 |
+
"php": "^5.5.9|>=7.0.8"
|
4197 |
+
},
|
4198 |
+
"type": "library",
|
4199 |
+
"extra": {
|
4200 |
+
"branch-alias": {
|
4201 |
+
"dev-master": "3.4-dev"
|
4202 |
+
}
|
4203 |
+
},
|
4204 |
+
"autoload": {
|
4205 |
+
"psr-4": {
|
4206 |
+
"Symfony\\Component\\CssSelector\\": ""
|
4207 |
+
},
|
4208 |
+
"exclude-from-classmap": [
|
4209 |
+
"/Tests/"
|
4210 |
+
]
|
4211 |
+
},
|
4212 |
+
"notification-url": "https://packagist.org/downloads/",
|
4213 |
+
"license": [
|
4214 |
+
"MIT"
|
4215 |
+
],
|
4216 |
+
"authors": [
|
4217 |
+
{
|
4218 |
+
"name": "Fabien Potencier",
|
4219 |
+
"email": "fabien@symfony.com"
|
4220 |
+
},
|
4221 |
+
{
|
4222 |
+
"name": "Jean-François Simon",
|
4223 |
+
"email": "jeanfrancois.simon@sensiolabs.com"
|
4224 |
+
},
|
4225 |
+
{
|
4226 |
+
"name": "Symfony Community",
|
4227 |
+
"homepage": "https://symfony.com/contributors"
|
4228 |
+
}
|
4229 |
+
],
|
4230 |
+
"description": "Symfony CssSelector Component",
|
4231 |
+
"homepage": "https://symfony.com",
|
4232 |
+
"time": "2019-10-01T11:57:37+00:00"
|
4233 |
+
},
|
4234 |
+
{
|
4235 |
+
"name": "symfony/debug",
|
4236 |
+
"version": "v3.4.36",
|
4237 |
+
"source": {
|
4238 |
+
"type": "git",
|
4239 |
+
"url": "https://github.com/symfony/debug.git",
|
4240 |
+
"reference": "f72e33fdb1170b326e72c3157f0cd456351dd086"
|
4241 |
+
},
|
4242 |
+
"dist": {
|
4243 |
+
"type": "zip",
|
4244 |
+
"url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086",
|
4245 |
+
"reference": "f72e33fdb1170b326e72c3157f0cd456351dd086",
|
4246 |
+
"shasum": ""
|
4247 |
+
},
|
4248 |
+
"require": {
|
4249 |
+
"php": "^5.5.9|>=7.0.8",
|
4250 |
+
"psr/log": "~1.0"
|
4251 |
+
},
|
4252 |
+
"conflict": {
|
4253 |
+
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
4254 |
+
},
|
4255 |
+
"require-dev": {
|
4256 |
+
"symfony/http-kernel": "~2.8|~3.0|~4.0"
|
4257 |
+
},
|
4258 |
+
"type": "library",
|
4259 |
+
"extra": {
|
4260 |
+
"branch-alias": {
|
4261 |
+
"dev-master": "3.4-dev"
|
4262 |
+
}
|
4263 |
+
},
|
4264 |
+
"autoload": {
|
4265 |
+
"psr-4": {
|
4266 |
+
"Symfony\\Component\\Debug\\": ""
|
4267 |
+
},
|
4268 |
+
"exclude-from-classmap": [
|
4269 |
+
"/Tests/"
|
4270 |
+
]
|
4271 |
+
},
|
4272 |
+
"notification-url": "https://packagist.org/downloads/",
|
4273 |
+
"license": [
|
4274 |
+
"MIT"
|
4275 |
+
],
|
4276 |
+
"authors": [
|
4277 |
+
{
|
4278 |
+
"name": "Fabien Potencier",
|
4279 |
+
"email": "fabien@symfony.com"
|
4280 |
+
},
|
4281 |
+
{
|
4282 |
+
"name": "Symfony Community",
|
4283 |
+
"homepage": "https://symfony.com/contributors"
|
4284 |
+
}
|
4285 |
+
],
|
4286 |
+
"description": "Symfony Debug Component",
|
4287 |
+
"homepage": "https://symfony.com",
|
4288 |
+
"time": "2019-10-24T15:33:53+00:00"
|
4289 |
+
},
|
4290 |
+
{
|
4291 |
+
"name": "symfony/dom-crawler",
|
4292 |
+
"version": "v3.4.36",
|
4293 |
+
"source": {
|
4294 |
+
"type": "git",
|
4295 |
+
"url": "https://github.com/symfony/dom-crawler.git",
|
4296 |
+
"reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3"
|
4297 |
+
},
|
4298 |
+
"dist": {
|
4299 |
+
"type": "zip",
|
4300 |
+
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
|
4301 |
+
"reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
|
4302 |
+
"shasum": ""
|
4303 |
+
},
|
4304 |
+
"require": {
|
4305 |
+
"php": "^5.5.9|>=7.0.8",
|
4306 |
+
"symfony/polyfill-ctype": "~1.8",
|
4307 |
+
"symfony/polyfill-mbstring": "~1.0"
|
4308 |
+
},
|
4309 |
+
"require-dev": {
|
4310 |
+
"symfony/css-selector": "~2.8|~3.0|~4.0"
|
4311 |
+
},
|
4312 |
+
"suggest": {
|
4313 |
+
"symfony/css-selector": ""
|
4314 |
+
},
|
4315 |
+
"type": "library",
|
4316 |
+
"extra": {
|
4317 |
+
"branch-alias": {
|
4318 |
+
"dev-master": "3.4-dev"
|
4319 |
+
}
|
4320 |
+
},
|
4321 |
+
"autoload": {
|
4322 |
+
"psr-4": {
|
4323 |
+
"Symfony\\Component\\DomCrawler\\": ""
|
4324 |
+
},
|
4325 |
+
"exclude-from-classmap": [
|
4326 |
+
"/Tests/"
|
4327 |
+
]
|
4328 |
+
},
|
4329 |
+
"notification-url": "https://packagist.org/downloads/",
|
4330 |
+
"license": [
|
4331 |
+
"MIT"
|
4332 |
+
],
|
4333 |
+
"authors": [
|
4334 |
+
{
|
4335 |
+
"name": "Fabien Potencier",
|
4336 |
+
"email": "fabien@symfony.com"
|
4337 |
+
},
|
4338 |
+
{
|
4339 |
+
"name": "Symfony Community",
|
4340 |
+
"homepage": "https://symfony.com/contributors"
|
4341 |
+
}
|
4342 |
+
],
|
4343 |
+
"description": "Symfony DomCrawler Component",
|
4344 |
+
"homepage": "https://symfony.com",
|
4345 |
+
"time": "2019-10-24T15:33:53+00:00"
|
4346 |
+
},
|
4347 |
+
{
|
4348 |
+
"name": "symfony/event-dispatcher",
|
4349 |
+
"version": "v3.4.36",
|
4350 |
+
"source": {
|
4351 |
+
"type": "git",
|
4352 |
+
"url": "https://github.com/symfony/event-dispatcher.git",
|
4353 |
+
"reference": "f9031c22ec127d4a2450760f81a8677fe8a10177"
|
4354 |
+
},
|
4355 |
+
"dist": {
|
4356 |
+
"type": "zip",
|
4357 |
+
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177",
|
4358 |
+
"reference": "f9031c22ec127d4a2450760f81a8677fe8a10177",
|
4359 |
+
"shasum": ""
|
4360 |
+
},
|
4361 |
+
"require": {
|
4362 |
+
"php": "^5.5.9|>=7.0.8"
|
4363 |
+
},
|
4364 |
+
"conflict": {
|
4365 |
+
"symfony/dependency-injection": "<3.3"
|
4366 |
+
},
|
4367 |
+
"require-dev": {
|
4368 |
+
"psr/log": "~1.0",
|
4369 |
+
"symfony/config": "~2.8|~3.0|~4.0",
|
4370 |
+
"symfony/dependency-injection": "~3.3|~4.0",
|
4371 |
+
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
4372 |
+
"symfony/stopwatch": "~2.8|~3.0|~4.0"
|
4373 |
+
},
|
4374 |
+
"suggest": {
|
4375 |
+
"symfony/dependency-injection": "",
|
4376 |
+
"symfony/http-kernel": ""
|
4377 |
+
},
|
4378 |
+
"type": "library",
|
4379 |
+
"extra": {
|
4380 |
+
"branch-alias": {
|
4381 |
+
"dev-master": "3.4-dev"
|
4382 |
+
}
|
4383 |
+
},
|
4384 |
+
"autoload": {
|
4385 |
+
"psr-4": {
|
4386 |
+
"Symfony\\Component\\EventDispatcher\\": ""
|
4387 |
+
},
|
4388 |
+
"exclude-from-classmap": [
|
4389 |
+
"/Tests/"
|
4390 |
+
]
|
4391 |
+
},
|
4392 |
+
"notification-url": "https://packagist.org/downloads/",
|
4393 |
+
"license": [
|
4394 |
+
"MIT"
|
4395 |
+
],
|
4396 |
+
"authors": [
|
4397 |
+
{
|
4398 |
+
"name": "Fabien Potencier",
|
4399 |
+
"email": "fabien@symfony.com"
|
4400 |
+
},
|
4401 |
+
{
|
4402 |
+
"name": "Symfony Community",
|
4403 |
+
"homepage": "https://symfony.com/contributors"
|
4404 |
+
}
|
4405 |
+
],
|
4406 |
+
"description": "Symfony EventDispatcher Component",
|
4407 |
+
"homepage": "https://symfony.com",
|
4408 |
+
"time": "2019-10-24T15:33:53+00:00"
|
4409 |
+
},
|
4410 |
+
{
|
4411 |
+
"name": "symfony/filesystem",
|
4412 |
+
"version": "v3.4.36",
|
4413 |
+
"source": {
|
4414 |
+
"type": "git",
|
4415 |
+
"url": "https://github.com/symfony/filesystem.git",
|
4416 |
+
"reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2"
|
4417 |
+
},
|
4418 |
+
"dist": {
|
4419 |
+
"type": "zip",
|
4420 |
+
"url": "https://api.github.com/repos/symfony/filesystem/zipball/00cdad0936d06fab136944bc2342b762b1c3a4a2",
|
4421 |
+
"reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2",
|
4422 |
+
"shasum": ""
|
4423 |
+
},
|
4424 |
+
"require": {
|
4425 |
+
"php": "^5.5.9|>=7.0.8",
|
4426 |
+
"symfony/polyfill-ctype": "~1.8"
|
4427 |
+
},
|
4428 |
+
"type": "library",
|
4429 |
+
"extra": {
|
4430 |
+
"branch-alias": {
|
4431 |
+
"dev-master": "3.4-dev"
|
4432 |
+
}
|
4433 |
+
},
|
4434 |
+
"autoload": {
|
4435 |
+
"psr-4": {
|
4436 |
+
"Symfony\\Component\\Filesystem\\": ""
|
4437 |
+
},
|
4438 |
+
"exclude-from-classmap": [
|
4439 |
+
"/Tests/"
|
4440 |
+
]
|
4441 |
+
},
|
4442 |
+
"notification-url": "https://packagist.org/downloads/",
|
4443 |
+
"license": [
|
4444 |
+
"MIT"
|
4445 |
+
],
|
4446 |
+
"authors": [
|
4447 |
+
{
|
4448 |
+
"name": "Fabien Potencier",
|
4449 |
+
"email": "fabien@symfony.com"
|
4450 |
+
},
|
4451 |
+
{
|
4452 |
+
"name": "Symfony Community",
|
4453 |
+
"homepage": "https://symfony.com/contributors"
|
4454 |
+
}
|
4455 |
+
],
|
4456 |
+
"description": "Symfony Filesystem Component",
|
4457 |
+
"homepage": "https://symfony.com",
|
4458 |
+
"time": "2019-11-25T16:36:22+00:00"
|
4459 |
+
},
|
4460 |
+
{
|
4461 |
+
"name": "symfony/finder",
|
4462 |
+
"version": "v3.4.36",
|
4463 |
+
"source": {
|
4464 |
+
"type": "git",
|
4465 |
+
"url": "https://github.com/symfony/finder.git",
|
4466 |
+
"reference": "290ae21279b37bfd287cdcce640d51204e84afdf"
|
4467 |
+
},
|
4468 |
+
"dist": {
|
4469 |
+
"type": "zip",
|
4470 |
+
"url": "https://api.github.com/repos/symfony/finder/zipball/290ae21279b37bfd287cdcce640d51204e84afdf",
|
4471 |
+
"reference": "290ae21279b37bfd287cdcce640d51204e84afdf",
|
4472 |
+
"shasum": ""
|
4473 |
+
},
|
4474 |
+
"require": {
|
4475 |
+
"php": "^5.5.9|>=7.0.8"
|
4476 |
+
},
|
4477 |
+
"type": "library",
|
4478 |
+
"extra": {
|
4479 |
+
"branch-alias": {
|
4480 |
+
"dev-master": "3.4-dev"
|
4481 |
+
}
|
4482 |
+
},
|
4483 |
+
"autoload": {
|
4484 |
+
"psr-4": {
|
4485 |
+
"Symfony\\Component\\Finder\\": ""
|
4486 |
+
},
|
4487 |
+
"exclude-from-classmap": [
|
4488 |
+
"/Tests/"
|
4489 |
+
]
|
4490 |
+
},
|
4491 |
+
"notification-url": "https://packagist.org/downloads/",
|
4492 |
+
"license": [
|
4493 |
+
"MIT"
|
4494 |
+
],
|
4495 |
+
"authors": [
|
4496 |
+
{
|
4497 |
+
"name": "Fabien Potencier",
|
4498 |
+
"email": "fabien@symfony.com"
|
4499 |
+
},
|
4500 |
+
{
|
4501 |
+
"name": "Symfony Community",
|
4502 |
+
"homepage": "https://symfony.com/contributors"
|
4503 |
+
}
|
4504 |
+
],
|
4505 |
+
"description": "Symfony Finder Component",
|
4506 |
+
"homepage": "https://symfony.com",
|
4507 |
+
"time": "2019-11-17T21:55:15+00:00"
|
4508 |
+
},
|
4509 |
+
{
|
4510 |
+
"name": "symfony/polyfill-ctype",
|
4511 |
+
"version": "v1.12.0",
|
4512 |
+
"source": {
|
4513 |
+
"type": "git",
|
4514 |
+
"url": "https://github.com/symfony/polyfill-ctype.git",
|
4515 |
+
"reference": "550ebaac289296ce228a706d0867afc34687e3f4"
|
4516 |
+
},
|
4517 |
+
"dist": {
|
4518 |
+
"type": "zip",
|
4519 |
+
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
|
4520 |
+
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
|
4521 |
+
"shasum": ""
|
4522 |
+
},
|
4523 |
+
"require": {
|
4524 |
+
"php": ">=5.3.3"
|
4525 |
+
},
|
4526 |
+
"suggest": {
|
4527 |
+
"ext-ctype": "For best performance"
|
4528 |
+
},
|
4529 |
+
"type": "library",
|
4530 |
+
"extra": {
|
4531 |
+
"branch-alias": {
|
4532 |
+
"dev-master": "1.12-dev"
|
4533 |
+
}
|
4534 |
+
},
|
4535 |
+
"autoload": {
|
4536 |
+
"psr-4": {
|
4537 |
+
"Symfony\\Polyfill\\Ctype\\": ""
|
4538 |
+
},
|
4539 |
+
"files": [
|
4540 |
+
"bootstrap.php"
|
4541 |
+
]
|
4542 |
+
},
|
4543 |
+
"notification-url": "https://packagist.org/downloads/",
|
4544 |
+
"license": [
|
4545 |
+
"MIT"
|
4546 |
+
],
|
4547 |
+
"authors": [
|
4548 |
+
{
|
4549 |
+
"name": "Gert de Pagter",
|
4550 |
+
"email": "BackEndTea@gmail.com"
|
4551 |
+
},
|
4552 |
+
{
|
4553 |
+
"name": "Symfony Community",
|
4554 |
+
"homepage": "https://symfony.com/contributors"
|
4555 |
+
}
|
4556 |
+
],
|
4557 |
+
"description": "Symfony polyfill for ctype functions",
|
4558 |
+
"homepage": "https://symfony.com",
|
4559 |
+
"keywords": [
|
4560 |
+
"compatibility",
|
4561 |
+
"ctype",
|
4562 |
+
"polyfill",
|
4563 |
+
"portable"
|
4564 |
+
],
|
4565 |
+
"time": "2019-08-06T08:03:45+00:00"
|
4566 |
+
},
|
4567 |
+
{
|
4568 |
+
"name": "symfony/polyfill-mbstring",
|
4569 |
+
"version": "v1.13.1",
|
4570 |
+
"source": {
|
4571 |
+
"type": "git",
|
4572 |
+
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
4573 |
+
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
|
4574 |
+
},
|
4575 |
+
"dist": {
|
4576 |
+
"type": "zip",
|
4577 |
+
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
|
4578 |
+
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
|
4579 |
+
"shasum": ""
|
4580 |
+
},
|
4581 |
+
"require": {
|
4582 |
+
"php": ">=5.3.3"
|
4583 |
+
},
|
4584 |
+
"suggest": {
|
4585 |
+
"ext-mbstring": "For best performance"
|
4586 |
+
},
|
4587 |
+
"type": "library",
|
4588 |
+
"extra": {
|
4589 |
+
"branch-alias": {
|
4590 |
+
"dev-master": "1.13-dev"
|
4591 |
+
}
|
4592 |
+
},
|
4593 |
+
"autoload": {
|
4594 |
+
"psr-4": {
|
4595 |
+
"Symfony\\Polyfill\\Mbstring\\": ""
|
4596 |
+
},
|
4597 |
+
"files": [
|
4598 |
+
"bootstrap.php"
|
4599 |
+
]
|
4600 |
+
},
|
4601 |
+
"notification-url": "https://packagist.org/downloads/",
|
4602 |
+
"license": [
|
4603 |
+
"MIT"
|
4604 |
+
],
|
4605 |
+
"authors": [
|
4606 |
+
{
|
4607 |
+
"name": "Nicolas Grekas",
|
4608 |
+
"email": "p@tchwork.com"
|
4609 |
+
},
|
4610 |
+
{
|
4611 |
+
"name": "Symfony Community",
|
4612 |
+
"homepage": "https://symfony.com/contributors"
|
4613 |
+
}
|
4614 |
+
],
|
4615 |
+
"description": "Symfony polyfill for the Mbstring extension",
|
4616 |
+
"homepage": "https://symfony.com",
|
4617 |
+
"keywords": [
|
4618 |
+
"compatibility",
|
4619 |
+
"mbstring",
|
4620 |
+
"polyfill",
|
4621 |
+
"portable",
|
4622 |
+
"shim"
|
4623 |
+
],
|
4624 |
+
"time": "2019-11-27T14:18:11+00:00"
|
4625 |
+
},
|
4626 |
+
{
|
4627 |
+
"name": "symfony/process",
|
4628 |
+
"version": "v3.4.36",
|
4629 |
+
"source": {
|
4630 |
+
"type": "git",
|
4631 |
+
"url": "https://github.com/symfony/process.git",
|
4632 |
+
"reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2"
|
4633 |
+
},
|
4634 |
+
"dist": {
|
4635 |
+
"type": "zip",
|
4636 |
+
"url": "https://api.github.com/repos/symfony/process/zipball/9a4545c01e1e4f473492bd52b71e574dcc401ca2",
|
4637 |
+
"reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2",
|
4638 |
+
"shasum": ""
|
4639 |
+
},
|
4640 |
+
"require": {
|
4641 |
+
"php": "^5.5.9|>=7.0.8"
|
4642 |
+
},
|
4643 |
+
"type": "library",
|
4644 |
+
"extra": {
|
4645 |
+
"branch-alias": {
|
4646 |
+
"dev-master": "3.4-dev"
|
4647 |
+
}
|
4648 |
+
},
|
4649 |
+
"autoload": {
|
4650 |
+
"psr-4": {
|
4651 |
+
"Symfony\\Component\\Process\\": ""
|
4652 |
+
},
|
4653 |
+
"exclude-from-classmap": [
|
4654 |
+
"/Tests/"
|
4655 |
+
]
|
4656 |
+
},
|
4657 |
+
"notification-url": "https://packagist.org/downloads/",
|
4658 |
+
"license": [
|
4659 |
+
"MIT"
|
4660 |
+
],
|
4661 |
+
"authors": [
|
4662 |
+
{
|
4663 |
+
"name": "Fabien Potencier",
|
4664 |
+
"email": "fabien@symfony.com"
|
4665 |
+
},
|
4666 |
+
{
|
4667 |
+
"name": "Symfony Community",
|
4668 |
+
"homepage": "https://symfony.com/contributors"
|
4669 |
+
}
|
4670 |
+
],
|
4671 |
+
"description": "Symfony Process Component",
|
4672 |
+
"homepage": "https://symfony.com",
|
4673 |
+
"time": "2019-11-28T10:05:51+00:00"
|
4674 |
+
},
|
4675 |
+
{
|
4676 |
+
"name": "symfony/yaml",
|
4677 |
+
"version": "v3.4.31",
|
4678 |
+
"source": {
|
4679 |
+
"type": "git",
|
4680 |
+
"url": "https://github.com/symfony/yaml.git",
|
4681 |
+
"reference": "3dc414b7db30695bae671a1d86013d03f4ae9834"
|
4682 |
+
},
|
4683 |
+
"dist": {
|
4684 |
+
"type": "zip",
|
4685 |
+
"url": "https://api.github.com/repos/symfony/yaml/zipball/3dc414b7db30695bae671a1d86013d03f4ae9834",
|
4686 |
+
"reference": "3dc414b7db30695bae671a1d86013d03f4ae9834",
|
4687 |
+
"shasum": ""
|
4688 |
+
},
|
4689 |
+
"require": {
|
4690 |
+
"php": "^5.5.9|>=7.0.8",
|
4691 |
+
"symfony/polyfill-ctype": "~1.8"
|
4692 |
+
},
|
4693 |
+
"conflict": {
|
4694 |
+
"symfony/console": "<3.4"
|
4695 |
+
},
|
4696 |
+
"require-dev": {
|
4697 |
+
"symfony/console": "~3.4|~4.0"
|
4698 |
+
},
|
4699 |
+
"suggest": {
|
4700 |
+
"symfony/console": "For validating YAML files using the lint command"
|
4701 |
+
},
|
4702 |
+
"type": "library",
|
4703 |
+
"extra": {
|
4704 |
+
"branch-alias": {
|
4705 |
+
"dev-master": "3.4-dev"
|
4706 |
+
}
|
4707 |
+
},
|
4708 |
+
"autoload": {
|
4709 |
+
"psr-4": {
|
4710 |
+
"Symfony\\Component\\Yaml\\": ""
|
4711 |
+
},
|
4712 |
+
"exclude-from-classmap": [
|
4713 |
+
"/Tests/"
|
4714 |
+
]
|
4715 |
+
},
|
4716 |
+
"notification-url": "https://packagist.org/downloads/",
|
4717 |
+
"license": [
|
4718 |
+
"MIT"
|
4719 |
+
],
|
4720 |
+
"authors": [
|
4721 |
+
{
|
4722 |
+
"name": "Fabien Potencier",
|
4723 |
+
"email": "fabien@symfony.com"
|
4724 |
+
},
|
4725 |
+
{
|
4726 |
+
"name": "Symfony Community",
|
4727 |
+
"homepage": "https://symfony.com/contributors"
|
4728 |
+
}
|
4729 |
+
],
|
4730 |
+
"description": "Symfony Yaml Component",
|
4731 |
+
"homepage": "https://symfony.com",
|
4732 |
+
"time": "2019-08-20T13:31:17+00:00"
|
4733 |
+
},
|
4734 |
+
{
|
4735 |
+
"name": "vlucas/phpdotenv",
|
4736 |
+
"version": "v3.6.0",
|
4737 |
+
"source": {
|
4738 |
+
"type": "git",
|
4739 |
+
"url": "https://github.com/vlucas/phpdotenv.git",
|
4740 |
+
"reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156"
|
4741 |
+
},
|
4742 |
+
"dist": {
|
4743 |
+
"type": "zip",
|
4744 |
+
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1bdf24f065975594f6a117f0f1f6cabf1333b156",
|
4745 |
+
"reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156",
|
4746 |
+
"shasum": ""
|
4747 |
+
},
|
4748 |
+
"require": {
|
4749 |
+
"php": "^5.4 || ^7.0",
|
4750 |
+
"phpoption/phpoption": "^1.5",
|
4751 |
+
"symfony/polyfill-ctype": "^1.9"
|
4752 |
+
},
|
4753 |
+
"require-dev": {
|
4754 |
+
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
4755 |
+
},
|
4756 |
+
"type": "library",
|
4757 |
+
"extra": {
|
4758 |
+
"branch-alias": {
|
4759 |
+
"dev-master": "3.6-dev"
|
4760 |
+
}
|
4761 |
+
},
|
4762 |
+
"autoload": {
|
4763 |
+
"psr-4": {
|
4764 |
+
"Dotenv\\": "src/"
|
4765 |
+
}
|
4766 |
+
},
|
4767 |
+
"notification-url": "https://packagist.org/downloads/",
|
4768 |
+
"license": [
|
4769 |
+
"BSD-3-Clause"
|
4770 |
+
],
|
4771 |
+
"authors": [
|
4772 |
+
{
|
4773 |
+
"name": "Graham Campbell",
|
4774 |
+
"email": "graham@alt-three.com",
|
4775 |
+
"homepage": "https://gjcampbell.co.uk/"
|
4776 |
+
},
|
4777 |
+
{
|
4778 |
+
"name": "Vance Lucas",
|
4779 |
+
"email": "vance@vancelucas.com",
|
4780 |
+
"homepage": "https://vancelucas.com/"
|
4781 |
+
}
|
4782 |
+
],
|
4783 |
+
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
4784 |
+
"keywords": [
|
4785 |
+
"dotenv",
|
4786 |
+
"env",
|
4787 |
+
"environment"
|
4788 |
+
],
|
4789 |
+
"time": "2019-09-10T21:37:39+00:00"
|
4790 |
+
},
|
4791 |
+
{
|
4792 |
+
"name": "vria/nodiacritic",
|
4793 |
+
"version": "0.1.2",
|
4794 |
+
"source": {
|
4795 |
+
"type": "git",
|
4796 |
+
"url": "https://github.com/vria/nodiacritic.git",
|
4797 |
+
"reference": "3efeb60fb2586fe3ce8ff0f3c122d380717b8b07"
|
4798 |
+
},
|
4799 |
+
"dist": {
|
4800 |
+
"type": "zip",
|
4801 |
+
"url": "https://api.github.com/repos/vria/nodiacritic/zipball/3efeb60fb2586fe3ce8ff0f3c122d380717b8b07",
|
4802 |
+
"reference": "3efeb60fb2586fe3ce8ff0f3c122d380717b8b07",
|
4803 |
+
"shasum": ""
|
4804 |
+
},
|
4805 |
+
"require": {
|
4806 |
+
"php": ">=5.3.3"
|
4807 |
+
},
|
4808 |
+
"require-dev": {
|
4809 |
+
"phpunit/phpunit": "4.8.*"
|
4810 |
+
},
|
4811 |
+
"type": "library",
|
4812 |
+
"autoload": {
|
4813 |
+
"psr-4": {
|
4814 |
+
"VRia\\Utils\\": "src/"
|
4815 |
+
}
|
4816 |
+
},
|
4817 |
+
"notification-url": "https://packagist.org/downloads/",
|
4818 |
+
"license": [
|
4819 |
+
"GPL-2.0"
|
4820 |
+
],
|
4821 |
+
"authors": [
|
4822 |
+
{
|
4823 |
+
"name": "Riabchenko Vlad",
|
4824 |
+
"email": "contact@vria.eu",
|
4825 |
+
"homepage": "http://vria.eu"
|
4826 |
+
}
|
4827 |
+
],
|
4828 |
+
"description": "Tiny helper function that removes all diacritical signs from characters",
|
4829 |
+
"homepage": "https://github.com/vria/nodiacritic",
|
4830 |
+
"keywords": [
|
4831 |
+
"accent",
|
4832 |
+
"diacritic",
|
4833 |
+
"filter",
|
4834 |
+
"string",
|
4835 |
+
"text"
|
4836 |
+
],
|
4837 |
+
"time": "2016-09-17T22:03:11+00:00"
|
4838 |
+
},
|
4839 |
+
{
|
4840 |
+
"name": "webmozart/assert",
|
4841 |
+
"version": "1.5.0",
|
4842 |
+
"source": {
|
4843 |
+
"type": "git",
|
4844 |
+
"url": "https://github.com/webmozart/assert.git",
|
4845 |
+
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
|
4846 |
+
},
|
4847 |
+
"dist": {
|
4848 |
+
"type": "zip",
|
4849 |
+
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
|
4850 |
+
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
|
4851 |
+
"shasum": ""
|
4852 |
+
},
|
4853 |
+
"require": {
|
4854 |
+
"php": "^5.3.3 || ^7.0",
|
4855 |
+
"symfony/polyfill-ctype": "^1.8"
|
4856 |
+
},
|
4857 |
+
"require-dev": {
|
4858 |
+
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
|
4859 |
+
},
|
4860 |
+
"type": "library",
|
4861 |
+
"extra": {
|
4862 |
+
"branch-alias": {
|
4863 |
+
"dev-master": "1.3-dev"
|
4864 |
+
}
|
4865 |
+
},
|
4866 |
+
"autoload": {
|
4867 |
+
"psr-4": {
|
4868 |
+
"Webmozart\\Assert\\": "src/"
|
4869 |
+
}
|
4870 |
+
},
|
4871 |
+
"notification-url": "https://packagist.org/downloads/",
|
4872 |
+
"license": [
|
4873 |
+
"MIT"
|
4874 |
+
],
|
4875 |
+
"authors": [
|
4876 |
+
{
|
4877 |
+
"name": "Bernhard Schussek",
|
4878 |
+
"email": "bschussek@gmail.com"
|
4879 |
+
}
|
4880 |
+
],
|
4881 |
+
"description": "Assertions to validate method input/output with nice error messages.",
|
4882 |
+
"keywords": [
|
4883 |
+
"assert",
|
4884 |
+
"check",
|
4885 |
+
"validate"
|
4886 |
+
],
|
4887 |
+
"time": "2019-08-24T08:43:50+00:00"
|
4888 |
+
},
|
4889 |
+
{
|
4890 |
+
"name": "wp-cli/cache-command",
|
4891 |
+
"version": "v2.0.3",
|
4892 |
+
"source": {
|
4893 |
+
"type": "git",
|
4894 |
+
"url": "https://github.com/wp-cli/cache-command.git",
|
4895 |
+
"reference": "d3264aecf0e981b61adc020f5f6664f6538b7434"
|
4896 |
+
},
|
4897 |
+
"dist": {
|
4898 |
+
"type": "zip",
|
4899 |
+
"url": "https://api.github.com/repos/wp-cli/cache-command/zipball/d3264aecf0e981b61adc020f5f6664f6538b7434",
|
4900 |
+
"reference": "d3264aecf0e981b61adc020f5f6664f6538b7434",
|
4901 |
+
"shasum": ""
|
4902 |
+
},
|
4903 |
+
"require": {
|
4904 |
+
"wp-cli/wp-cli": "^2"
|
4905 |
+
},
|
4906 |
+
"require-dev": {
|
4907 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
4908 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
4909 |
+
},
|
4910 |
+
"type": "wp-cli-package",
|
4911 |
+
"extra": {
|
4912 |
+
"branch-alias": {
|
4913 |
+
"dev-master": "2.x-dev"
|
4914 |
+
},
|
4915 |
+
"bundled": true,
|
4916 |
+
"commands": [
|
4917 |
+
"cache",
|
4918 |
+
"cache add",
|
4919 |
+
"cache decr",
|
4920 |
+
"cache delete",
|
4921 |
+
"cache flush",
|
4922 |
+
"cache get",
|
4923 |
+
"cache incr",
|
4924 |
+
"cache replace",
|
4925 |
+
"cache set",
|
4926 |
+
"cache type",
|
4927 |
+
"transient",
|
4928 |
+
"transient delete",
|
4929 |
+
"transient get",
|
4930 |
+
"transient set",
|
4931 |
+
"transient type",
|
4932 |
+
"transient list"
|
4933 |
+
]
|
4934 |
+
},
|
4935 |
+
"autoload": {
|
4936 |
+
"psr-4": {
|
4937 |
+
"": "src/"
|
4938 |
+
},
|
4939 |
+
"files": [
|
4940 |
+
"cache-command.php"
|
4941 |
+
]
|
4942 |
+
},
|
4943 |
+
"notification-url": "https://packagist.org/downloads/",
|
4944 |
+
"license": [
|
4945 |
+
"MIT"
|
4946 |
+
],
|
4947 |
+
"authors": [
|
4948 |
+
{
|
4949 |
+
"name": "Daniel Bachhuber",
|
4950 |
+
"email": "daniel@runcommand.io",
|
4951 |
+
"homepage": "https://runcommand.io"
|
4952 |
+
}
|
4953 |
+
],
|
4954 |
+
"description": "Manages object and transient caches.",
|
4955 |
+
"homepage": "https://github.com/wp-cli/cache-command",
|
4956 |
+
"time": "2019-11-12T01:43:12+00:00"
|
4957 |
+
},
|
4958 |
+
{
|
4959 |
+
"name": "wp-cli/checksum-command",
|
4960 |
+
"version": "v2.0.3",
|
4961 |
+
"source": {
|
4962 |
+
"type": "git",
|
4963 |
+
"url": "https://github.com/wp-cli/checksum-command.git",
|
4964 |
+
"reference": "7db66668ec116c5ccef7bc27b4354fa81b85018a"
|
4965 |
+
},
|
4966 |
+
"dist": {
|
4967 |
+
"type": "zip",
|
4968 |
+
"url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/7db66668ec116c5ccef7bc27b4354fa81b85018a",
|
4969 |
+
"reference": "7db66668ec116c5ccef7bc27b4354fa81b85018a",
|
4970 |
+
"shasum": ""
|
4971 |
+
},
|
4972 |
+
"require": {
|
4973 |
+
"wp-cli/wp-cli": "^2"
|
4974 |
+
},
|
4975 |
+
"require-dev": {
|
4976 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
4977 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
4978 |
+
},
|
4979 |
+
"type": "wp-cli-package",
|
4980 |
+
"extra": {
|
4981 |
+
"branch-alias": {
|
4982 |
+
"dev-master": "2.x-dev"
|
4983 |
+
},
|
4984 |
+
"bundled": true,
|
4985 |
+
"commands": [
|
4986 |
+
"core verify-checksums",
|
4987 |
+
"plugin verify-checksums"
|
4988 |
+
]
|
4989 |
+
},
|
4990 |
+
"autoload": {
|
4991 |
+
"psr-4": {
|
4992 |
+
"": "src/"
|
4993 |
+
},
|
4994 |
+
"files": [
|
4995 |
+
"checksum-command.php"
|
4996 |
+
]
|
4997 |
+
},
|
4998 |
+
"notification-url": "https://packagist.org/downloads/",
|
4999 |
+
"license": [
|
5000 |
+
"MIT"
|
5001 |
+
],
|
5002 |
+
"authors": [
|
5003 |
+
{
|
5004 |
+
"name": "Daniel Bachhuber",
|
5005 |
+
"email": "daniel@runcommand.io",
|
5006 |
+
"homepage": "https://runcommand.io"
|
5007 |
+
}
|
5008 |
+
],
|
5009 |
+
"description": "Verifies file integrity by comparing to published checksums.",
|
5010 |
+
"homepage": "https://github.com/wp-cli/checksum-command",
|
5011 |
+
"time": "2019-04-25T00:28:02+00:00"
|
5012 |
+
},
|
5013 |
+
{
|
5014 |
+
"name": "wp-cli/config-command",
|
5015 |
+
"version": "v2.0.5",
|
5016 |
+
"source": {
|
5017 |
+
"type": "git",
|
5018 |
+
"url": "https://github.com/wp-cli/config-command.git",
|
5019 |
+
"reference": "9530dc42eebcae1fde10ad9e4aad312e06267eb9"
|
5020 |
+
},
|
5021 |
+
"dist": {
|
5022 |
+
"type": "zip",
|
5023 |
+
"url": "https://api.github.com/repos/wp-cli/config-command/zipball/9530dc42eebcae1fde10ad9e4aad312e06267eb9",
|
5024 |
+
"reference": "9530dc42eebcae1fde10ad9e4aad312e06267eb9",
|
5025 |
+
"shasum": ""
|
5026 |
+
},
|
5027 |
+
"require": {
|
5028 |
+
"wp-cli/wp-cli": "^2",
|
5029 |
+
"wp-cli/wp-config-transformer": "^1.2.1"
|
5030 |
+
},
|
5031 |
+
"require-dev": {
|
5032 |
+
"wp-cli/db-command": "^1.3 || ^2",
|
5033 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5034 |
+
},
|
5035 |
+
"type": "wp-cli-package",
|
5036 |
+
"extra": {
|
5037 |
+
"branch-alias": {
|
5038 |
+
"dev-master": "2.x-dev"
|
5039 |
+
},
|
5040 |
+
"bundled": true,
|
5041 |
+
"commands": [
|
5042 |
+
"config",
|
5043 |
+
"config edit",
|
5044 |
+
"config delete",
|
5045 |
+
"config create",
|
5046 |
+
"config get",
|
5047 |
+
"config has",
|
5048 |
+
"config list",
|
5049 |
+
"config path",
|
5050 |
+
"config set",
|
5051 |
+
"config shuffle-salts"
|
5052 |
+
]
|
5053 |
+
},
|
5054 |
+
"autoload": {
|
5055 |
+
"psr-4": {
|
5056 |
+
"": "src/"
|
5057 |
+
},
|
5058 |
+
"files": [
|
5059 |
+
"config-command.php"
|
5060 |
+
]
|
5061 |
+
},
|
5062 |
+
"notification-url": "https://packagist.org/downloads/",
|
5063 |
+
"license": [
|
5064 |
+
"MIT"
|
5065 |
+
],
|
5066 |
+
"authors": [
|
5067 |
+
{
|
5068 |
+
"name": "Daniel Bachhuber",
|
5069 |
+
"email": "daniel@runcommand.io",
|
5070 |
+
"homepage": "https://runcommand.io"
|
5071 |
+
},
|
5072 |
+
{
|
5073 |
+
"name": "Alain Schlesser",
|
5074 |
+
"email": "alain.schlesser@gmail.com",
|
5075 |
+
"homepage": "https://www.alainschlesser.com"
|
5076 |
+
}
|
5077 |
+
],
|
5078 |
+
"description": "Generates and reads the wp-config.php file.",
|
5079 |
+
"homepage": "https://github.com/wp-cli/config-command",
|
5080 |
+
"time": "2019-11-12T01:43:26+00:00"
|
5081 |
+
},
|
5082 |
+
{
|
5083 |
+
"name": "wp-cli/core-command",
|
5084 |
+
"version": "v2.0.8",
|
5085 |
+
"source": {
|
5086 |
+
"type": "git",
|
5087 |
+
"url": "https://github.com/wp-cli/core-command.git",
|
5088 |
+
"reference": "be62a9364c77a99698364a888362a8c8b9414f2f"
|
5089 |
},
|
5090 |
"dist": {
|
5091 |
"type": "zip",
|
5092 |
+
"url": "https://api.github.com/repos/wp-cli/core-command/zipball/be62a9364c77a99698364a888362a8c8b9414f2f",
|
5093 |
+
"reference": "be62a9364c77a99698364a888362a8c8b9414f2f",
|
5094 |
"shasum": ""
|
5095 |
},
|
5096 |
"require": {
|
5097 |
+
"composer/semver": "^1.4",
|
5098 |
+
"wp-cli/wp-cli": "^2.4"
|
|
|
5099 |
},
|
5100 |
"require-dev": {
|
5101 |
+
"wp-cli/checksum-command": "^1 || ^2",
|
5102 |
+
"wp-cli/db-command": "^1.3 || ^2",
|
5103 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
5104 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
5105 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5106 |
},
|
5107 |
+
"type": "wp-cli-package",
|
5108 |
"extra": {
|
5109 |
"branch-alias": {
|
5110 |
+
"dev-master": "2.x-dev"
|
5111 |
+
},
|
5112 |
+
"bundled": true,
|
5113 |
+
"commands": [
|
5114 |
+
"core",
|
5115 |
+
"core check-update",
|
5116 |
+
"core download",
|
5117 |
+
"core install",
|
5118 |
+
"core is-installed",
|
5119 |
+
"core multisite-convert",
|
5120 |
+
"core multisite-install",
|
5121 |
+
"core update",
|
5122 |
+
"core update-db",
|
5123 |
+
"core version"
|
5124 |
+
]
|
5125 |
},
|
5126 |
"autoload": {
|
5127 |
+
"psr-4": {
|
5128 |
+
"": "src/"
|
5129 |
+
},
|
5130 |
+
"files": [
|
5131 |
+
"core-command.php"
|
5132 |
+
]
|
5133 |
},
|
5134 |
"notification-url": "https://packagist.org/downloads/",
|
5135 |
"license": [
|
5136 |
+
"MIT"
|
5137 |
],
|
5138 |
"authors": [
|
5139 |
{
|
5140 |
+
"name": "Daniel Bachhuber",
|
5141 |
+
"email": "daniel@runcommand.io",
|
5142 |
+
"homepage": "https://runcommand.io"
|
|
|
|
|
|
|
|
|
|
|
5143 |
}
|
5144 |
],
|
5145 |
+
"description": "Downloads, installs, updates, and manages a WordPress installation.",
|
5146 |
+
"homepage": "https://github.com/wp-cli/core-command",
|
5147 |
+
"time": "2019-11-12T15:31:38+00:00"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5148 |
},
|
5149 |
{
|
5150 |
+
"name": "wp-cli/cron-command",
|
5151 |
+
"version": "v2.0.3",
|
5152 |
"source": {
|
5153 |
"type": "git",
|
5154 |
+
"url": "https://github.com/wp-cli/cron-command.git",
|
5155 |
+
"reference": "b6d0c8ff69cc56d5316a35a7a2fcc314c4069585"
|
5156 |
},
|
5157 |
"dist": {
|
5158 |
"type": "zip",
|
5159 |
+
"url": "https://api.github.com/repos/wp-cli/cron-command/zipball/b6d0c8ff69cc56d5316a35a7a2fcc314c4069585",
|
5160 |
+
"reference": "b6d0c8ff69cc56d5316a35a7a2fcc314c4069585",
|
5161 |
"shasum": ""
|
5162 |
},
|
5163 |
"require": {
|
5164 |
+
"wp-cli/wp-cli": "^2"
|
|
|
|
|
|
|
|
|
5165 |
},
|
5166 |
"require-dev": {
|
5167 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
5168 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5169 |
},
|
5170 |
+
"type": "wp-cli-package",
|
5171 |
"extra": {
|
5172 |
"branch-alias": {
|
5173 |
+
"dev-master": "2.x-dev"
|
5174 |
+
},
|
5175 |
+
"bundled": true,
|
5176 |
+
"commands": [
|
5177 |
+
"cron",
|
5178 |
+
"cron test",
|
5179 |
+
"cron event",
|
5180 |
+
"cron event delete",
|
5181 |
+
"cron event list",
|
5182 |
+
"cron event run",
|
5183 |
+
"cron event schedule",
|
5184 |
+
"cron schedule",
|
5185 |
+
"cron schedule list"
|
5186 |
+
]
|
5187 |
},
|
5188 |
"autoload": {
|
5189 |
"psr-4": {
|
5190 |
+
"": "src/"
|
5191 |
+
},
|
5192 |
+
"files": [
|
5193 |
+
"cron-command.php"
|
5194 |
+
]
|
5195 |
},
|
5196 |
"notification-url": "https://packagist.org/downloads/",
|
5197 |
"license": [
|
5199 |
],
|
5200 |
"authors": [
|
5201 |
{
|
5202 |
+
"name": "Daniel Bachhuber",
|
5203 |
+
"email": "daniel@runcommand.io",
|
5204 |
+
"homepage": "https://runcommand.io"
|
5205 |
}
|
5206 |
],
|
5207 |
+
"description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.",
|
5208 |
+
"homepage": "https://github.com/wp-cli/cron-command",
|
5209 |
+
"time": "2019-04-24T07:31:46+00:00"
|
|
|
|
|
|
|
|
|
|
|
5210 |
},
|
5211 |
{
|
5212 |
+
"name": "wp-cli/db-command",
|
5213 |
+
"version": "v2.0.5",
|
5214 |
"source": {
|
5215 |
"type": "git",
|
5216 |
+
"url": "https://github.com/wp-cli/db-command.git",
|
5217 |
+
"reference": "119cf31491577d0a79ad42021dfeb8ac1138342b"
|
5218 |
},
|
5219 |
"dist": {
|
5220 |
"type": "zip",
|
5221 |
+
"url": "https://api.github.com/repos/wp-cli/db-command/zipball/119cf31491577d0a79ad42021dfeb8ac1138342b",
|
5222 |
+
"reference": "119cf31491577d0a79ad42021dfeb8ac1138342b",
|
5223 |
"shasum": ""
|
5224 |
},
|
5225 |
"require": {
|
5226 |
+
"wp-cli/wp-cli": "^2"
|
5227 |
},
|
5228 |
"require-dev": {
|
5229 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
5230 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5231 |
+
},
|
5232 |
+
"type": "wp-cli-package",
|
5233 |
+
"extra": {
|
5234 |
+
"branch-alias": {
|
5235 |
+
"dev-master": "2.x-dev"
|
5236 |
+
},
|
5237 |
+
"bundled": true,
|
5238 |
+
"commands": [
|
5239 |
+
"db",
|
5240 |
+
"db clean",
|
5241 |
+
"db create",
|
5242 |
+
"db drop",
|
5243 |
+
"db reset",
|
5244 |
+
"db check",
|
5245 |
+
"db optimize",
|
5246 |
+
"db prefix",
|
5247 |
+
"db repair",
|
5248 |
+
"db cli",
|
5249 |
+
"db query",
|
5250 |
+
"db export",
|
5251 |
+
"db import",
|
5252 |
+
"db search",
|
5253 |
+
"db tables",
|
5254 |
+
"db size",
|
5255 |
+
"db columns"
|
5256 |
+
]
|
5257 |
},
|
|
|
5258 |
"autoload": {
|
5259 |
"psr-4": {
|
5260 |
+
"": "src/"
|
5261 |
},
|
5262 |
"files": [
|
5263 |
+
"db-command.php"
|
5264 |
]
|
5265 |
},
|
5266 |
"notification-url": "https://packagist.org/downloads/",
|
5267 |
"license": [
|
5268 |
"MIT"
|
5269 |
],
|
5270 |
+
"authors": [
|
5271 |
+
{
|
5272 |
+
"name": "Daniel Bachhuber",
|
5273 |
+
"email": "daniel@runcommand.io",
|
5274 |
+
"homepage": "https://runcommand.io"
|
5275 |
+
}
|
|
|
5276 |
],
|
5277 |
+
"description": "Performs basic database operations using credentials stored in wp-config.php.",
|
5278 |
+
"homepage": "https://github.com/wp-cli/db-command",
|
5279 |
+
"time": "2019-11-12T05:05:58+00:00"
|
5280 |
},
|
5281 |
{
|
5282 |
+
"name": "wp-cli/embed-command",
|
5283 |
+
"version": "v2.0.4",
|
5284 |
"source": {
|
5285 |
"type": "git",
|
5286 |
+
"url": "https://github.com/wp-cli/embed-command.git",
|
5287 |
+
"reference": "f67fd41a056c6cb847e8601e058fa836b9e5d325"
|
5288 |
},
|
5289 |
"dist": {
|
5290 |
"type": "zip",
|
5291 |
+
"url": "https://api.github.com/repos/wp-cli/embed-command/zipball/f67fd41a056c6cb847e8601e058fa836b9e5d325",
|
5292 |
+
"reference": "f67fd41a056c6cb847e8601e058fa836b9e5d325",
|
5293 |
"shasum": ""
|
5294 |
},
|
5295 |
"require": {
|
5296 |
+
"wp-cli/wp-cli": "^2"
|
5297 |
},
|
5298 |
"require-dev": {
|
5299 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
5300 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5301 |
},
|
5302 |
+
"type": "wp-cli-package",
|
5303 |
"extra": {
|
5304 |
"branch-alias": {
|
5305 |
+
"dev-master": "2.x-dev"
|
5306 |
+
},
|
5307 |
+
"bundled": true,
|
5308 |
+
"commands": [
|
5309 |
+
"embed",
|
5310 |
+
"embed fetch",
|
5311 |
+
"embed provider",
|
5312 |
+
"embed provider list",
|
5313 |
+
"embed provider match",
|
5314 |
+
"embed handler",
|
5315 |
+
"embed handler list",
|
5316 |
+
"embed cache",
|
5317 |
+
"embed cache clear",
|
5318 |
+
"embed cache find",
|
5319 |
+
"embed cache trigger"
|
5320 |
+
]
|
5321 |
},
|
5322 |
"autoload": {
|
5323 |
"psr-4": {
|
5324 |
+
"WP_CLI\\Embeds\\": "src/"
|
5325 |
+
},
|
5326 |
+
"files": [
|
5327 |
+
"embed-command.php"
|
5328 |
+
]
|
5329 |
},
|
5330 |
"notification-url": "https://packagist.org/downloads/",
|
5331 |
"license": [
|
5333 |
],
|
5334 |
"authors": [
|
5335 |
{
|
5336 |
+
"name": "Pascal Birchler",
|
5337 |
+
"homepage": "https://pascalbirchler.com/"
|
5338 |
}
|
5339 |
],
|
5340 |
+
"description": "Inspects oEmbed providers, clears embed cache, and more.",
|
5341 |
+
"homepage": "https://github.com/wp-cli/embed-command",
|
5342 |
+
"time": "2019-11-12T01:43:50+00:00"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5343 |
},
|
5344 |
{
|
5345 |
+
"name": "wp-cli/entity-command",
|
5346 |
+
"version": "v2.0.7",
|
5347 |
"source": {
|
5348 |
"type": "git",
|
5349 |
+
"url": "https://github.com/wp-cli/entity-command.git",
|
5350 |
+
"reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9"
|
5351 |
},
|
5352 |
"dist": {
|
5353 |
"type": "zip",
|
5354 |
+
"url": "https://api.github.com/repos/wp-cli/entity-command/zipball/0df89e4fba48177acf768bff9c00cda95a3fe5b9",
|
5355 |
+
"reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9",
|
5356 |
"shasum": ""
|
5357 |
},
|
5358 |
"require": {
|
5359 |
+
"wp-cli/wp-cli": "^2"
|
|
|
|
|
|
|
5360 |
},
|
5361 |
"require-dev": {
|
5362 |
+
"wp-cli/cache-command": "^1 || ^2",
|
5363 |
+
"wp-cli/db-command": "^1.3 || ^2",
|
5364 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
5365 |
+
"wp-cli/media-command": "^1.1 || ^2",
|
5366 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5367 |
+
},
|
5368 |
+
"type": "wp-cli-package",
|
5369 |
+
"extra": {
|
5370 |
+
"branch-alias": {
|
5371 |
+
"dev-master": "2.x-dev"
|
5372 |
+
},
|
5373 |
+
"bundled": true,
|
5374 |
+
"commands": [
|
5375 |
+
"comment",
|
5376 |
+
"comment approve",
|
5377 |
+
"comment count",
|
5378 |
+
"comment create",
|
5379 |
+
"comment delete",
|
5380 |
+
"comment exists",
|
5381 |
+
"comment generate",
|
5382 |
+
"comment get",
|
5383 |
+
"comment list",
|
5384 |
+
"comment meta",
|
5385 |
+
"comment meta add",
|
5386 |
+
"comment meta delete",
|
5387 |
+
"comment meta get",
|
5388 |
+
"comment meta list",
|
5389 |
+
"comment meta patch",
|
5390 |
+
"comment meta pluck",
|
5391 |
+
"comment meta update",
|
5392 |
+
"comment recount",
|
5393 |
+
"comment spam",
|
5394 |
+
"comment status",
|
5395 |
+
"comment trash",
|
5396 |
+
"comment unapprove",
|
5397 |
+
"comment unspam",
|
5398 |
+
"comment untrash",
|
5399 |
+
"comment update",
|
5400 |
+
"menu",
|
5401 |
+
"menu create",
|
5402 |
+
"menu delete",
|
5403 |
+
"menu item",
|
5404 |
+
"menu item add-custom",
|
5405 |
+
"menu item add-post",
|
5406 |
+
"menu item add-term",
|
5407 |
+
"menu item delete",
|
5408 |
+
"menu item list",
|
5409 |
+
"menu item update",
|
5410 |
+
"menu list",
|
5411 |
+
"menu location",
|
5412 |
+
"menu location assign",
|
5413 |
+
"menu location list",
|
5414 |
+
"menu location remove",
|
5415 |
+
"network meta",
|
5416 |
+
"network meta add",
|
5417 |
+
"network meta delete",
|
5418 |
+
"network meta get",
|
5419 |
+
"network meta list",
|
5420 |
+
"network meta patch",
|
5421 |
+
"network meta pluck",
|
5422 |
+
"network meta update",
|
5423 |
+
"option",
|
5424 |
+
"option add",
|
5425 |
+
"option delete",
|
5426 |
+
"option get",
|
5427 |
+
"option list",
|
5428 |
+
"option patch",
|
5429 |
+
"option pluck",
|
5430 |
+
"option update",
|
5431 |
+
"post",
|
5432 |
+
"post create",
|
5433 |
+
"post delete",
|
5434 |
+
"post edit",
|
5435 |
+
"post exists",
|
5436 |
+
"post generate",
|
5437 |
+
"post get",
|
5438 |
+
"post list",
|
5439 |
+
"post meta",
|
5440 |
+
"post meta add",
|
5441 |
+
"post meta delete",
|
5442 |
+
"post meta get",
|
5443 |
+
"post meta list",
|
5444 |
+
"post meta patch",
|
5445 |
+
"post meta pluck",
|
5446 |
+
"post meta update",
|
5447 |
+
"post term",
|
5448 |
+
"post term add",
|
5449 |
+
"post term list",
|
5450 |
+
"post term remove",
|
5451 |
+
"post term set",
|
5452 |
+
"post update",
|
5453 |
+
"post-type",
|
5454 |
+
"post-type get",
|
5455 |
+
"post-type list",
|
5456 |
+
"site",
|
5457 |
+
"site activate",
|
5458 |
+
"site archive",
|
5459 |
+
"site create",
|
5460 |
+
"site deactivate",
|
5461 |
+
"site delete",
|
5462 |
+
"site empty",
|
5463 |
+
"site list",
|
5464 |
+
"site mature",
|
5465 |
+
"site option",
|
5466 |
+
"site private",
|
5467 |
+
"site public",
|
5468 |
+
"site spam",
|
5469 |
+
"site unarchive",
|
5470 |
+
"site unmature",
|
5471 |
+
"site unspam",
|
5472 |
+
"taxonomy",
|
5473 |
+
"taxonomy get",
|
5474 |
+
"taxonomy list",
|
5475 |
+
"term",
|
5476 |
+
"term create",
|
5477 |
+
"term delete",
|
5478 |
+
"term generate",
|
5479 |
+
"term get",
|
5480 |
+
"term list",
|
5481 |
+
"term meta",
|
5482 |
+
"term meta add",
|
5483 |
+
"term meta delete",
|
5484 |
+
"term meta get",
|
5485 |
+
"term meta list",
|
5486 |
+
"term meta patch",
|
5487 |
+
"term meta pluck",
|
5488 |
+
"term meta update",
|
5489 |
+
"term recount",
|
5490 |
+
"term update",
|
5491 |
+
"user",
|
5492 |
+
"user add-cap",
|
5493 |
+
"user add-role",
|
5494 |
+
"user create",
|
5495 |
+
"user delete",
|
5496 |
+
"user generate",
|
5497 |
+
"user get",
|
5498 |
+
"user import-csv",
|
5499 |
+
"user list",
|
5500 |
+
"user list-caps",
|
5501 |
+
"user meta",
|
5502 |
+
"user meta add",
|
5503 |
+
"user meta delete",
|
5504 |
+
"user meta get",
|
5505 |
+
"user meta list",
|
5506 |
+
"user meta patch",
|
5507 |
+
"user meta pluck",
|
5508 |
+
"user meta update",
|
5509 |
+
"user remove-cap",
|
5510 |
+
"user remove-role",
|
5511 |
+
"user reset-password",
|
5512 |
+
"user session",
|
5513 |
+
"user session destroy",
|
5514 |
+
"user session list",
|
5515 |
+
"user set-role",
|
5516 |
+
"user spam",
|
5517 |
+
"user term",
|
5518 |
+
"user term add",
|
5519 |
+
"user term list",
|
5520 |
+
"user term remove",
|
5521 |
+
"user term set",
|
5522 |
+
"user unspam",
|
5523 |
+
"user update"
|
5524 |
+
]
|
5525 |
},
|
|
|
5526 |
"autoload": {
|
5527 |
"psr-4": {
|
5528 |
+
"": "src/",
|
5529 |
+
"WP_CLI\\": "src/WP_CLI"
|
5530 |
+
},
|
5531 |
+
"files": [
|
5532 |
+
"entity-command.php"
|
5533 |
+
]
|
5534 |
},
|
5535 |
"notification-url": "https://packagist.org/downloads/",
|
5536 |
"license": [
|
5538 |
],
|
5539 |
"authors": [
|
5540 |
{
|
5541 |
+
"name": "Daniel Bachhuber",
|
5542 |
+
"email": "daniel@runcommand.io",
|
5543 |
+
"homepage": "https://runcommand.io"
|
5544 |
}
|
5545 |
],
|
5546 |
+
"description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.",
|
5547 |
+
"homepage": "https://github.com/wp-cli/entity-command",
|
5548 |
+
"time": "2019-11-12T11:32:14+00:00"
|
5549 |
},
|
5550 |
{
|
5551 |
+
"name": "wp-cli/eval-command",
|
5552 |
+
"version": "v2.0.5",
|
5553 |
"source": {
|
5554 |
"type": "git",
|
5555 |
+
"url": "https://github.com/wp-cli/eval-command.git",
|
5556 |
+
"reference": "945aaebc761a694cf302985088ef6b19a4567643"
|
5557 |
},
|
5558 |
"dist": {
|
5559 |
"type": "zip",
|
5560 |
+
"url": "https://api.github.com/repos/wp-cli/eval-command/zipball/945aaebc761a694cf302985088ef6b19a4567643",
|
5561 |
+
"reference": "945aaebc761a694cf302985088ef6b19a4567643",
|
5562 |
"shasum": ""
|
5563 |
},
|
5564 |
"require": {
|
5565 |
+
"wp-cli/wp-cli": "^2"
|
|
|
5566 |
},
|
5567 |
"require-dev": {
|
5568 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
|
|
5569 |
},
|
5570 |
+
"type": "wp-cli-package",
|
5571 |
"extra": {
|
5572 |
"branch-alias": {
|
5573 |
+
"dev-master": "2.x-dev"
|
5574 |
+
},
|
5575 |
+
"bundled": true,
|
5576 |
+
"commands": [
|
5577 |
+
"eval",
|
5578 |
+
"eval-file"
|
5579 |
+
]
|
5580 |
},
|
5581 |
"autoload": {
|
5582 |
"psr-4": {
|
5583 |
+
"": "src/"
|
5584 |
+
},
|
5585 |
+
"files": [
|
5586 |
+
"eval-command.php"
|
5587 |
+
]
|
5588 |
},
|
5589 |
"notification-url": "https://packagist.org/downloads/",
|
5590 |
"license": [
|
5592 |
],
|
5593 |
"authors": [
|
5594 |
{
|
5595 |
+
"name": "Daniel Bachhuber",
|
5596 |
+
"email": "daniel@runcommand.io",
|
5597 |
+
"homepage": "https://runcommand.io"
|
5598 |
}
|
5599 |
],
|
5600 |
+
"description": "Executes arbitrary PHP code or files.",
|
5601 |
+
"homepage": "https://github.com/wp-cli/eval-command",
|
5602 |
+
"time": "2019-11-12T01:36:20+00:00"
|
5603 |
},
|
5604 |
{
|
5605 |
+
"name": "wp-cli/export-command",
|
5606 |
+
"version": "v2.0.3",
|
5607 |
"source": {
|
5608 |
"type": "git",
|
5609 |
+
"url": "https://github.com/wp-cli/export-command.git",
|
5610 |
+
"reference": "a31b1777a199a8437127ad3db1b6b92e9cb5cd9b"
|
5611 |
},
|
5612 |
"dist": {
|
5613 |
"type": "zip",
|
5614 |
+
"url": "https://api.github.com/repos/wp-cli/export-command/zipball/a31b1777a199a8437127ad3db1b6b92e9cb5cd9b",
|
5615 |
+
"reference": "a31b1777a199a8437127ad3db1b6b92e9cb5cd9b",
|
5616 |
"shasum": ""
|
5617 |
},
|
5618 |
"require": {
|
5619 |
+
"nb/oxymel": "~0.1.0",
|
5620 |
+
"wp-cli/wp-cli": "^2"
|
|
|
|
|
|
|
5621 |
},
|
5622 |
"require-dev": {
|
5623 |
+
"wp-cli/db-command": "^1.3 || ^2",
|
5624 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
5625 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
5626 |
+
"wp-cli/import-command": "^1 || ^2",
|
5627 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5628 |
},
|
5629 |
+
"type": "wp-cli-package",
|
5630 |
"extra": {
|
5631 |
"branch-alias": {
|
5632 |
+
"dev-master": "2.x-dev"
|
5633 |
+
},
|
5634 |
+
"bundled": true,
|
5635 |
+
"commands": [
|
5636 |
+
"export"
|
5637 |
+
]
|
5638 |
},
|
5639 |
"autoload": {
|
5640 |
"psr-4": {
|
5641 |
+
"": "src/"
|
5642 |
+
},
|
5643 |
+
"files": [
|
5644 |
+
"export-command.php"
|
5645 |
+
]
|
5646 |
},
|
5647 |
"notification-url": "https://packagist.org/downloads/",
|
5648 |
"license": [
|
5650 |
],
|
5651 |
"authors": [
|
5652 |
{
|
5653 |
+
"name": "Daniel Bachhuber",
|
5654 |
+
"email": "daniel@runcommand.io",
|
5655 |
+
"homepage": "https://runcommand.io"
|
5656 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5657 |
],
|
5658 |
+
"description": "Exports WordPress content to a WXR file.",
|
5659 |
+
"homepage": "https://github.com/wp-cli/export-command",
|
5660 |
+
"time": "2019-07-16T16:39:17+00:00"
|
5661 |
},
|
5662 |
{
|
5663 |
+
"name": "wp-cli/extension-command",
|
5664 |
+
"version": "v2.0.7",
|
5665 |
"source": {
|
5666 |
"type": "git",
|
5667 |
+
"url": "https://github.com/wp-cli/extension-command.git",
|
5668 |
+
"reference": "e397cf208c0df679656a87041bf34129e7e3d922"
|
5669 |
},
|
5670 |
"dist": {
|
5671 |
"type": "zip",
|
5672 |
+
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/e397cf208c0df679656a87041bf34129e7e3d922",
|
5673 |
+
"reference": "e397cf208c0df679656a87041bf34129e7e3d922",
|
5674 |
"shasum": ""
|
5675 |
},
|
5676 |
"require": {
|
5677 |
+
"composer/semver": "^1.4",
|
5678 |
+
"wp-cli/wp-cli": "^2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5679 |
},
|
5680 |
"require-dev": {
|
5681 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
5682 |
+
"wp-cli/scaffold-command": "^1.2 || ^2",
|
5683 |
+
"wp-cli/wp-cli-tests": "^2.1.6"
|
|
|
|
|
5684 |
},
|
5685 |
+
"type": "wp-cli-package",
|
5686 |
"extra": {
|
5687 |
"branch-alias": {
|
5688 |
+
"dev-master": "2.x-dev"
|
5689 |
+
},
|
5690 |
+
"bundled": true,
|
5691 |
+
"commands": [
|
5692 |
+
"plugin",
|
5693 |
+
"plugin activate",
|
5694 |
+
"plugin deactivate",
|
5695 |
+
"plugin delete",
|
5696 |
+
"plugin get",
|
5697 |
+
"plugin install",
|
5698 |
+
"plugin is-installed",
|
5699 |
+
"plugin list",
|
5700 |
+
"plugin path",
|
5701 |
+
"plugin search",
|
5702 |
+
"plugin status",
|
5703 |
+
"plugin toggle",
|
5704 |
+
"plugin uninstall",
|
5705 |
+
"plugin update",
|
5706 |
+
"theme",
|
5707 |
+
"theme activate",
|
5708 |
+
"theme delete",
|
5709 |
+
"theme disable",
|
5710 |
+
"theme enable",
|
5711 |
+
"theme get",
|
5712 |
+
"theme install",
|
5713 |
+
"theme is-installed",
|
5714 |
+
"theme list",
|
5715 |
+
"theme mod",
|
5716 |
+
"theme mod get",
|
5717 |
+
"theme mod set",
|
5718 |
+
"theme mod remove",
|
5719 |
+
"theme path",
|
5720 |
+
"theme search",
|
5721 |
+
"theme status",
|
5722 |
+
"theme update",
|
5723 |
+
"theme mod list"
|
5724 |
+
]
|
5725 |
},
|
5726 |
"autoload": {
|
5727 |
+
"psr-4": {
|
5728 |
+
"": "src/"
|
5729 |
+
},
|
5730 |
+
"files": [
|
5731 |
+
"extension-command.php"
|
5732 |
]
|
5733 |
},
|
5734 |
"notification-url": "https://packagist.org/downloads/",
|
5735 |
"license": [
|
5736 |
+
"MIT"
|
5737 |
],
|
5738 |
"authors": [
|
5739 |
{
|
5740 |
+
"name": "Daniel Bachhuber",
|
5741 |
+
"email": "daniel@runcommand.io",
|
5742 |
+
"homepage": "https://runcommand.io"
|
5743 |
}
|
5744 |
],
|
5745 |
+
"description": "Manages plugins and themes, including installs, activations, and updates.",
|
5746 |
+
"homepage": "https://github.com/wp-cli/extension-command",
|
5747 |
+
"time": "2019-11-08T20:23:53+00:00"
|
|
|
|
|
|
|
|
|
|
|
5748 |
},
|
5749 |
{
|
5750 |
+
"name": "wp-cli/i18n-command",
|
5751 |
+
"version": "v2.2.1",
|
5752 |
"source": {
|
5753 |
"type": "git",
|
5754 |
+
"url": "https://github.com/wp-cli/i18n-command.git",
|
5755 |
+
"reference": "6a0582103ecf4a28b3086eac55a9fe590bd3dc96"
|
5756 |
},
|
5757 |
"dist": {
|
5758 |
"type": "zip",
|
5759 |
+
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/6a0582103ecf4a28b3086eac55a9fe590bd3dc96",
|
5760 |
+
"reference": "6a0582103ecf4a28b3086eac55a9fe590bd3dc96",
|
5761 |
"shasum": ""
|
5762 |
},
|
5763 |
"require": {
|
5764 |
+
"gettext/gettext": "^4.8",
|
5765 |
+
"mck89/peast": "^1.8",
|
5766 |
+
"wp-cli/wp-cli": "^2"
|
5767 |
},
|
5768 |
+
"require-dev": {
|
5769 |
+
"wp-cli/scaffold-command": "^1.2 || ^2",
|
5770 |
+
"wp-cli/wp-cli-tests": "^2.1.3"
|
5771 |
+
},
|
5772 |
+
"type": "wp-cli-package",
|
5773 |
"extra": {
|
5774 |
"branch-alias": {
|
5775 |
+
"dev-master": "2.x-dev"
|
5776 |
+
},
|
5777 |
+
"bundled": true,
|
5778 |
+
"commands": [
|
5779 |
+
"i18n",
|
5780 |
+
"i18n make-pot",
|
5781 |
+
"i18n make-json"
|
5782 |
+
]
|
5783 |
},
|
5784 |
"autoload": {
|
5785 |
+
"psr-4": {
|
5786 |
+
"WP_CLI\\I18n\\": "src/"
|
5787 |
+
},
|
5788 |
+
"files": [
|
5789 |
+
"i18n-command.php"
|
5790 |
]
|
5791 |
},
|
5792 |
"notification-url": "https://packagist.org/downloads/",
|
5793 |
"license": [
|
5794 |
+
"MIT"
|
5795 |
],
|
5796 |
"authors": [
|
5797 |
{
|
5798 |
+
"name": "Pascal Birchler",
|
5799 |
+
"homepage": "https://pascalbirchler.com/"
|
|
|
5800 |
}
|
5801 |
],
|
5802 |
+
"description": "Provides internationalization tools for WordPress projects.",
|
5803 |
+
"homepage": "https://github.com/wp-cli/i18n-command",
|
5804 |
+
"time": "2019-11-12T06:57:35+00:00"
|
|
|
|
|
|
|
|
|
5805 |
},
|
5806 |
{
|
5807 |
+
"name": "wp-cli/import-command",
|
5808 |
+
"version": "v2.0.2",
|
5809 |
"source": {
|
5810 |
"type": "git",
|
5811 |
+
"url": "https://github.com/wp-cli/import-command.git",
|
5812 |
+
"reference": "e28a7f55138ceb53f2ff5926874d8e5582c87db8"
|
5813 |
},
|
5814 |
"dist": {
|
5815 |
"type": "zip",
|
5816 |
+
"url": "https://api.github.com/repos/wp-cli/import-command/zipball/e28a7f55138ceb53f2ff5926874d8e5582c87db8",
|
5817 |
+
"reference": "e28a7f55138ceb53f2ff5926874d8e5582c87db8",
|
5818 |
"shasum": ""
|
5819 |
},
|
5820 |
"require": {
|
5821 |
+
"wp-cli/wp-cli": "^2"
|
5822 |
+
},
|
5823 |
+
"require-dev": {
|
5824 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
5825 |
+
"wp-cli/export-command": "^1 || ^2",
|
5826 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
5827 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5828 |
+
},
|
5829 |
+
"type": "wp-cli-package",
|
5830 |
+
"extra": {
|
5831 |
+
"branch-alias": {
|
5832 |
+
"dev-master": "2.x-dev"
|
5833 |
+
},
|
5834 |
+
"bundled": true,
|
5835 |
+
"commands": [
|
5836 |
+
"import"
|
5837 |
+
]
|
5838 |
},
|
|
|
5839 |
"autoload": {
|
5840 |
+
"psr-4": {
|
5841 |
+
"": "src/"
|
5842 |
+
},
|
5843 |
+
"files": [
|
5844 |
+
"import-command.php"
|
5845 |
]
|
5846 |
},
|
5847 |
"notification-url": "https://packagist.org/downloads/",
|
5848 |
"license": [
|
5849 |
+
"MIT"
|
5850 |
],
|
5851 |
"authors": [
|
5852 |
{
|
5853 |
+
"name": "Daniel Bachhuber",
|
5854 |
+
"email": "daniel@runcommand.io",
|
5855 |
+
"homepage": "https://runcommand.io"
|
5856 |
}
|
5857 |
],
|
5858 |
+
"description": "Imports content from a given WXR file.",
|
5859 |
+
"homepage": "https://github.com/wp-cli/import-command",
|
5860 |
+
"time": "2019-04-19T14:32:57+00:00"
|
|
|
|
|
|
|
5861 |
},
|
5862 |
{
|
5863 |
+
"name": "wp-cli/language-command",
|
5864 |
+
"version": "v2.0.5",
|
5865 |
"source": {
|
5866 |
"type": "git",
|
5867 |
+
"url": "https://github.com/wp-cli/language-command.git",
|
5868 |
+
"reference": "a14a385efffba2060f947afa85f7ffd7e7cda5d7"
|
5869 |
},
|
5870 |
"dist": {
|
5871 |
"type": "zip",
|
5872 |
+
"url": "https://api.github.com/repos/wp-cli/language-command/zipball/a14a385efffba2060f947afa85f7ffd7e7cda5d7",
|
5873 |
+
"reference": "a14a385efffba2060f947afa85f7ffd7e7cda5d7",
|
5874 |
"shasum": ""
|
5875 |
},
|
5876 |
"require": {
|
5877 |
+
"wp-cli/wp-cli": "^2"
|
5878 |
},
|
5879 |
"require-dev": {
|
5880 |
+
"wp-cli/db-command": "^1.3 || ^2",
|
5881 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
5882 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
5883 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5884 |
},
|
5885 |
+
"type": "wp-cli-package",
|
5886 |
"extra": {
|
5887 |
"branch-alias": {
|
5888 |
+
"dev-master": "2.x-dev"
|
5889 |
+
},
|
5890 |
+
"bundled": true,
|
5891 |
+
"commands": [
|
5892 |
+
"language",
|
5893 |
+
"language core",
|
5894 |
+
"language core activate",
|
5895 |
+
"language core is-installed",
|
5896 |
+
"language core install",
|
5897 |
+
"language core list",
|
5898 |
+
"language core uninstall",
|
5899 |
+
"language core update",
|
5900 |
+
"language plugin",
|
5901 |
+
"language plugin is-installed",
|
5902 |
+
"language plugin install",
|
5903 |
+
"language plugin list",
|
5904 |
+
"language plugin uninstall",
|
5905 |
+
"language plugin update",
|
5906 |
+
"language theme",
|
5907 |
+
"language theme is-installed",
|
5908 |
+
"language theme install",
|
5909 |
+
"language theme list",
|
5910 |
+
"language theme uninstall",
|
5911 |
+
"language theme update"
|
5912 |
+
]
|
5913 |
},
|
5914 |
"autoload": {
|
5915 |
+
"psr-4": {
|
5916 |
+
"": "src/"
|
5917 |
+
},
|
5918 |
+
"files": [
|
5919 |
+
"language-command.php"
|
5920 |
]
|
5921 |
},
|
5922 |
"notification-url": "https://packagist.org/downloads/",
|
5923 |
"license": [
|
5924 |
+
"MIT"
|
5925 |
],
|
5926 |
"authors": [
|
5927 |
{
|
5928 |
+
"name": "Daniel Bachhuber",
|
5929 |
+
"email": "daniel@runcommand.io",
|
5930 |
+
"homepage": "https://runcommand.io"
|
5931 |
}
|
5932 |
],
|
5933 |
+
"description": "Installs, activates, and manages language packs.",
|
5934 |
+
"homepage": "https://github.com/wp-cli/language-command",
|
5935 |
+
"time": "2019-11-12T01:33:31+00:00"
|
|
|
|
|
|
|
5936 |
},
|
5937 |
{
|
5938 |
+
"name": "wp-cli/maintenance-mode-command",
|
5939 |
+
"version": "v2.0.2",
|
5940 |
"source": {
|
5941 |
"type": "git",
|
5942 |
+
"url": "https://github.com/wp-cli/maintenance-mode-command.git",
|
5943 |
+
"reference": "3c80e731e1032607a2e9589ae6b6398e95c05b91"
|
5944 |
},
|
5945 |
"dist": {
|
5946 |
"type": "zip",
|
5947 |
+
"url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/3c80e731e1032607a2e9589ae6b6398e95c05b91",
|
5948 |
+
"reference": "3c80e731e1032607a2e9589ae6b6398e95c05b91",
|
5949 |
"shasum": ""
|
5950 |
},
|
5951 |
"require": {
|
5952 |
+
"wp-cli/wp-cli": "^2"
|
|
|
5953 |
},
|
5954 |
"require-dev": {
|
5955 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
5956 |
},
|
5957 |
+
"type": "wp-cli-package",
|
5958 |
"extra": {
|
5959 |
"branch-alias": {
|
5960 |
+
"dev-master": "2.x-dev"
|
5961 |
+
},
|
5962 |
+
"bundled": true,
|
5963 |
+
"commands": [
|
5964 |
+
"maintenance-mode",
|
5965 |
+
"maintenance-mode activate",
|
5966 |
+
"maintenance-mode deactivate",
|
5967 |
+
"maintenance-mode status",
|
5968 |
+
"maintenance-mode is-active"
|
5969 |
+
]
|
5970 |
},
|
5971 |
"autoload": {
|
5972 |
+
"psr-4": {
|
5973 |
+
"WP_CLI\\MaintenanceMode\\": "src/"
|
5974 |
+
},
|
5975 |
+
"files": [
|
5976 |
+
"maintenance-mode-command.php"
|
5977 |
]
|
5978 |
},
|
5979 |
"notification-url": "https://packagist.org/downloads/",
|
5980 |
"license": [
|
5981 |
+
"MIT"
|
5982 |
],
|
5983 |
"authors": [
|
5984 |
{
|
5985 |
+
"name": "Thrijith Thankachan",
|
5986 |
+
"email": "thrijith13@gmail.com",
|
5987 |
+
"homepage": "https://thrijith.com"
|
5988 |
}
|
5989 |
],
|
5990 |
+
"description": "Activates, deactivates or checks the status of the maintenance mode of a site.",
|
5991 |
+
"homepage": "https://github.com/wp-cli/maintenance-mode-command",
|
5992 |
+
"time": "2019-11-12T01:32:41+00:00"
|
|
|
|
|
|
|
5993 |
},
|
5994 |
{
|
5995 |
+
"name": "wp-cli/media-command",
|
5996 |
+
"version": "v2.0.7",
|
5997 |
"source": {
|
5998 |
"type": "git",
|
5999 |
+
"url": "https://github.com/wp-cli/media-command.git",
|
6000 |
+
"reference": "0b7fbee4c4aa9335b83fd5c65183808949ba1c8e"
|
6001 |
},
|
6002 |
"dist": {
|
6003 |
"type": "zip",
|
6004 |
+
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/0b7fbee4c4aa9335b83fd5c65183808949ba1c8e",
|
6005 |
+
"reference": "0b7fbee4c4aa9335b83fd5c65183808949ba1c8e",
|
6006 |
"shasum": ""
|
6007 |
},
|
6008 |
"require": {
|
6009 |
+
"wp-cli/wp-cli": "^2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6010 |
},
|
6011 |
"require-dev": {
|
6012 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
6013 |
+
"wp-cli/extension-command": "^2.0",
|
6014 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
|
|
|
|
6015 |
},
|
6016 |
+
"type": "wp-cli-package",
|
|
|
|
|
|
|
6017 |
"extra": {
|
6018 |
"branch-alias": {
|
6019 |
+
"dev-master": "2.x-dev"
|
6020 |
+
},
|
6021 |
+
"bundled": true,
|
6022 |
+
"commands": [
|
6023 |
+
"media",
|
6024 |
+
"media import",
|
6025 |
+
"media regenerate",
|
6026 |
+
"media image-size"
|
6027 |
+
]
|
6028 |
},
|
6029 |
"autoload": {
|
6030 |
+
"psr-4": {
|
6031 |
+
"": "src/"
|
6032 |
+
},
|
6033 |
+
"files": [
|
6034 |
+
"media-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": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
|
6049 |
+
"homepage": "https://github.com/wp-cli/media-command",
|
6050 |
+
"time": "2019-11-12T11:32:15+00:00"
|
|
|
|
|
|
|
|
|
|
|
6051 |
},
|
6052 |
{
|
6053 |
+
"name": "wp-cli/mustangostang-spyc",
|
6054 |
+
"version": "0.6.3",
|
6055 |
"source": {
|
6056 |
"type": "git",
|
6057 |
+
"url": "https://github.com/wp-cli/spyc.git",
|
6058 |
+
"reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7"
|
6059 |
},
|
6060 |
"dist": {
|
6061 |
"type": "zip",
|
6062 |
+
"url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
|
6063 |
+
"reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
|
6064 |
"shasum": ""
|
6065 |
},
|
6066 |
"require": {
|
6067 |
+
"php": ">=5.3.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
6068 |
},
|
6069 |
"require-dev": {
|
6070 |
+
"phpunit/phpunit": "4.3.*@dev"
|
|
|
|
|
|
|
6071 |
},
|
6072 |
"type": "library",
|
6073 |
"extra": {
|
6074 |
"branch-alias": {
|
6075 |
+
"dev-master": "0.5.x-dev"
|
6076 |
}
|
6077 |
},
|
6078 |
"autoload": {
|
6079 |
+
"psr-4": {
|
6080 |
+
"Mustangostang\\": "src/"
|
6081 |
+
},
|
6082 |
+
"files": [
|
6083 |
+
"includes/functions.php"
|
6084 |
]
|
6085 |
},
|
6086 |
"notification-url": "https://packagist.org/downloads/",
|
6087 |
"license": [
|
6088 |
+
"MIT"
|
6089 |
],
|
6090 |
"authors": [
|
6091 |
+
{
|
6092 |
+
"name": "mustangostang",
|
6093 |
+
"email": "vlad.andersen@gmail.com"
|
|
|
6094 |
}
|
6095 |
],
|
6096 |
+
"description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
|
6097 |
+
"homepage": "https://github.com/mustangostang/spyc/",
|
6098 |
+
"time": "2017-04-25T11:26:20+00:00"
|
|
|
|
|
|
|
|
|
|
|
6099 |
},
|
6100 |
{
|
6101 |
+
"name": "wp-cli/package-command",
|
6102 |
+
"version": "v2.0.5",
|
6103 |
"source": {
|
6104 |
"type": "git",
|
6105 |
+
"url": "https://github.com/wp-cli/package-command.git",
|
6106 |
+
"reference": "52fea16f3cec0577b9c417a19ebc0f328c38d853"
|
6107 |
},
|
6108 |
"dist": {
|
6109 |
"type": "zip",
|
6110 |
+
"url": "https://api.github.com/repos/wp-cli/package-command/zipball/52fea16f3cec0577b9c417a19ebc0f328c38d853",
|
6111 |
+
"reference": "52fea16f3cec0577b9c417a19ebc0f328c38d853",
|
6112 |
"shasum": ""
|
6113 |
},
|
6114 |
"require": {
|
6115 |
+
"composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1",
|
6116 |
+
"ext-json": "*",
|
6117 |
+
"wp-cli/wp-cli": "^2.1"
|
6118 |
},
|
6119 |
"require-dev": {
|
6120 |
+
"wp-cli/scaffold-command": "^1 || ^2",
|
6121 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6122 |
},
|
6123 |
+
"type": "wp-cli-package",
|
6124 |
"extra": {
|
6125 |
"branch-alias": {
|
6126 |
+
"dev-master": "2.x-dev"
|
6127 |
+
},
|
6128 |
+
"bundled": true,
|
6129 |
+
"commands": [
|
6130 |
+
"package",
|
6131 |
+
"package browse",
|
6132 |
+
"package install",
|
6133 |
+
"package list",
|
6134 |
+
"package update",
|
6135 |
+
"package uninstall"
|
6136 |
+
]
|
6137 |
},
|
6138 |
"autoload": {
|
6139 |
+
"psr-4": {
|
6140 |
+
"": "src/"
|
6141 |
+
},
|
6142 |
+
"files": [
|
6143 |
+
"package-command.php"
|
6144 |
]
|
6145 |
},
|
6146 |
"notification-url": "https://packagist.org/downloads/",
|
6147 |
"license": [
|
6148 |
+
"MIT"
|
6149 |
],
|
6150 |
"authors": [
|
6151 |
{
|
6152 |
+
"name": "Daniel Bachhuber",
|
6153 |
+
"email": "daniel@runcommand.io",
|
6154 |
+
"homepage": "https://runcommand.io"
|
6155 |
}
|
6156 |
],
|
6157 |
+
"description": "Lists, installs, and removes WP-CLI packages.",
|
6158 |
+
"homepage": "https://github.com/wp-cli/package-command",
|
6159 |
+
"time": "2019-04-24T09:34:35+00:00"
|
6160 |
},
|
6161 |
{
|
6162 |
+
"name": "wp-cli/php-cli-tools",
|
6163 |
+
"version": "v0.11.11",
|
6164 |
"source": {
|
6165 |
"type": "git",
|
6166 |
+
"url": "https://github.com/wp-cli/php-cli-tools.git",
|
6167 |
+
"reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f"
|
6168 |
},
|
6169 |
"dist": {
|
6170 |
"type": "zip",
|
6171 |
+
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
|
6172 |
+
"reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
|
6173 |
"shasum": ""
|
6174 |
},
|
6175 |
"require": {
|
6176 |
+
"php": ">= 5.3.0"
|
|
|
|
|
|
|
|
|
|
|
6177 |
},
|
6178 |
"type": "library",
|
|
|
|
|
|
|
|
|
|
|
6179 |
"autoload": {
|
6180 |
+
"psr-0": {
|
6181 |
+
"cli": "lib/"
|
6182 |
+
},
|
6183 |
+
"files": [
|
6184 |
+
"lib/cli/cli.php"
|
6185 |
]
|
6186 |
},
|
6187 |
"notification-url": "https://packagist.org/downloads/",
|
6188 |
"license": [
|
6189 |
+
"MIT"
|
6190 |
],
|
6191 |
"authors": [
|
6192 |
{
|
6193 |
+
"name": "James Logsdon",
|
6194 |
+
"email": "jlogsdon@php.net",
|
6195 |
+
"role": "Developer"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6196 |
},
|
6197 |
{
|
6198 |
+
"name": "Daniel Bachhuber",
|
6199 |
+
"email": "daniel@handbuilt.co",
|
6200 |
+
"role": "Maintainer"
|
6201 |
}
|
6202 |
],
|
6203 |
+
"description": "Console utilities for PHP",
|
6204 |
+
"homepage": "http://github.com/wp-cli/php-cli-tools",
|
6205 |
"keywords": [
|
6206 |
+
"cli",
|
6207 |
+
"console"
|
|
|
6208 |
],
|
6209 |
+
"time": "2018-09-04T13:28:00+00:00"
|
6210 |
},
|
6211 |
{
|
6212 |
+
"name": "wp-cli/rewrite-command",
|
6213 |
+
"version": "v2.0.4",
|
6214 |
"source": {
|
6215 |
"type": "git",
|
6216 |
+
"url": "https://github.com/wp-cli/rewrite-command.git",
|
6217 |
+
"reference": "3879bcbf7e695f68097cedb8415ed04915a25465"
|
6218 |
},
|
6219 |
"dist": {
|
6220 |
"type": "zip",
|
6221 |
+
"url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/3879bcbf7e695f68097cedb8415ed04915a25465",
|
6222 |
+
"reference": "3879bcbf7e695f68097cedb8415ed04915a25465",
|
6223 |
"shasum": ""
|
6224 |
},
|
6225 |
"require": {
|
6226 |
+
"wp-cli/wp-cli": "^2"
|
6227 |
},
|
6228 |
"require-dev": {
|
6229 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
6230 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6231 |
},
|
6232 |
+
"type": "wp-cli-package",
|
6233 |
"extra": {
|
6234 |
"branch-alias": {
|
6235 |
+
"dev-master": "2.x-dev"
|
6236 |
+
},
|
6237 |
+
"bundled": true,
|
6238 |
+
"commands": [
|
6239 |
+
"rewrite",
|
6240 |
+
"rewrite flush",
|
6241 |
+
"rewrite list",
|
6242 |
+
"rewrite structure"
|
6243 |
+
]
|
6244 |
},
|
6245 |
"autoload": {
|
6246 |
+
"psr-4": {
|
6247 |
+
"": "src/"
|
6248 |
+
},
|
6249 |
+
"files": [
|
6250 |
+
"rewrite-command.php"
|
6251 |
]
|
6252 |
},
|
6253 |
"notification-url": "https://packagist.org/downloads/",
|
6254 |
"license": [
|
6255 |
+
"MIT"
|
6256 |
],
|
6257 |
"authors": [
|
6258 |
{
|
6259 |
+
"name": "Daniel Bachhuber",
|
6260 |
+
"email": "daniel@runcommand.io",
|
6261 |
+
"homepage": "https://runcommand.io"
|
|
|
|
|
|
|
6262 |
}
|
6263 |
],
|
6264 |
+
"description": "Lists or flushes the site's rewrite rules, updates the permalink structure.",
|
6265 |
+
"homepage": "https://github.com/wp-cli/rewrite-command",
|
6266 |
+
"time": "2019-11-12T01:31:23+00:00"
|
|
|
|
|
|
|
6267 |
},
|
6268 |
{
|
6269 |
+
"name": "wp-cli/role-command",
|
6270 |
+
"version": "v2.0.3",
|
6271 |
"source": {
|
6272 |
"type": "git",
|
6273 |
+
"url": "https://github.com/wp-cli/role-command.git",
|
6274 |
+
"reference": "bad54a1b02331ee6460cc6a6f967e37dd91e07a3"
|
6275 |
},
|
6276 |
"dist": {
|
6277 |
"type": "zip",
|
6278 |
+
"url": "https://api.github.com/repos/wp-cli/role-command/zipball/bad54a1b02331ee6460cc6a6f967e37dd91e07a3",
|
6279 |
+
"reference": "bad54a1b02331ee6460cc6a6f967e37dd91e07a3",
|
6280 |
"shasum": ""
|
6281 |
},
|
6282 |
"require": {
|
6283 |
+
"wp-cli/wp-cli": "^2"
|
6284 |
},
|
6285 |
"require-dev": {
|
6286 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6287 |
},
|
6288 |
+
"type": "wp-cli-package",
|
6289 |
"extra": {
|
6290 |
"branch-alias": {
|
6291 |
+
"dev-master": "2.x-dev"
|
6292 |
+
},
|
6293 |
+
"bundled": true,
|
6294 |
+
"commands": [
|
6295 |
+
"role",
|
6296 |
+
"role create",
|
6297 |
+
"role delete",
|
6298 |
+
"role exists",
|
6299 |
+
"role list",
|
6300 |
+
"role reset",
|
6301 |
+
"cap",
|
6302 |
+
"cap add",
|
6303 |
+
"cap list",
|
6304 |
+
"cap remove"
|
6305 |
+
]
|
6306 |
},
|
6307 |
"autoload": {
|
6308 |
+
"psr-4": {
|
6309 |
+
"": "src/"
|
6310 |
+
},
|
6311 |
+
"files": [
|
6312 |
+
"role-command.php"
|
6313 |
]
|
6314 |
},
|
6315 |
"notification-url": "https://packagist.org/downloads/",
|
6316 |
"license": [
|
6317 |
+
"MIT"
|
6318 |
],
|
6319 |
"authors": [
|
6320 |
{
|
6321 |
+
"name": "Daniel Bachhuber",
|
6322 |
+
"email": "daniel@runcommand.io",
|
6323 |
+
"homepage": "https://runcommand.io"
|
6324 |
}
|
6325 |
],
|
6326 |
+
"description": "Adds, removes, lists, and resets roles and capabilities.",
|
6327 |
+
"homepage": "https://github.com/wp-cli/role-command",
|
6328 |
+
"time": "2019-11-12T01:30:59+00:00"
|
|
|
|
|
|
|
|
|
|
|
6329 |
},
|
6330 |
{
|
6331 |
+
"name": "wp-cli/scaffold-command",
|
6332 |
+
"version": "v2.0.7",
|
6333 |
"source": {
|
6334 |
"type": "git",
|
6335 |
+
"url": "https://github.com/wp-cli/scaffold-command.git",
|
6336 |
+
"reference": "fe73e6f71c2a03908bb5ceac17a0e408544a868a"
|
6337 |
},
|
6338 |
"dist": {
|
6339 |
"type": "zip",
|
6340 |
+
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/fe73e6f71c2a03908bb5ceac17a0e408544a868a",
|
6341 |
+
"reference": "fe73e6f71c2a03908bb5ceac17a0e408544a868a",
|
6342 |
"shasum": ""
|
6343 |
},
|
6344 |
"require": {
|
6345 |
+
"php": "^5.4 || ^7.0",
|
6346 |
+
"wp-cli/wp-cli": "^2"
|
6347 |
},
|
6348 |
"require-dev": {
|
6349 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
6350 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6351 |
},
|
6352 |
+
"type": "wp-cli-package",
|
6353 |
"extra": {
|
6354 |
"branch-alias": {
|
6355 |
+
"dev-master": "2.x-dev"
|
6356 |
+
},
|
6357 |
+
"bundled": true,
|
6358 |
+
"commands": [
|
6359 |
+
"scaffold",
|
6360 |
+
"scaffold underscores",
|
6361 |
+
"scaffold block",
|
6362 |
+
"scaffold child-theme",
|
6363 |
+
"scaffold plugin",
|
6364 |
+
"scaffold plugin-tests",
|
6365 |
+
"scaffold post-type",
|
6366 |
+
"scaffold taxonomy",
|
6367 |
+
"scaffold theme-tests"
|
6368 |
+
]
|
6369 |
},
|
6370 |
"autoload": {
|
6371 |
+
"psr-4": {
|
6372 |
+
"": "src/"
|
6373 |
+
},
|
6374 |
+
"files": [
|
6375 |
+
"scaffold-command.php"
|
6376 |
]
|
6377 |
},
|
6378 |
"notification-url": "https://packagist.org/downloads/",
|
6379 |
"license": [
|
6380 |
+
"MIT"
|
6381 |
],
|
6382 |
"authors": [
|
6383 |
{
|
6384 |
+
"name": "Daniel Bachhuber",
|
6385 |
+
"email": "daniel@runcommand.io",
|
6386 |
+
"homepage": "https://runcommand.io"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6387 |
}
|
6388 |
],
|
6389 |
+
"description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
|
6390 |
+
"homepage": "https://github.com/wp-cli/scaffold-command",
|
6391 |
+
"time": "2019-11-12T11:32:15+00:00"
|
|
|
|
|
|
|
|
|
6392 |
},
|
6393 |
{
|
6394 |
+
"name": "wp-cli/search-replace-command",
|
6395 |
+
"version": "v2.0.5",
|
6396 |
"source": {
|
6397 |
"type": "git",
|
6398 |
+
"url": "https://github.com/wp-cli/search-replace-command.git",
|
6399 |
+
"reference": "d53ae0715d3701ef22826d5c7b46973a1b24e472"
|
6400 |
},
|
6401 |
"dist": {
|
6402 |
"type": "zip",
|
6403 |
+
"url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/d53ae0715d3701ef22826d5c7b46973a1b24e472",
|
6404 |
+
"reference": "d53ae0715d3701ef22826d5c7b46973a1b24e472",
|
6405 |
"shasum": ""
|
6406 |
},
|
6407 |
"require": {
|
6408 |
+
"wp-cli/wp-cli": "^2"
|
6409 |
},
|
6410 |
"require-dev": {
|
6411 |
+
"wp-cli/db-command": "^1.3 || ^2",
|
6412 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
6413 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
6414 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6415 |
},
|
6416 |
+
"type": "wp-cli-package",
|
6417 |
"extra": {
|
6418 |
"branch-alias": {
|
6419 |
+
"dev-master": "2.x-dev"
|
6420 |
+
},
|
6421 |
+
"bundled": true,
|
6422 |
+
"commands": [
|
6423 |
+
"search-replace"
|
6424 |
+
]
|
6425 |
},
|
6426 |
"autoload": {
|
6427 |
+
"psr-4": {
|
6428 |
+
"": "src/"
|
6429 |
+
},
|
6430 |
+
"files": [
|
6431 |
+
"search-replace-command.php"
|
6432 |
]
|
6433 |
},
|
6434 |
"notification-url": "https://packagist.org/downloads/",
|
6435 |
"license": [
|
6436 |
+
"MIT"
|
6437 |
],
|
6438 |
"authors": [
|
6439 |
{
|
6440 |
+
"name": "Daniel Bachhuber",
|
6441 |
+
"email": "daniel@runcommand.io",
|
6442 |
+
"homepage": "https://runcommand.io"
|
6443 |
}
|
6444 |
],
|
6445 |
+
"description": "Searches/replaces strings in the database.",
|
6446 |
+
"homepage": "https://github.com/wp-cli/search-replace-command",
|
6447 |
+
"time": "2019-11-12T01:29:55+00:00"
|
|
|
|
|
|
|
6448 |
},
|
6449 |
{
|
6450 |
+
"name": "wp-cli/server-command",
|
6451 |
+
"version": "v2.0.4",
|
6452 |
"source": {
|
6453 |
"type": "git",
|
6454 |
+
"url": "https://github.com/wp-cli/server-command.git",
|
6455 |
+
"reference": "b0c8db803aea2133973a9a35b0d94fb62487b456"
|
6456 |
},
|
6457 |
"dist": {
|
6458 |
"type": "zip",
|
6459 |
+
"url": "https://api.github.com/repos/wp-cli/server-command/zipball/b0c8db803aea2133973a9a35b0d94fb62487b456",
|
6460 |
+
"reference": "b0c8db803aea2133973a9a35b0d94fb62487b456",
|
6461 |
"shasum": ""
|
6462 |
},
|
6463 |
"require": {
|
6464 |
+
"wp-cli/wp-cli": "^2"
|
|
|
6465 |
},
|
6466 |
"require-dev": {
|
6467 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6468 |
},
|
6469 |
+
"type": "wp-cli-package",
|
6470 |
"extra": {
|
6471 |
"branch-alias": {
|
6472 |
+
"dev-master": "2.x-dev"
|
6473 |
+
},
|
6474 |
+
"bundled": true,
|
6475 |
+
"commands": [
|
6476 |
+
"server"
|
6477 |
+
]
|
6478 |
},
|
6479 |
"autoload": {
|
6480 |
+
"psr-4": {
|
6481 |
+
"": "src/"
|
6482 |
+
},
|
6483 |
+
"files": [
|
6484 |
+
"server-command.php"
|
6485 |
]
|
6486 |
},
|
6487 |
"notification-url": "https://packagist.org/downloads/",
|
6488 |
"license": [
|
6489 |
+
"MIT"
|
6490 |
],
|
6491 |
"authors": [
|
6492 |
{
|
6493 |
+
"name": "Daniel Bachhuber",
|
6494 |
+
"email": "daniel@runcommand.io",
|
6495 |
+
"homepage": "https://runcommand.io"
|
6496 |
}
|
6497 |
],
|
6498 |
+
"description": "Launches PHP's built-in web server for a specific WordPress installation.",
|
6499 |
+
"homepage": "https://github.com/wp-cli/server-command",
|
6500 |
+
"time": "2019-11-12T11:32:15+00:00"
|
6501 |
},
|
6502 |
{
|
6503 |
+
"name": "wp-cli/shell-command",
|
6504 |
+
"version": "v2.0.4",
|
6505 |
"source": {
|
6506 |
"type": "git",
|
6507 |
+
"url": "https://github.com/wp-cli/shell-command.git",
|
6508 |
+
"reference": "293cc82fe6e99c0168bf834787ac5d0e17825723"
|
6509 |
},
|
6510 |
"dist": {
|
6511 |
"type": "zip",
|
6512 |
+
"url": "https://api.github.com/repos/wp-cli/shell-command/zipball/293cc82fe6e99c0168bf834787ac5d0e17825723",
|
6513 |
+
"reference": "293cc82fe6e99c0168bf834787ac5d0e17825723",
|
6514 |
"shasum": ""
|
6515 |
},
|
6516 |
"require": {
|
6517 |
+
"wp-cli/wp-cli": "^2"
|
6518 |
},
|
6519 |
"require-dev": {
|
6520 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6521 |
},
|
6522 |
+
"type": "wp-cli-package",
|
6523 |
"extra": {
|
6524 |
"branch-alias": {
|
6525 |
+
"dev-master": "2.x-dev"
|
6526 |
+
},
|
6527 |
+
"bundled": true,
|
6528 |
+
"commands": [
|
6529 |
+
"shell"
|
6530 |
+
]
|
6531 |
},
|
6532 |
"autoload": {
|
6533 |
+
"psr-4": {
|
6534 |
+
"": "src/",
|
6535 |
+
"WP_CLI\\": "src/WP_CLI"
|
6536 |
+
},
|
6537 |
+
"files": [
|
6538 |
+
"shell-command.php"
|
6539 |
]
|
6540 |
},
|
6541 |
"notification-url": "https://packagist.org/downloads/",
|
6542 |
"license": [
|
6543 |
+
"MIT"
|
6544 |
],
|
6545 |
"authors": [
|
6546 |
{
|
6547 |
+
"name": "Daniel Bachhuber",
|
6548 |
+
"email": "daniel@runcommand.io",
|
6549 |
+
"homepage": "https://runcommand.io"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6550 |
}
|
6551 |
],
|
6552 |
+
"description": "Opens an interactive PHP console for running and testing PHP code.",
|
6553 |
+
"homepage": "https://github.com/wp-cli/shell-command",
|
6554 |
+
"time": "2019-11-12T01:29:25+00:00"
|
6555 |
},
|
6556 |
{
|
6557 |
+
"name": "wp-cli/super-admin-command",
|
6558 |
+
"version": "v2.0.3",
|
6559 |
"source": {
|
6560 |
"type": "git",
|
6561 |
+
"url": "https://github.com/wp-cli/super-admin-command.git",
|
6562 |
+
"reference": "b3f3078d25c17ee586a5f31cb5ce3553613e85b4"
|
6563 |
},
|
6564 |
"dist": {
|
6565 |
"type": "zip",
|
6566 |
+
"url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/b3f3078d25c17ee586a5f31cb5ce3553613e85b4",
|
6567 |
+
"reference": "b3f3078d25c17ee586a5f31cb5ce3553613e85b4",
|
6568 |
"shasum": ""
|
6569 |
},
|
6570 |
"require": {
|
6571 |
+
"wp-cli/wp-cli": "^2"
|
6572 |
},
|
6573 |
+
"require-dev": {
|
6574 |
+
"wp-cli/entity-command": "^1.3 || ^2",
|
6575 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6576 |
+
},
|
6577 |
+
"type": "wp-cli-package",
|
6578 |
"extra": {
|
6579 |
"branch-alias": {
|
6580 |
+
"dev-master": "2.x-dev"
|
6581 |
+
},
|
6582 |
+
"bundled": true,
|
6583 |
+
"commands": [
|
6584 |
+
"super-admin",
|
6585 |
+
"super-admin add",
|
6586 |
+
"super-admin list",
|
6587 |
+
"super-admin remove"
|
6588 |
+
]
|
6589 |
},
|
6590 |
"autoload": {
|
6591 |
+
"psr-4": {
|
6592 |
+
"": "src/"
|
6593 |
+
},
|
6594 |
+
"files": [
|
6595 |
+
"super-admin-command.php"
|
6596 |
]
|
6597 |
},
|
6598 |
"notification-url": "https://packagist.org/downloads/",
|
6599 |
"license": [
|
6600 |
+
"MIT"
|
6601 |
],
|
6602 |
"authors": [
|
6603 |
{
|
6604 |
+
"name": "Daniel Bachhuber",
|
6605 |
+
"email": "daniel@runcommand.io",
|
6606 |
+
"homepage": "https://runcommand.io"
|
6607 |
}
|
6608 |
],
|
6609 |
+
"description": "Lists, adds, or removes super admin users on a multisite installation.",
|
6610 |
+
"homepage": "https://github.com/wp-cli/super-admin-command",
|
6611 |
+
"time": "2019-11-12T01:28:59+00:00"
|
6612 |
},
|
6613 |
{
|
6614 |
+
"name": "wp-cli/widget-command",
|
6615 |
+
"version": "v2.0.2",
|
6616 |
"source": {
|
6617 |
"type": "git",
|
6618 |
+
"url": "https://github.com/wp-cli/widget-command.git",
|
6619 |
+
"reference": "58a1b2d2221cee852eb8a589535aaadb1217bb74"
|
6620 |
},
|
6621 |
"dist": {
|
6622 |
"type": "zip",
|
6623 |
+
"url": "https://api.github.com/repos/wp-cli/widget-command/zipball/58a1b2d2221cee852eb8a589535aaadb1217bb74",
|
6624 |
+
"reference": "58a1b2d2221cee852eb8a589535aaadb1217bb74",
|
6625 |
"shasum": ""
|
6626 |
},
|
6627 |
"require": {
|
6628 |
+
"wp-cli/wp-cli": "^2"
|
6629 |
},
|
6630 |
+
"require-dev": {
|
6631 |
+
"wp-cli/extension-command": "^1.2 || ^2",
|
6632 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6633 |
+
},
|
6634 |
+
"type": "wp-cli-package",
|
6635 |
"extra": {
|
6636 |
"branch-alias": {
|
6637 |
+
"dev-master": "2.x-dev"
|
6638 |
+
},
|
6639 |
+
"bundled": true,
|
6640 |
+
"commands": [
|
6641 |
+
"widget",
|
6642 |
+
"widget add",
|
6643 |
+
"widget deactivate",
|
6644 |
+
"widget delete",
|
6645 |
+
"widget list",
|
6646 |
+
"widget move",
|
6647 |
+
"widget reset",
|
6648 |
+
"widget update",
|
6649 |
+
"sidebar",
|
6650 |
+
"sidebar list"
|
6651 |
+
]
|
6652 |
},
|
6653 |
"autoload": {
|
6654 |
+
"psr-4": {
|
6655 |
+
"": "src/"
|
6656 |
+
},
|
6657 |
+
"files": [
|
6658 |
+
"widget-command.php"
|
6659 |
]
|
6660 |
},
|
6661 |
"notification-url": "https://packagist.org/downloads/",
|
6662 |
"license": [
|
6663 |
+
"MIT"
|
6664 |
],
|
6665 |
"authors": [
|
6666 |
{
|
6667 |
+
"name": "Daniel Bachhuber",
|
6668 |
+
"email": "daniel@runcommand.io",
|
6669 |
+
"homepage": "https://runcommand.io"
|
6670 |
}
|
6671 |
],
|
6672 |
+
"description": "Adds, moves, and removes widgets; lists sidebars.",
|
6673 |
+
"homepage": "https://github.com/wp-cli/widget-command",
|
6674 |
+
"time": "2019-04-25T00:25:21+00:00"
|
6675 |
},
|
6676 |
{
|
6677 |
+
"name": "wp-cli/wp-cli",
|
6678 |
+
"version": "v2.4.0",
|
6679 |
"source": {
|
6680 |
"type": "git",
|
6681 |
+
"url": "https://github.com/wp-cli/wp-cli.git",
|
6682 |
+
"reference": "74c949c74708e3a88ad0add70f3236c8675dfd85"
|
6683 |
},
|
6684 |
"dist": {
|
6685 |
"type": "zip",
|
6686 |
+
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/74c949c74708e3a88ad0add70f3236c8675dfd85",
|
6687 |
+
"reference": "74c949c74708e3a88ad0add70f3236c8675dfd85",
|
6688 |
"shasum": ""
|
6689 |
},
|
6690 |
"require": {
|
6691 |
+
"cweagans/composer-patches": "^1.6",
|
6692 |
+
"ext-curl": "*",
|
6693 |
+
"mustache/mustache": "~2.4",
|
6694 |
+
"php": "^5.4 || ^7.0",
|
6695 |
+
"rmccue/requests": "~1.6",
|
6696 |
+
"symfony/finder": ">2.7",
|
6697 |
+
"wp-cli/mustangostang-spyc": "^0.6.3",
|
6698 |
+
"wp-cli/php-cli-tools": "~0.11.2"
|
6699 |
+
},
|
6700 |
+
"require-dev": {
|
6701 |
+
"roave/security-advisories": "dev-master",
|
6702 |
+
"wp-cli/db-command": "^1.3 || ^2",
|
6703 |
+
"wp-cli/entity-command": "^1.2 || ^2",
|
6704 |
+
"wp-cli/extension-command": "^1.1 || ^2",
|
6705 |
+
"wp-cli/package-command": "^1 || ^2",
|
6706 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6707 |
},
|
6708 |
"suggest": {
|
6709 |
+
"ext-readline": "Include for a better --prompt implementation",
|
6710 |
+
"ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates"
|
6711 |
},
|
6712 |
+
"bin": [
|
6713 |
+
"bin/wp",
|
6714 |
+
"bin/wp.bat"
|
6715 |
+
],
|
6716 |
"type": "library",
|
6717 |
"extra": {
|
6718 |
"branch-alias": {
|
6719 |
+
"dev-master": "2.4.x-dev"
|
6720 |
+
},
|
6721 |
+
"patches": {
|
6722 |
+
"mustache/mustache": {
|
6723 |
+
"Avoid notices on PHP 7.4+": "https://patch-diff.githubusercontent.com/raw/bobthecow/mustache.php/pull/349.patch"
|
6724 |
+
}
|
6725 |
}
|
6726 |
},
|
6727 |
"autoload": {
|
6728 |
+
"psr-0": {
|
6729 |
+
"WP_CLI": "php"
|
6730 |
+
}
|
|
|
|
|
|
|
6731 |
},
|
6732 |
"notification-url": "https://packagist.org/downloads/",
|
6733 |
"license": [
|
6734 |
"MIT"
|
6735 |
],
|
6736 |
+
"description": "WP-CLI framework",
|
6737 |
+
"homepage": "https://wp-cli.org",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6738 |
"keywords": [
|
6739 |
+
"cli",
|
6740 |
+
"wordpress"
|
|
|
|
|
6741 |
],
|
6742 |
+
"time": "2019-11-12T15:26:05+00:00"
|
6743 |
},
|
6744 |
{
|
6745 |
+
"name": "wp-cli/wp-cli-bundle",
|
6746 |
+
"version": "v2.4.0",
|
6747 |
"source": {
|
6748 |
"type": "git",
|
6749 |
+
"url": "https://github.com/wp-cli/wp-cli-bundle.git",
|
6750 |
+
"reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326"
|
6751 |
},
|
6752 |
"dist": {
|
6753 |
"type": "zip",
|
6754 |
+
"url": "https://api.github.com/repos/wp-cli/wp-cli-bundle/zipball/713bc75b2f88550920dedc4f2ad3e1daf9f76326",
|
6755 |
+
"reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326",
|
6756 |
"shasum": ""
|
6757 |
},
|
6758 |
"require": {
|
6759 |
+
"cweagans/composer-patches": "^1.6",
|
6760 |
+
"php": ">=5.4",
|
6761 |
+
"wp-cli/cache-command": "^2",
|
6762 |
+
"wp-cli/checksum-command": "^2",
|
6763 |
+
"wp-cli/config-command": "^2",
|
6764 |
+
"wp-cli/core-command": "^2",
|
6765 |
+
"wp-cli/cron-command": "^2",
|
6766 |
+
"wp-cli/db-command": "^2",
|
6767 |
+
"wp-cli/embed-command": "^2",
|
6768 |
+
"wp-cli/entity-command": "^2",
|
6769 |
+
"wp-cli/eval-command": "^2",
|
6770 |
+
"wp-cli/export-command": "^2",
|
6771 |
+
"wp-cli/extension-command": "^2",
|
6772 |
+
"wp-cli/i18n-command": "^2",
|
6773 |
+
"wp-cli/import-command": "^2",
|
6774 |
+
"wp-cli/language-command": "^2",
|
6775 |
+
"wp-cli/maintenance-mode-command": "^2",
|
6776 |
+
"wp-cli/media-command": "^2",
|
6777 |
+
"wp-cli/package-command": "^2",
|
6778 |
+
"wp-cli/rewrite-command": "^2",
|
6779 |
+
"wp-cli/role-command": "^2",
|
6780 |
+
"wp-cli/scaffold-command": "^2",
|
6781 |
+
"wp-cli/search-replace-command": "^2",
|
6782 |
+
"wp-cli/server-command": "^2",
|
6783 |
+
"wp-cli/shell-command": "^2",
|
6784 |
+
"wp-cli/super-admin-command": "^2",
|
6785 |
+
"wp-cli/widget-command": "^2",
|
6786 |
+
"wp-cli/wp-cli": "^2.4"
|
6787 |
},
|
6788 |
"require-dev": {
|
6789 |
+
"roave/security-advisories": "dev-master",
|
6790 |
+
"wp-cli/wp-cli-tests": "^2.1"
|
6791 |
},
|
6792 |
"suggest": {
|
6793 |
+
"psy/psysh": "Enhanced `wp shell` functionality"
|
6794 |
},
|
6795 |
"type": "library",
|
6796 |
"extra": {
|
6797 |
"branch-alias": {
|
6798 |
+
"dev-master": "2.1.x-dev"
|
|
|
|
|
|
|
|
|
|
|
6799 |
},
|
6800 |
+
"enable-patching": true
|
|
|
|
|
6801 |
},
|
6802 |
"notification-url": "https://packagist.org/downloads/",
|
6803 |
"license": [
|
6804 |
"MIT"
|
6805 |
],
|
6806 |
+
"description": "WP-CLI bundle package with default commands.",
|
6807 |
+
"homepage": "https://wp-cli.org",
|
6808 |
+
"keywords": [
|
6809 |
+
"cli",
|
6810 |
+
"wordpress"
|
|
|
|
|
|
|
|
|
6811 |
],
|
6812 |
+
"time": "2019-11-12T17:43:58+00:00"
|
|
|
|
|
6813 |
},
|
6814 |
{
|
6815 |
+
"name": "wp-cli/wp-config-transformer",
|
6816 |
+
"version": "v1.2.6",
|
6817 |
"source": {
|
6818 |
"type": "git",
|
6819 |
+
"url": "https://github.com/wp-cli/wp-config-transformer.git",
|
6820 |
+
"reference": "1ca98343443a8e4585865db5f50e8e6121fee70b"
|
6821 |
},
|
6822 |
"dist": {
|
6823 |
"type": "zip",
|
6824 |
+
"url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/1ca98343443a8e4585865db5f50e8e6121fee70b",
|
6825 |
+
"reference": "1ca98343443a8e4585865db5f50e8e6121fee70b",
|
6826 |
"shasum": ""
|
6827 |
},
|
6828 |
"require": {
|
6829 |
+
"php": ">=5.3.29"
|
|
|
6830 |
},
|
6831 |
"require-dev": {
|
6832 |
+
"composer/composer": "^1.5.6",
|
6833 |
+
"phpunit/phpunit": "^6.5.5",
|
6834 |
+
"wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0"
|
6835 |
},
|
6836 |
"type": "library",
|
|
|
|
|
|
|
|
|
|
|
6837 |
"autoload": {
|
6838 |
+
"files": [
|
6839 |
+
"src/WPConfigTransformer.php"
|
6840 |
+
]
|
6841 |
},
|
6842 |
"notification-url": "https://packagist.org/downloads/",
|
6843 |
"license": [
|
6845 |
],
|
6846 |
"authors": [
|
6847 |
{
|
6848 |
+
"name": "Frankie Jarrett",
|
6849 |
+
"email": "fjarrett@gmail.com"
|
6850 |
}
|
6851 |
],
|
6852 |
+
"description": "Programmatically edit a wp-config.php file.",
|
6853 |
+
"time": "2019-07-23T17:24:43+00:00"
|
|
|
|
|
|
|
|
|
|
|
6854 |
},
|
6855 |
{
|
6856 |
"name": "wpdesk/wp-basic-requirements",
|
6931 |
],
|
6932 |
"time": "2019-09-18T14:51:51+00:00"
|
6933 |
},
|
6934 |
+
{
|
6935 |
+
"name": "wpdesk/wp-codeception",
|
6936 |
+
"version": "1.4.8",
|
6937 |
+
"source": {
|
6938 |
+
"type": "git",
|
6939 |
+
"url": "https://gitlab.com/wpdesk/wp-codeception.git",
|
6940 |
+
"reference": "34160e0bd07330ad1e9203e78a072ecae20b5b98"
|
6941 |
+
},
|
6942 |
+
"dist": {
|
6943 |
+
"type": "zip",
|
6944 |
+
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-codeception/repository/archive.zip?sha=34160e0bd07330ad1e9203e78a072ecae20b5b98",
|
6945 |
+
"reference": "34160e0bd07330ad1e9203e78a072ecae20b5b98",
|
6946 |
+
"shasum": ""
|
6947 |
+
},
|
6948 |
+
"require": {
|
6949 |
+
"composer-plugin-api": "^1.1",
|
6950 |
+
"ext-json": "*",
|
6951 |
+
"lucatume/wp-browser": "^2.2",
|
6952 |
+
"php": ">=5.6",
|
6953 |
+
"wpdesk/wp-builder": "^1.0"
|
6954 |
+
},
|
6955 |
+
"require-dev": {
|
6956 |
+
"10up/wp_mock": "*",
|
6957 |
+
"mockery/mockery": "*",
|
6958 |
+
"phpunit/phpunit": "<7",
|
6959 |
+
"squizlabs/php_codesniffer": "^3.0.2",
|
6960 |
+
"wimg/php-compatibility": "^8",
|
6961 |
+
"wp-coding-standards/wpcs": "^0.14.1"
|
6962 |
+
},
|
6963 |
+
"type": "composer-plugin",
|
6964 |
+
"extra": {
|
6965 |
+
"class": "WPDesk\\Composer\\Codeception\\Plugin"
|
6966 |
+
},
|
6967 |
+
"autoload": {
|
6968 |
+
"psr-4": {
|
6969 |
+
"WPDesk\\Codeception\\": "src/WPDesk/Codeception",
|
6970 |
+
"Codeception\\Module\\": "src/Codeception/Module",
|
6971 |
+
"WPDesk\\Composer\\Codeception\\": "src/WPDesk/Composer"
|
6972 |
+
}
|
6973 |
+
},
|
6974 |
+
"notification-url": "https://packagist.org/downloads/",
|
6975 |
+
"license": [
|
6976 |
+
"MIT"
|
6977 |
+
],
|
6978 |
+
"authors": [
|
6979 |
+
{
|
6980 |
+
"name": "grola",
|
6981 |
+
"email": "grola@wpdesk.net"
|
6982 |
+
}
|
6983 |
+
],
|
6984 |
+
"description": "Library for WP Desk Codeception tests.",
|
6985 |
+
"homepage": "https://gitlab.com/wpdesk/wp-codeception",
|
6986 |
+
"keywords": [
|
6987 |
+
"admin",
|
6988 |
+
"codeception",
|
6989 |
+
"wordpress"
|
6990 |
+
],
|
6991 |
+
"time": "2019-12-13T15:48:39+00:00"
|
6992 |
+
},
|
6993 |
{
|
6994 |
"name": "wpdesk/wp-logs",
|
6995 |
"version": "1.6.0",
|
7301 |
}
|
7302 |
],
|
7303 |
"time": "2019-08-17T11:23:37+00:00"
|
7304 |
+
},
|
7305 |
+
{
|
7306 |
+
"name": "zordius/lightncandy",
|
7307 |
+
"version": "v1.2.4",
|
7308 |
+
"source": {
|
7309 |
+
"type": "git",
|
7310 |
+
"url": "https://github.com/zordius/lightncandy.git",
|
7311 |
+
"reference": "dfdb910ae7b59e274f1ff97d29b724871f01b4cc"
|
7312 |
+
},
|
7313 |
+
"dist": {
|
7314 |
+
"type": "zip",
|
7315 |
+
"url": "https://api.github.com/repos/zordius/lightncandy/zipball/dfdb910ae7b59e274f1ff97d29b724871f01b4cc",
|
7316 |
+
"reference": "dfdb910ae7b59e274f1ff97d29b724871f01b4cc",
|
7317 |
+
"shasum": ""
|
7318 |
+
},
|
7319 |
+
"require": {
|
7320 |
+
"php": ">=5.4.0"
|
7321 |
+
},
|
7322 |
+
"require-dev": {
|
7323 |
+
"phpunit/phpunit": "^7"
|
7324 |
+
},
|
7325 |
+
"type": "library",
|
7326 |
+
"extra": {
|
7327 |
+
"branch-alias": {
|
7328 |
+
"dev-master": "1.2.5-dev"
|
7329 |
+
}
|
7330 |
+
},
|
7331 |
+
"autoload": {
|
7332 |
+
"psr-4": {
|
7333 |
+
"LightnCandy\\": "src"
|
7334 |
+
}
|
7335 |
+
},
|
7336 |
+
"notification-url": "https://packagist.org/downloads/",
|
7337 |
+
"license": [
|
7338 |
+
"MIT"
|
7339 |
+
],
|
7340 |
+
"authors": [
|
7341 |
+
{
|
7342 |
+
"name": "Zordius Chen",
|
7343 |
+
"email": "zordius@gmail.com"
|
7344 |
+
}
|
7345 |
+
],
|
7346 |
+
"description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
|
7347 |
+
"homepage": "https://github.com/zordius/lightncandy",
|
7348 |
+
"keywords": [
|
7349 |
+
"handlebars",
|
7350 |
+
"logicless",
|
7351 |
+
"mustache",
|
7352 |
+
"php",
|
7353 |
+
"template"
|
7354 |
+
],
|
7355 |
+
"time": "2019-06-09T04:10:55+00:00"
|
7356 |
}
|
7357 |
],
|
7358 |
"aliases": [],
|
flexible-checkout-fields.php
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
-
Version: 2.2.
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
10 |
Domain Path: /lang/
|
11 |
Requires at least: 4.6
|
12 |
-
Tested up to: 5.
|
13 |
WC requires at least: 3.1.0
|
14 |
-
WC tested up to: 3.
|
15 |
Requires PHP: 5.6
|
16 |
|
17 |
Copyright 2017 WP Desk Ltd.
|
@@ -37,8 +37,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
37 |
|
38 |
|
39 |
/* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */
|
40 |
-
$plugin_version = '2.2.
|
41 |
-
$plugin_release_timestamp = '2019-
|
42 |
|
43 |
define( 'FLEXIBLE_CHECKOUT_FIELDS_VERSION', $plugin_version );
|
44 |
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
+
Version: 2.2.3
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
10 |
Domain Path: /lang/
|
11 |
Requires at least: 4.6
|
12 |
+
Tested up to: 5.3.1
|
13 |
WC requires at least: 3.1.0
|
14 |
+
WC tested up to: 3.9
|
15 |
Requires PHP: 5.6
|
16 |
|
17 |
Copyright 2017 WP Desk Ltd.
|
37 |
|
38 |
|
39 |
/* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */
|
40 |
+
$plugin_version = '2.2.3';
|
41 |
+
$plugin_release_timestamp = '2019-12-17 16:45';
|
42 |
|
43 |
define( 'FLEXIBLE_CHECKOUT_FIELDS_VERSION', $plugin_version );
|
44 |
|
inc/wpdesk-woo27-functions.php
CHANGED
@@ -51,9 +51,6 @@ if ( !function_exists( 'is_flexible_checkout_fields_pro_active' ) ) {
|
|
51 |
|
52 |
if ( !function_exists( 'wpdesk__' ) ) {
|
53 |
function wpdesk__( $text, $domain ) {
|
54 |
-
if ( function_exists( 'icl_sw_filters_gettext' ) ) {
|
55 |
-
return icl_sw_filters_gettext( $text, $text, $domain, $text );
|
56 |
-
}
|
57 |
if ( function_exists( 'pll__' ) ) {
|
58 |
return pll__( $text );
|
59 |
}
|
51 |
|
52 |
if ( !function_exists( 'wpdesk__' ) ) {
|
53 |
function wpdesk__( $text, $domain ) {
|
|
|
|
|
|
|
54 |
if ( function_exists( 'pll__' ) ) {
|
55 |
return pll__( $text );
|
56 |
}
|
lang/flexible-checkout-fields-pl_PL.mo
DELETED
Binary file
|
lang/flexible-checkout-fields-pl_PL.po
DELETED
@@ -1,875 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: WooCommerce Flexible Checkout Fields\n"
|
4 |
-
"POT-Creation-Date: 2019-06-25 09:49+0200\n"
|
5 |
-
"PO-Revision-Date: 2019-06-25 09:50+0200\n"
|
6 |
-
"Last-Translator: Piotr Jabłonowski <piotr.jablonowski@wpdesk.net>\n"
|
7 |
-
"Language-Team: Maciej Swoboda <maciej.swoboda@gmail.com>\n"
|
8 |
-
"Language: pl_PL\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.2.1\n"
|
13 |
-
"X-Poedit-Basepath: ..\n"
|
14 |
-
"X-Poedit-WPHeader: flexible-checkout-fields.php\n"
|
15 |
-
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
16 |
-
"|| n%100>=20) ? 1 : 2);\n"
|
17 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
-
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
-
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
21 |
-
"X-Poedit-SearchPath-0: .\n"
|
22 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
-
"X-Poedit-SearchPathExcluded-1: vendor\n"
|
24 |
-
|
25 |
-
#: classes/class-flexible-checkout-fields-plugin.php:272
|
26 |
-
msgid "Billing"
|
27 |
-
msgstr "Płatność"
|
28 |
-
|
29 |
-
#: classes/class-flexible-checkout-fields-plugin.php:278
|
30 |
-
msgid "Shipping"
|
31 |
-
msgstr "Wysyłka"
|
32 |
-
|
33 |
-
#: classes/class-flexible-checkout-fields-plugin.php:284
|
34 |
-
msgid "Order"
|
35 |
-
msgstr "Zamówienie"
|
36 |
-
|
37 |
-
#: classes/class-flexible-checkout-fields-plugin.php:298
|
38 |
-
msgid "Single Line Text"
|
39 |
-
msgstr "Pojedyncza linia (input)"
|
40 |
-
|
41 |
-
#: classes/class-flexible-checkout-fields-plugin.php:302
|
42 |
-
msgid "Paragraph Text"
|
43 |
-
msgstr "Obszar tekstowy (textarea)"
|
44 |
-
|
45 |
-
#: classes/class-flexible-checkout-fields-plugin.php:310
|
46 |
-
#: classes/class-flexible-checkout-fields-plugin.php:315
|
47 |
-
msgid "Checkbox"
|
48 |
-
msgstr "Wybór (checkbox)"
|
49 |
-
|
50 |
-
#: classes/class-flexible-checkout-fields-plugin.php:320
|
51 |
-
msgid "Radio button"
|
52 |
-
msgstr "Wybór (radio)"
|
53 |
-
|
54 |
-
#: classes/class-flexible-checkout-fields-plugin.php:325
|
55 |
-
msgid "Select (Drop Down)"
|
56 |
-
msgstr "Lista rozwijana (select)"
|
57 |
-
|
58 |
-
#: classes/class-flexible-checkout-fields-plugin.php:330
|
59 |
-
msgid "Multi-select"
|
60 |
-
msgstr "Lista rozwijana (multi-select)"
|
61 |
-
|
62 |
-
#: classes/class-flexible-checkout-fields-plugin.php:335
|
63 |
-
msgid "Date"
|
64 |
-
msgstr "Data"
|
65 |
-
|
66 |
-
#: classes/class-flexible-checkout-fields-plugin.php:340
|
67 |
-
msgid "Time"
|
68 |
-
msgstr "Czas"
|
69 |
-
|
70 |
-
#: classes/class-flexible-checkout-fields-plugin.php:345
|
71 |
-
msgid "Color Picker"
|
72 |
-
msgstr "Wybór koloru"
|
73 |
-
|
74 |
-
#: classes/class-flexible-checkout-fields-plugin.php:350
|
75 |
-
msgid "Headline"
|
76 |
-
msgstr "Nagłówek"
|
77 |
-
|
78 |
-
#: classes/class-flexible-checkout-fields-plugin.php:355
|
79 |
-
msgid "HTML"
|
80 |
-
msgstr "HTML"
|
81 |
-
|
82 |
-
#: classes/class-flexible-checkout-fields-plugin.php:360
|
83 |
-
msgid "File Upload"
|
84 |
-
msgstr "Przesyłanie pliku"
|
85 |
-
|
86 |
-
#: classes/class-flexible-checkout-fields-plugin.php:940
|
87 |
-
msgid "Advanced"
|
88 |
-
msgstr "Zaawansowane"
|
89 |
-
|
90 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1013
|
91 |
-
msgid "Uploading file..."
|
92 |
-
msgstr "Przesyłanie plik..."
|
93 |
-
|
94 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1059
|
95 |
-
msgid "Close"
|
96 |
-
msgstr "Zamknij"
|
97 |
-
|
98 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1060
|
99 |
-
msgid "Today"
|
100 |
-
msgstr "Dzisiaj"
|
101 |
-
|
102 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1063
|
103 |
-
msgid "Next"
|
104 |
-
msgstr "Następny"
|
105 |
-
|
106 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1064
|
107 |
-
msgid "Previous"
|
108 |
-
msgstr "Poprzedni"
|
109 |
-
|
110 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1092
|
111 |
-
#: classes/settings.php:156 classes/views/settings-settings.php:11
|
112 |
-
msgid "Settings"
|
113 |
-
msgstr "Ustawienia"
|
114 |
-
|
115 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1094
|
116 |
-
msgid "Docs"
|
117 |
-
msgstr "Docs"
|
118 |
-
|
119 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1095
|
120 |
-
msgid "Support"
|
121 |
-
msgstr "Wsparcie"
|
122 |
-
|
123 |
-
#: classes/class-flexible-checkout-fields-plugin.php:1101
|
124 |
-
msgid "Upgrade"
|
125 |
-
msgstr "Kup PRO"
|
126 |
-
|
127 |
-
#: classes/display-options.php:103 classes/user-profile.php:149
|
128 |
-
msgid "Additional Information"
|
129 |
-
msgstr "Dodatkowe informacje"
|
130 |
-
|
131 |
-
#: classes/filed-validation.php:30
|
132 |
-
#, php-format
|
133 |
-
msgid "%s is a required field."
|
134 |
-
msgstr "%s jest wymaganym polem."
|
135 |
-
|
136 |
-
#: classes/filed-validation.php:64
|
137 |
-
msgid "Default"
|
138 |
-
msgstr "Domyślna"
|
139 |
-
|
140 |
-
#: classes/filed-validation.php:65
|
141 |
-
msgid "None"
|
142 |
-
msgstr "Brak"
|
143 |
-
|
144 |
-
#: classes/filed-validation.php:66
|
145 |
-
msgid "Email"
|
146 |
-
msgstr "Email"
|
147 |
-
|
148 |
-
#: classes/filed-validation.php:67
|
149 |
-
msgid "Phone"
|
150 |
-
msgstr "Numer telefonu"
|
151 |
-
|
152 |
-
#: classes/filed-validation.php:68
|
153 |
-
msgid "Post code"
|
154 |
-
msgstr "Kod pocztowy"
|
155 |
-
|
156 |
-
#: classes/settings.php:46 classes/settings.php:49 classes/settings.php:57
|
157 |
-
msgid "Flexible Checkout Fields"
|
158 |
-
msgstr "Flexible Checkout Fields"
|
159 |
-
|
160 |
-
#: classes/settings.php:108
|
161 |
-
msgid "Checkout Fields Settings"
|
162 |
-
msgstr "Ustawienia pól zamówienia"
|
163 |
-
|
164 |
-
#: classes/settings.php:108
|
165 |
-
msgid "Checkout Fields"
|
166 |
-
msgstr "Pola zamówienia"
|
167 |
-
|
168 |
-
#: classes/settings.php:130
|
169 |
-
msgid "Order Notes"
|
170 |
-
msgstr "Uwagi do zamówienia"
|
171 |
-
|
172 |
-
#: classes/settings.php:131
|
173 |
-
msgctxt "placeholder"
|
174 |
-
msgid "Notes about your order, e.g. special notes for delivery."
|
175 |
-
msgstr ""
|
176 |
-
"Notatka do twojego zamówienia, np. informacje o dostarczeniu przesyłki."
|
177 |
-
|
178 |
-
#: classes/settings.php:165
|
179 |
-
msgid "Custom Sections"
|
180 |
-
msgstr "Dodatkowe sekcje"
|
181 |
-
|
182 |
-
#: classes/settings.php:301
|
183 |
-
#, php-format
|
184 |
-
msgid "You cannot use this field name: %s, for field: %s."
|
185 |
-
msgstr "Nie możesz użyć tej nazwy pola: %s dla pola: %s."
|
186 |
-
|
187 |
-
#: classes/tracker.php:166
|
188 |
-
msgid "Opt-in"
|
189 |
-
msgstr "Opt-in"
|
190 |
-
|
191 |
-
#: classes/tracker.php:170
|
192 |
-
msgid "Opt-out"
|
193 |
-
msgstr "Opt-out"
|
194 |
-
|
195 |
-
#: classes/views/settings-ads.php:4
|
196 |
-
msgid "Enjoying the free version? Rate it!"
|
197 |
-
msgstr "Podoba Ci się darmowa wersja? Wystaw nam ocenę!"
|
198 |
-
|
199 |
-
#: classes/views/settings-ads.php:10
|
200 |
-
#, php-format
|
201 |
-
msgid ""
|
202 |
-
"If you want to continue using Flexible Checkout Fields for free, %splease "
|
203 |
-
"add a review%s. You will help us support the free version. Thank you."
|
204 |
-
msgstr ""
|
205 |
-
"Jeśli chcesz używać Flexible Checkout Fields za darmo, prosimy %sdodaj swoją "
|
206 |
-
"opinię%s. Pomożesz nam wspierać darmową wersję. Dziękujemy."
|
207 |
-
|
208 |
-
#: classes/views/settings-fields.php:12
|
209 |
-
msgid "Thank You Page"
|
210 |
-
msgstr "Strona podziękowania"
|
211 |
-
|
212 |
-
#: classes/views/settings-fields.php:13
|
213 |
-
msgid "My Account - address"
|
214 |
-
msgstr "Moje konto - adres"
|
215 |
-
|
216 |
-
#: classes/views/settings-fields.php:14
|
217 |
-
msgid "My Account - order"
|
218 |
-
msgstr "Moje konto - zamówienie"
|
219 |
-
|
220 |
-
#: classes/views/settings-fields.php:15
|
221 |
-
msgid "Emails"
|
222 |
-
msgstr "E-maile"
|
223 |
-
|
224 |
-
#: classes/views/settings-fields.php:34
|
225 |
-
msgid "Settings resetted."
|
226 |
-
msgstr "Ustawienia zostały zresetowane."
|
227 |
-
|
228 |
-
#: classes/views/settings-fields.php:38 classes/views/settings-settings.php:8
|
229 |
-
msgid "Settings saved."
|
230 |
-
msgstr "Ustawienia zostały zapisane."
|
231 |
-
|
232 |
-
#: classes/views/settings-fields.php:46
|
233 |
-
msgid "Add New Field"
|
234 |
-
msgstr "Dodaj nowe pole"
|
235 |
-
|
236 |
-
#: classes/views/settings-fields.php:50 classes/views/settings-fields.php:392
|
237 |
-
#: classes/views/settings-fields.php:713
|
238 |
-
msgid "Field Type"
|
239 |
-
msgstr "Typ pola"
|
240 |
-
|
241 |
-
#: classes/views/settings-fields.php:62 classes/views/settings-fields.php:318
|
242 |
-
#: classes/views/settings-fields.php:687
|
243 |
-
msgid "Label"
|
244 |
-
msgstr "Etykieta"
|
245 |
-
|
246 |
-
#: classes/views/settings-fields.php:67 classes/views/settings-fields.php:326
|
247 |
-
#: classes/views/settings-fields.php:689
|
248 |
-
msgid "You can use HTML."
|
249 |
-
msgstr "Możesz używać HTML."
|
250 |
-
|
251 |
-
#: classes/views/settings-fields.php:71 classes/views/settings-fields.php:335
|
252 |
-
#: classes/views/settings-fields.php:693
|
253 |
-
msgid "Name"
|
254 |
-
msgstr "Nazwa"
|
255 |
-
|
256 |
-
#: classes/views/settings-fields.php:75 classes/views/settings-fields.php:348
|
257 |
-
#, php-format
|
258 |
-
msgid "Meta name: %s."
|
259 |
-
msgstr "Nazwa meta: %s."
|
260 |
-
|
261 |
-
#: classes/views/settings-fields.php:83
|
262 |
-
msgid "This field is available in the PRO version."
|
263 |
-
msgstr "To pole jest dostępne w wersji PRO."
|
264 |
-
|
265 |
-
#: classes/views/settings-fields.php:83
|
266 |
-
msgid "Upgrade to PRO now →"
|
267 |
-
msgstr "Zaktualizuj do PRO →"
|
268 |
-
|
269 |
-
#: classes/views/settings-fields.php:88
|
270 |
-
msgid "Section"
|
271 |
-
msgstr "Sekcja"
|
272 |
-
|
273 |
-
#: classes/views/settings-fields.php:102
|
274 |
-
msgid "Save changes after adding a field."
|
275 |
-
msgstr "Zapisz zmiany po dodaniu pola."
|
276 |
-
|
277 |
-
#: classes/views/settings-fields.php:107
|
278 |
-
msgid "Add Field"
|
279 |
-
msgstr "Dodaj pole"
|
280 |
-
|
281 |
-
#: classes/views/settings-fields.php:128
|
282 |
-
msgid "Edit Section"
|
283 |
-
msgstr "Edytuj sekcję"
|
284 |
-
|
285 |
-
#: classes/views/settings-fields.php:133 classes/views/settings-fields.php:521
|
286 |
-
#: classes/views/settings-settings.php:35
|
287 |
-
msgid "Save Changes"
|
288 |
-
msgstr "Zapisz zmiany"
|
289 |
-
|
290 |
-
#: classes/views/settings-fields.php:145
|
291 |
-
msgid "Section Fields"
|
292 |
-
msgstr "Pola sekcji"
|
293 |
-
|
294 |
-
#: classes/views/settings-fields.php:219 classes/views/settings-fields.php:644
|
295 |
-
msgid "Edit"
|
296 |
-
msgstr "Edytuj"
|
297 |
-
|
298 |
-
#: classes/views/settings-fields.php:227 classes/views/settings-fields.php:651
|
299 |
-
msgid "General"
|
300 |
-
msgstr "Główne"
|
301 |
-
|
302 |
-
#: classes/views/settings-fields.php:229 classes/views/settings-fields.php:652
|
303 |
-
msgid "Appearance"
|
304 |
-
msgstr "Wygląd"
|
305 |
-
|
306 |
-
#: classes/views/settings-fields.php:231 classes/views/settings-fields.php:653
|
307 |
-
msgid "Display On"
|
308 |
-
msgstr "Wyświetlanie"
|
309 |
-
|
310 |
-
#: classes/views/settings-fields.php:265 classes/views/settings-fields.php:676
|
311 |
-
msgid "Enable Field"
|
312 |
-
msgstr "Pokaż pole"
|
313 |
-
|
314 |
-
#: classes/views/settings-fields.php:308 classes/views/settings-fields.php:683
|
315 |
-
msgid "Required Field"
|
316 |
-
msgstr "Pole wymagane"
|
317 |
-
|
318 |
-
#: classes/views/settings-fields.php:311
|
319 |
-
msgid ""
|
320 |
-
"Requirement of this field is controllerd by WooCommerce and cannot be "
|
321 |
-
"changed."
|
322 |
-
msgstr ""
|
323 |
-
"Wymagalność tego pola jest kontrolowana przez WooCommece i nie może być "
|
324 |
-
"zmieniona."
|
325 |
-
|
326 |
-
#: classes/views/settings-fields.php:354 classes/views/settings-fields.php:699
|
327 |
-
msgid "Validation"
|
328 |
-
msgstr "Walidacja"
|
329 |
-
|
330 |
-
#: classes/views/settings-fields.php:365 classes/views/settings-fields.php:707
|
331 |
-
msgid "For Post Code validation works only with country."
|
332 |
-
msgstr "Dla walidacji kodu pocztowego musi być wybrany kraj."
|
333 |
-
|
334 |
-
#: classes/views/settings-fields.php:378
|
335 |
-
msgid "Options"
|
336 |
-
msgstr "Opcje"
|
337 |
-
|
338 |
-
#: classes/views/settings-fields.php:385
|
339 |
-
msgid ""
|
340 |
-
"Format: <code>Value : Name</code>. Value will be in the code, name will be "
|
341 |
-
"visible to the user. One option per line. Example:<br /><code>woman : I am a "
|
342 |
-
"woman</code><br /><code>man : I am a man</code>"
|
343 |
-
msgstr ""
|
344 |
-
"Format: <code>Wartość : Nazwa</code>. Wartość będzie w kodzie strony, nazwa "
|
345 |
-
"będzie widoczna dla użytkownika. Każdą opcje należy podać w nowej linii. "
|
346 |
-
"Przykład:<br /><code>kobieta : Jestem kobietą</code><br /><code>mezczyzna : "
|
347 |
-
"Jestem mężczyzną</code>"
|
348 |
-
|
349 |
-
#: classes/views/settings-fields.php:427 classes/views/settings-fields.php:721
|
350 |
-
#: classes/views/settings-fields.php:760 classes/views/settings-fields.php:839
|
351 |
-
msgid "Placeholder"
|
352 |
-
msgstr "Placeholder"
|
353 |
-
|
354 |
-
#: classes/views/settings-fields.php:437
|
355 |
-
msgid "This field is address locale dependent and cannot be modified."
|
356 |
-
msgstr "Nazwa tego pola nie może być edytowana."
|
357 |
-
|
358 |
-
#: classes/views/settings-fields.php:454 classes/views/settings-fields.php:725
|
359 |
-
msgid "CSS Class"
|
360 |
-
msgstr "Klasa CSS"
|
361 |
-
|
362 |
-
#: classes/views/settings-fields.php:505 classes/views/settings-fields.php:747
|
363 |
-
msgid "Delete Field"
|
364 |
-
msgstr "Usuń pole"
|
365 |
-
|
366 |
-
#: classes/views/settings-fields.php:524
|
367 |
-
msgid "Reset Section Settings"
|
368 |
-
msgstr "Resetuj ustawienia sekcji"
|
369 |
-
|
370 |
-
#: classes/views/settings-fields.php:551
|
371 |
-
#, php-format
|
372 |
-
msgid "Invalid field name: %s. The name already exists."
|
373 |
-
msgstr "Błędna nazwa pola: %s. Ta nazwa już istnieje."
|
374 |
-
|
375 |
-
#: classes/views/settings-fields.php:563
|
376 |
-
msgid "Field name can not be empty!"
|
377 |
-
msgstr "Nazwa pola nie może być pusta!"
|
378 |
-
|
379 |
-
#: classes/views/settings-fields.php:567
|
380 |
-
msgid "Field name can not be number!"
|
381 |
-
msgstr "Nazwa pola nie może być numerem!"
|
382 |
-
|
383 |
-
#: classes/views/settings-fields.php:695
|
384 |
-
msgid "Meta name: "
|
385 |
-
msgstr "Meta name: "
|
386 |
-
|
387 |
-
#: classes/views/settings-fields.php:772
|
388 |
-
msgid "Field label can not be empty!"
|
389 |
-
msgstr "Etykieta pola nie może być pusta!"
|
390 |
-
|
391 |
-
#: classes/views/settings-fields.php:854
|
392 |
-
#, php-format
|
393 |
-
msgid ""
|
394 |
-
"Do you really want to delete this field: %s? Deleting a field remove it from "
|
395 |
-
"all orders."
|
396 |
-
msgstr ""
|
397 |
-
"Czy na pewno chcesz usunąć to pole: %s? Doprowadzi to do usunięcia pola "
|
398 |
-
"również we wszystkich zamówieniach."
|
399 |
-
|
400 |
-
#: classes/views/settings-fields.php:903
|
401 |
-
msgid ""
|
402 |
-
"Do you really want to reset section settings?. Resetting a section remove "
|
403 |
-
"all added fields from orders."
|
404 |
-
msgstr ""
|
405 |
-
"Czy na pewno chcesz zresetować ustawienia sekcji? Usunie to wszystkie dodane "
|
406 |
-
"pola z zamówień."
|
407 |
-
|
408 |
-
#: classes/views/settings-pro.php:12
|
409 |
-
msgid "Buy Flexible Checkout Fields PRO to use Custom Sections:"
|
410 |
-
msgstr "Kup wtyczkę Edycja Pól Zamówienia PRO, aby używać dodatkowych sekcji:"
|
411 |
-
|
412 |
-
#: classes/views/settings-pro.php:15
|
413 |
-
msgid "Add fields anywhere in the WooCommerce checkout form."
|
414 |
-
msgstr "Dodaj nowe pola w dowolnym miejscu formularza zamówienia."
|
415 |
-
|
416 |
-
#: classes/views/settings-pro.php:16
|
417 |
-
msgid ""
|
418 |
-
"Get more fields: checkboxes, radios buttons, dropdowns, file uploads, date & "
|
419 |
-
"time or color pickers and more."
|
420 |
-
msgstr ""
|
421 |
-
"Uzyskaj nowe pola: checkboksy, przyciski wyboru (radio), listy wyboru "
|
422 |
-
"(select), wgrywanie plików, wybór daty, czasu lub koloru, a nawet więcej."
|
423 |
-
|
424 |
-
#: classes/views/settings-pro.php:17
|
425 |
-
msgid "Conditionally show or hide fields based on products or categories."
|
426 |
-
msgstr "Warunkowo pokazuj lub chowaj pola w oparciu o produkty lub kategorie."
|
427 |
-
|
428 |
-
#: classes/views/settings-pro.php:22
|
429 |
-
msgid "Get Flexible Checkout Fields PRO now →"
|
430 |
-
msgstr "Kup wersję PRO teraz →"
|
431 |
-
|
432 |
-
#: classes/views/settings-settings.php:17
|
433 |
-
msgid "CSS jQuery UI"
|
434 |
-
msgstr "CSS jQuery UI"
|
435 |
-
|
436 |
-
#: classes/views/settings-settings.php:23
|
437 |
-
msgid "Disable jquery-ui.css on the frontend"
|
438 |
-
msgstr "Wyłącz jquery-ui.css na stronie"
|
439 |
-
|
440 |
-
#: classes/views/settings-settings.php:25
|
441 |
-
msgid ""
|
442 |
-
"Remember that some fields, i.e. datepicker use jQuery UI CSS. The plugin "
|
443 |
-
"adds a default CSS but sometimes it can create some visual glitches."
|
444 |
-
msgstr ""
|
445 |
-
"Pamiętaj, że niektóre pola formularza jak np. datepicker korzystają z CSS "
|
446 |
-
"jQuery UI. Wtyczka dodaje standardowy plik CSS jednak czasem może mieć to "
|
447 |
-
"wpływ na wygląd twojej strony."
|
448 |
-
|
449 |
-
#: classes/views/settings-tabs.php:8
|
450 |
-
#, php-format
|
451 |
-
msgid "Read the %sconfiguration manual →%s"
|
452 |
-
msgstr "Przeczytaj %sdokumentację wtyczki →%s"
|
453 |
-
|
454 |
-
#: classes/views/settings-tabs.php:11
|
455 |
-
#, php-format
|
456 |
-
msgid ""
|
457 |
-
"WPML detected. Read %sthis instructions if you want to translate Flexible "
|
458 |
-
"Checkout Fields. →%s"
|
459 |
-
msgstr ""
|
460 |
-
"Wykryto WPML. Przeczytaj %stę instrukcję jeśli chcesz tłumaczyć wtyczkę "
|
461 |
-
"Edycja pól zamówienia. →%s"
|
462 |
-
|
463 |
-
#: views/settings-field-advanced.php:6
|
464 |
-
#, php-format
|
465 |
-
msgid ""
|
466 |
-
"%sGo PRO →%s to add conditional logic based on products and categories."
|
467 |
-
msgstr ""
|
468 |
-
"%sKup wersję PRO →%s aby dodać logikę warunkową opartą na produktach i "
|
469 |
-
"kategoriach."
|
470 |
-
|
471 |
-
#~ msgid ""
|
472 |
-
#~ "The %s%s%s License Key has not been activated, so the plugin is inactive! "
|
473 |
-
#~ "%sClick here%s to activate the license key and the plugin."
|
474 |
-
#~ msgstr ""
|
475 |
-
#~ "Klucz licencyjny wtyczki %s%s%s nie został aktywowany, więc wtyczka jest "
|
476 |
-
#~ "nieaktywna! %sKliknij tutaj%s, aby aktywować klucz licencyjny wtyczki."
|
477 |
-
|
478 |
-
#~ msgid "Insert Image"
|
479 |
-
#~ msgstr "Wprowadź obrazek"
|
480 |
-
|
481 |
-
#~ msgid "Select Image"
|
482 |
-
#~ msgstr "Wybierz obrazek"
|
483 |
-
|
484 |
-
#~ msgid "Section214 Settings"
|
485 |
-
#~ msgstr "Resetuj ustawienia sekcji"
|
486 |
-
|
487 |
-
#~ msgid "Settings updated."
|
488 |
-
#~ msgstr "Ustawienia zostały zapisane."
|
489 |
-
|
490 |
-
#~ msgid ""
|
491 |
-
#~ "To copy the system info, click below then press Ctrl + C (PC) or Cmd + C "
|
492 |
-
#~ "(Mac)."
|
493 |
-
#~ msgstr ""
|
494 |
-
#~ "Kliknij poniżej i naciśnij CTRL + C (Windows) lub Cmd + C (Mac) by "
|
495 |
-
#~ "skopiować informacje systemowe."
|
496 |
-
|
497 |
-
#~ msgid "Download System Info File"
|
498 |
-
#~ msgstr "Pobierz plik informacji systemowych"
|
499 |
-
|
500 |
-
#~ msgid "Upload File"
|
501 |
-
#~ msgstr "Przesyłanie pliku..."
|
502 |
-
|
503 |
-
#~ msgid "Deactivate License"
|
504 |
-
#~ msgstr "Dezaktywuj licencję"
|
505 |
-
|
506 |
-
#~ msgid ""
|
507 |
-
#~ "The callback function used for the <strong>%s</strong> setting is missing."
|
508 |
-
#~ msgstr "Brakuje funkcji callback użytej w ustawieniu <strong>%s</strong>."
|
509 |
-
|
510 |
-
#~ msgid "Hey %s,"
|
511 |
-
#~ msgstr "Hej %s,"
|
512 |
-
|
513 |
-
#~ msgid ""
|
514 |
-
#~ "Please help us improve our plugins! If you opt-in, we will collect some "
|
515 |
-
#~ "non-sensitive data and usage information anonymously. If you skip this, "
|
516 |
-
#~ "that's okay! All plugins will work just fine."
|
517 |
-
#~ msgstr ""
|
518 |
-
#~ "Proszę pomóż nam udoskonalić nasze wtyczki! Jeśli się zgodzisz, będziemy "
|
519 |
-
#~ "zbierać niewrażliwe dane użytkowania anonimowo. Jeśli pominiesz ten krok, "
|
520 |
-
#~ "w porządku! Wszystkie wtyczki będą działać."
|
521 |
-
|
522 |
-
#~ msgid "Allow & Continue →"
|
523 |
-
#~ msgstr "Pozwól i kontunuuj →"
|
524 |
-
|
525 |
-
#~ msgid "Skip"
|
526 |
-
#~ msgstr "Pomiń"
|
527 |
-
|
528 |
-
#~ msgid "What permissions are being granted?"
|
529 |
-
#~ msgstr "Jakie uprawnienia są przyznawane?"
|
530 |
-
|
531 |
-
#~ msgid "Your Site Overview"
|
532 |
-
#~ msgstr "Dane witryny"
|
533 |
-
|
534 |
-
#~ msgid "WP version, PHP info"
|
535 |
-
#~ msgstr "Wersja WP, PHP info"
|
536 |
-
|
537 |
-
#~ msgid "Plugin Usage"
|
538 |
-
#~ msgstr "Dane użytkowania wtyczek"
|
539 |
-
|
540 |
-
#~ msgid "Current settings and usage information of WP Desk plugins"
|
541 |
-
#~ msgstr "Ustawienia i informacje o użytkowaniu wtyczek WP Desk"
|
542 |
-
|
543 |
-
#~ msgid "Your Store Overview"
|
544 |
-
#~ msgstr "Dane sklepu"
|
545 |
-
|
546 |
-
#~ msgid "Anonymized and non-sensitive store usage information"
|
547 |
-
#~ msgstr "Tylko niewrażliwe i anonimowe dane o użytkowaniu sklepu"
|
548 |
-
|
549 |
-
#~ msgid "Find out more »"
|
550 |
-
#~ msgstr "Dowiedz się więcej »"
|
551 |
-
|
552 |
-
#~ msgid "You are deactivating %s plugin."
|
553 |
-
#~ msgstr "Dezaktywowałeś wtyczkę %s."
|
554 |
-
|
555 |
-
#~ msgid ""
|
556 |
-
#~ " If you have a moment, please let us know why you are deactivating plugin "
|
557 |
-
#~ "(anonymous feedback):"
|
558 |
-
#~ msgstr ""
|
559 |
-
#~ " Jeśli masz chwilę, prosimy daj nam znać dlaczego dezaktywowałeś wtyczkę "
|
560 |
-
#~ "(anonimowa opinia):"
|
561 |
-
|
562 |
-
#~ msgid "The plugin suddenly stopped working"
|
563 |
-
#~ msgstr "Wtyczka nagle przestała działać"
|
564 |
-
|
565 |
-
#~ msgid "The plugin broke my site"
|
566 |
-
#~ msgstr "Wtyczka zepsuła moją stronę"
|
567 |
-
|
568 |
-
#~ msgid "I found a better plugin"
|
569 |
-
#~ msgstr "Znalazłem lepszą wtyczkę"
|
570 |
-
|
571 |
-
#~ msgid "What's the plugin's name?"
|
572 |
-
#~ msgstr "Jaka jest nazwa wtyczki?"
|
573 |
-
|
574 |
-
#~ msgid "I only needed the plugin for a short period"
|
575 |
-
#~ msgstr "Potrzebowałem wtyczki tylko przez krótki okres"
|
576 |
-
|
577 |
-
#~ msgid "I no longer need the plugin"
|
578 |
-
#~ msgstr "Nie potrzebuję już wtyczki"
|
579 |
-
|
580 |
-
#~ msgid "It's a temporary deactivation. I'm just debugging an issue."
|
581 |
-
#~ msgstr "Jest to tymczasowa dezaktywacja, debaguję problem."
|
582 |
-
|
583 |
-
#~ msgid "Other"
|
584 |
-
#~ msgstr "Inny"
|
585 |
-
|
586 |
-
#~ msgid "Kindly tell us the reason so we can improve"
|
587 |
-
#~ msgstr "Napisz nam powód abyśmy mogli go poprawić"
|
588 |
-
|
589 |
-
#~ msgid "Skip & Deactivate"
|
590 |
-
#~ msgstr "Pomiń i dezaktywuj"
|
591 |
-
|
592 |
-
#~ msgid "Cancel"
|
593 |
-
#~ msgstr "Anuluj"
|
594 |
-
|
595 |
-
#~ msgid "Submit & Deactivate"
|
596 |
-
#~ msgstr "Wyślij i dezaktywuj"
|
597 |
-
|
598 |
-
#~ msgid ""
|
599 |
-
#~ "We need your help to improve <strong>WP Desk plugins</strong>, so they "
|
600 |
-
#~ "are more useful for you and the rest of <strong>30,000+ users</strong>. "
|
601 |
-
#~ "By collecting data on how you use our plugins, you will help us a lot. We "
|
602 |
-
#~ "will not collect any sensitive data, so you can feel safe."
|
603 |
-
#~ msgstr ""
|
604 |
-
#~ "Potrzebujemy Twojej pomocy, aby dalej rozwijać <strong>wtyczki WP Desk</"
|
605 |
-
#~ "strong> i były one jeszcze bardziej pomocne dla Ciebie i pozostałych "
|
606 |
-
#~ "ponad <strong>30 000 użytkowników</strong>. Zbierając dane na temat tego "
|
607 |
-
#~ "jak korzystasz z naszych wtyczek bardzo nam w tym pomożesz. Nie będziemy "
|
608 |
-
#~ "zbierać żadnych danych wrażliwych, więc możesz czuć się bezpiecznie."
|
609 |
-
|
610 |
-
#~ msgid "Allow"
|
611 |
-
#~ msgstr "Pozwól"
|
612 |
-
|
613 |
-
#~ msgid ""
|
614 |
-
#~ "You successfully opted out of collecting usage data by WP Desk. If you "
|
615 |
-
#~ "change your mind, you can always opt in later in the plugin's quick links."
|
616 |
-
#~ msgstr ""
|
617 |
-
#~ "Twoja rezygnacja ze zbierania danych użytkowania wtyczek przez WP Desk "
|
618 |
-
#~ "została przyjęta. Jeśli zmienisz zdanie, zawsze możesz włączyć zgodę "
|
619 |
-
#~ "poprzez szybkie linki w menu wtyczek."
|
620 |
-
|
621 |
-
#~ msgid ""
|
622 |
-
#~ "https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/"
|
623 |
-
#~ msgstr "https://www.wpdesk.pl/sklep/woocommerce-checkout-fields/"
|
624 |
-
|
625 |
-
#~ msgid ""
|
626 |
-
#~ "Manage your WooCommerce checkout fields. Change order, labels, "
|
627 |
-
#~ "placeholders and add new fields."
|
628 |
-
#~ msgstr ""
|
629 |
-
#~ "Zarządzanie polami zamówienia WooCommerce. Zmieniaj kolejność, etykiety, "
|
630 |
-
#~ "placeholdery i dodawaj nowe pola."
|
631 |
-
|
632 |
-
#~ msgid "WP Desk"
|
633 |
-
#~ msgstr "WP Desk"
|
634 |
-
|
635 |
-
#~ msgid "https://www.wpdesk.net/"
|
636 |
-
#~ msgstr "https://www.wpdesk.pl/"
|
637 |
-
|
638 |
-
#~ msgid "Test"
|
639 |
-
#~ msgstr "Test"
|
640 |
-
|
641 |
-
#~ msgid "Input"
|
642 |
-
#~ msgstr "Input"
|
643 |
-
|
644 |
-
#~ msgid ""
|
645 |
-
#~ "Invalid field name. Field name can contains only lower case letters, "
|
646 |
-
#~ "digits and _ (underline) character!"
|
647 |
-
#~ msgstr ""
|
648 |
-
#~ "Błędna nazwa pola. Nazwa pola może zawierać jedynie małe litery, cyfry "
|
649 |
-
#~ "oraz _ (znak podkreślenia)!"
|
650 |
-
|
651 |
-
#~ msgid "Database Name"
|
652 |
-
#~ msgstr "Nazwa w bazie danych"
|
653 |
-
|
654 |
-
#~ msgid "Changing this field..."
|
655 |
-
#~ msgstr "Zmiana pola..."
|
656 |
-
|
657 |
-
#~ msgid "Admin Updates"
|
658 |
-
#~ msgstr "Powiadomienia"
|
659 |
-
|
660 |
-
#~ msgid "Announcements, updates, marketing, no spam and easy opt-out"
|
661 |
-
#~ msgstr ""
|
662 |
-
#~ "Ważne powiadomienia, uaktualnienia, marketing, żadnego spamu i łatwa "
|
663 |
-
#~ "rezygnacja"
|
664 |
-
|
665 |
-
#~ msgid ""
|
666 |
-
#~ "An Unexpected HTTP Error occurred during the API request.</p> <p><a href="
|
667 |
-
#~ "\"?\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
668 |
-
#~ msgstr ""
|
669 |
-
#~ "Wystąpił nieoczekiwany błąd HTTP podczas zapytania API.</p> <p><a "
|
670 |
-
#~ "href=„?” onclick=„document.location.reload(); return false;”>Spróbuj "
|
671 |
-
#~ "ponownie</a>"
|
672 |
-
|
673 |
-
#~ msgid "An unknown error occurred"
|
674 |
-
#~ msgstr "Wystąpił nieznany błąd"
|
675 |
-
|
676 |
-
#~ msgid "Ustawienia"
|
677 |
-
#~ msgstr "Ustawienia"
|
678 |
-
|
679 |
-
#~ msgid "Dokumentacja"
|
680 |
-
#~ msgstr "Docs"
|
681 |
-
|
682 |
-
#~ msgid "Wsparcie"
|
683 |
-
#~ msgstr "Wsparcie"
|
684 |
-
|
685 |
-
#~ msgid "Enter field label!"
|
686 |
-
#~ msgstr "Wpisz etykietę pola!"
|
687 |
-
|
688 |
-
#~ msgid "Please confirm settings reset."
|
689 |
-
#~ msgstr "Potwierdź reset ustawień."
|
690 |
-
|
691 |
-
#~ msgid "Get more WP Desk Plugins!"
|
692 |
-
#~ msgstr "Wtyczki WP Desk"
|
693 |
-
|
694 |
-
#~ msgid "https://www.wpdesk.net/products/woocommerce-checkout-fields/"
|
695 |
-
#~ msgstr "https://www.wpdesk.pl/sklep/woocommerce-checkout-fields/"
|
696 |
-
|
697 |
-
#~ msgid "Flexible Checkout Fields PRO"
|
698 |
-
#~ msgstr "Edycja pól zamówienia PRO"
|
699 |
-
|
700 |
-
#~ msgid ""
|
701 |
-
#~ "Go PRO and get new field types (i.e. checkboxes, radios, file upload) and "
|
702 |
-
#~ "custom sections. And get rid of these ads :)"
|
703 |
-
#~ msgstr ""
|
704 |
-
#~ "Kup wersję PRO z nowymi typami pól (np. checkboksy, radio, wgrywanie "
|
705 |
-
#~ "pliku) i własnymi sekcjami pól. I pozbądź się tych reklam :)`"
|
706 |
-
|
707 |
-
#~ msgid "https://www.wpdesk.net/products/flexible-shipping-pro-woocommerce/"
|
708 |
-
#~ msgstr "https://www.wpdesk.pl/sklep/flexible-shipping-pro-woocommerce/"
|
709 |
-
|
710 |
-
#~ msgid "Flexible Shipping"
|
711 |
-
#~ msgstr "Flexible Shipping"
|
712 |
-
|
713 |
-
#~ msgid "Create shipping methods based on weight, totals and more."
|
714 |
-
#~ msgstr ""
|
715 |
-
#~ "Twórz metody wysyłki oparte na wadze, wartości zamówienia i nie tylko."
|
716 |
-
|
717 |
-
#~ msgid "https://www.wpdesk.net/products/active-payments-woocommerce/"
|
718 |
-
#~ msgstr "https://www.wpdesk.pl/sklep/aktywne-platnosci-woocommerce/"
|
719 |
-
|
720 |
-
#~ msgid "Active Payments"
|
721 |
-
#~ msgstr "Aktywne Płatności"
|
722 |
-
|
723 |
-
#~ msgid "Conditionally display payment methods based on shipping."
|
724 |
-
#~ msgstr "Warunkowo wyświetlaj metody płatności oparte na wysyłce."
|
725 |
-
|
726 |
-
#~ msgid ""
|
727 |
-
#~ "Read the <a href=\"https://www.wpdesk.net/docs/flexible-checkout-fields-"
|
728 |
-
#~ "docs/?utm_source=flexible-checkout-fields-"
|
729 |
-
#~ "settings&utm_medium=link&utm_campaign=flexible-checkout-fields-docs-link"
|
730 |
-
#~ "\" target=\"_blank\">configuration manual →"
|
731 |
-
#~ msgstr ""
|
732 |
-
#~ "Przeczytaj <a href=\"https://www.wpdesk.pl/docs/woocommerce-checkout-"
|
733 |
-
#~ "fields-docs/?utm_source=flexible-checkout-fields-"
|
734 |
-
#~ "settings&utm_medium=link&utm_campaign=flexible-checkout-fields-docs-link"
|
735 |
-
#~ "\" target=\"_blank\">instrukcję konfiguracji →"
|
736 |
-
|
737 |
-
#~ msgid ""
|
738 |
-
#~ "https://www.wpdesk.net/docs/flexible-checkout-fields-pro-woocommerce-docs/"
|
739 |
-
#~ msgstr "https://www.wpdesk.pl/docs/woocommerce-checkout-fields-docs/"
|
740 |
-
|
741 |
-
#~ msgid "https://www.wpdesk.net/docs/flexible-checkout-fields-docs/"
|
742 |
-
#~ msgstr "https://www.wpdesk.pl/docs/woocommerce-checkout-fields-docs/"
|
743 |
-
|
744 |
-
#~ msgid ""
|
745 |
-
#~ "Please help us improve our plugins and get a <strong>20% discount "
|
746 |
-
#~ "coupon</strong> for <strong>WP Desk</strong> plugins."
|
747 |
-
#~ msgstr ""
|
748 |
-
#~ "Pomóż nam ulepszyć nasze wtyczki i otrzymaj <strong>kupon rabatowy 20%"
|
749 |
-
#~ "</strong> na kolejne zakupy w <strong>WP Desk</strong>."
|
750 |
-
|
751 |
-
#~ msgid ""
|
752 |
-
#~ "Allow WP Desk to collect plugin usage information and <strong>get "
|
753 |
-
#~ "discount coupon</strong> in our shop. No sensitive data is tracked."
|
754 |
-
#~ msgstr ""
|
755 |
-
#~ "Pozwól WP Desk na zbieranie danych użytkowania wtyczek i <strong>otrzymaj "
|
756 |
-
#~ "kupon rabatowy</strong> do naszego sklepu. Żadne wrażliwe dane nie będą "
|
757 |
-
#~ "zbierane."
|
758 |
-
|
759 |
-
#~ msgid ""
|
760 |
-
#~ "Check %sFlexible Checkout Fields PRO%s → to add conditional logic for "
|
761 |
-
#~ "field."
|
762 |
-
#~ msgstr ""
|
763 |
-
#~ "Sprawdź %sFlexible Checkout Fields PRO%s → aby włączyć logikę warunkową "
|
764 |
-
#~ "dla pól."
|
765 |
-
|
766 |
-
#~ msgid "https://www.wpdesk.net/products/flexible-checkout-fields/"
|
767 |
-
#~ msgstr "https://www.wpdesk.pl/sklep/woocommerce-checkout-fields/"
|
768 |
-
|
769 |
-
#~ msgid "Flexible Checkout Fields for WooCommerce"
|
770 |
-
#~ msgstr "Flexible Checkout Fields dla WooCommerce"
|
771 |
-
|
772 |
-
#~ msgid ""
|
773 |
-
#~ "Manage your WooCommerce checkout fields! Change order, labels, "
|
774 |
-
#~ "placeholders and add new fields."
|
775 |
-
#~ msgstr ""
|
776 |
-
#~ "Zarządzanie polami zamówienia WooCommerce. Zmieniaj kolejność, etykiety, "
|
777 |
-
#~ "placeholdery i dodawaj nowe pola."
|
778 |
-
|
779 |
-
#~ msgid "Billing Fields"
|
780 |
-
#~ msgstr "Pola płatności"
|
781 |
-
|
782 |
-
#~ msgid "Shipping Fields"
|
783 |
-
#~ msgstr "Pola wysyłki"
|
784 |
-
|
785 |
-
#~ msgid "Order Fields"
|
786 |
-
#~ msgstr "Pola zamówienia"
|
787 |
-
|
788 |
-
#~ msgid "WooCommerce Flexible Checkout Fields"
|
789 |
-
#~ msgstr "WooCommerce Flexible Checkout Fields"
|
790 |
-
|
791 |
-
#~ msgid "Additional Checkboxes"
|
792 |
-
#~ msgstr "Dodatkowe checkboksy"
|
793 |
-
|
794 |
-
#~ msgid ""
|
795 |
-
#~ "<a href=\"%s\">Install the WP Desk Helper plugin</a> to activate and get "
|
796 |
-
#~ "updates for your WP Desk plugins."
|
797 |
-
#~ msgstr ""
|
798 |
-
#~ "<a href=\"%s\">Zainstaluj wtyczkę WP Desk Helper</a>, aby aktywować i "
|
799 |
-
#~ "otrzymywać aktualizacje wtyczek WP Desk."
|
800 |
-
|
801 |
-
#~ msgid ""
|
802 |
-
#~ "<a href=\"%s\">Activate the WP Desk Helper plugin</a> to activate and get "
|
803 |
-
#~ "updates for your WP Desk plugins."
|
804 |
-
#~ msgstr ""
|
805 |
-
#~ "<a href=\"%s\">Włącz wtyczkę WP Desk Helper</a>, aby aktywować i "
|
806 |
-
#~ "otrzymywać aktualizacje wtyczek WP Desk."
|
807 |
-
|
808 |
-
#~ msgid ""
|
809 |
-
#~ "The plugin adds new checkboxes under place order button. It is not "
|
810 |
-
#~ "possible to manage fields added by third party plugins because of the way "
|
811 |
-
#~ "WooCommerce works."
|
812 |
-
#~ msgstr ""
|
813 |
-
#~ "Wtyczka dodaje nowe checkboksy nad przyciskiem złożenia zamówienia. Ze "
|
814 |
-
#~ "względu na sposób wyświetlania tych pól przez WooCommerce nie ma "
|
815 |
-
#~ "możliwości zarządzania polami, które zostały dodane przez inne wtyczki."
|
816 |
-
|
817 |
-
#~ msgid "Additional checkboxes"
|
818 |
-
#~ msgstr "Dodatkowe checkboksy"
|
819 |
-
|
820 |
-
#~ msgid "Value"
|
821 |
-
#~ msgstr "Wartość"
|
822 |
-
|
823 |
-
#~ msgid "Displayed in the order edit screen when checked by the user"
|
824 |
-
#~ msgstr "Wyświetlane w edycji zamówienia, jeśli użytkownik zaznaczy"
|
825 |
-
|
826 |
-
#~ msgid "Edit Fields"
|
827 |
-
#~ msgstr "Edycja pól"
|
828 |
-
|
829 |
-
#~ msgid ""
|
830 |
-
#~ "Files will be saved to /wp-content/uploads/woocommerce_uploads/"
|
831 |
-
#~ "checkout_fields"
|
832 |
-
#~ msgstr ""
|
833 |
-
#~ "Plik zostanie zapisany do /wp-content/uploads/woocommerce_uploads/"
|
834 |
-
#~ "checkout_fields"
|
835 |
-
|
836 |
-
#~ msgid "Allowed file types"
|
837 |
-
#~ msgstr "Dopuszczalne typy plików"
|
838 |
-
|
839 |
-
#~ msgid "Format: comma separated list. Example: <code>pdf,doc</code>"
|
840 |
-
#~ msgstr ""
|
841 |
-
#~ "Format: lista oddzielona przecinkami. Przykład: <code>pdf,doc</code>"
|
842 |
-
|
843 |
-
#~ msgid "Maximum file size [MB]"
|
844 |
-
#~ msgstr "Maksymalny rozmiar pliku [MB]"
|
845 |
-
|
846 |
-
#~ msgid "Maximum file size in MB."
|
847 |
-
#~ msgstr "Maksymalny rozmiar pliku"
|
848 |
-
|
849 |
-
#~ msgid ""
|
850 |
-
#~ "Read the <a href=\"https://www.wpdesk.net/docs/woocommerce-checkout-"
|
851 |
-
#~ "fields-docs/\" target=\"_blank\">configuraion manual →"
|
852 |
-
#~ msgstr ""
|
853 |
-
#~ "Przeczytaj <a href=\"https://www.wpdesk.pl/docs/woocommerce-checkout-"
|
854 |
-
#~ "fields-docs/\" target=\"_blank\">instrukcję konfiguracji →</a>"
|
855 |
-
|
856 |
-
#~ msgid "Attachments"
|
857 |
-
#~ msgstr "Załączniki"
|
858 |
-
|
859 |
-
#~ msgid "Missing Value"
|
860 |
-
#~ msgstr "Brak wartości"
|
861 |
-
|
862 |
-
#~ msgid "You must check: "
|
863 |
-
#~ msgstr "Musisz zaznaczyć: "
|
864 |
-
|
865 |
-
#~ msgid "There is no field with name %s"
|
866 |
-
#~ msgstr "Brak pola o nazwie %s"
|
867 |
-
|
868 |
-
#~ msgid "File %s is to big!"
|
869 |
-
#~ msgstr "Plik %s jest za duży!"
|
870 |
-
|
871 |
-
#~ msgid "Not allowed file type %s for file %s"
|
872 |
-
#~ msgstr "Niedopuszczalny typ pliku %s dla %s"
|
873 |
-
|
874 |
-
#~ msgid "File uploaded"
|
875 |
-
#~ msgstr "Plik przesłany"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Contributors: wpdesk,dyszczo,grola,potreb
|
|
4 |
Donate link: https://www.wpdesk.net/flexible-checkout-fields-woocommerce/
|
5 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
6 |
Requires at least: 4.5
|
7 |
-
Tested up to: 5.
|
8 |
-
Stable tag: 2.2.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -189,6 +189,12 @@ If you are upgrading from the old WooCommerce Checkout Fields version (1.1, wooc
|
|
189 |
|
190 |
== Changelog ==
|
191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
= 2.2.1 - 2019-11-05 =
|
193 |
* Fixed fakepath in file name
|
194 |
|
4 |
Donate link: https://www.wpdesk.net/flexible-checkout-fields-woocommerce/
|
5 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
6 |
Requires at least: 4.5
|
7 |
+
Tested up to: 5.3.1
|
8 |
+
Stable tag: 2.2.3
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
189 |
|
190 |
== Changelog ==
|
191 |
|
192 |
+
= 2.2.3 - 2020-01-03 =
|
193 |
+
* Added support for WooCommerce 3.9
|
194 |
+
|
195 |
+
= 2.2.2 - 2019-12-17 =
|
196 |
+
* Fixed WPML compatibility
|
197 |
+
|
198 |
= 2.2.1 - 2019-11-05 =
|
199 |
* Fixed fakepath in file name
|
200 |
|
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 ComposerAutoloaderInit9609c0a1ab950519133aa24314e78381::getLoader();
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -103,6 +103,16 @@ return array(
|
|
103 |
'FcfVendor\\Monolog\\ResettableInterface' => $baseDir . '/vendor_prefixed/monolog/monolog/src/Monolog/ResettableInterface.php',
|
104 |
'FcfVendor\\Monolog\\SignalHandler' => $baseDir . '/vendor_prefixed/monolog/monolog/src/Monolog/SignalHandler.php',
|
105 |
'FcfVendor\\Monolog\\Utils' => $baseDir . '/vendor_prefixed/monolog/monolog/src/Monolog/Utils.php',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
'FcfVendor\\WPDesk\\Helper\\Debug\\LibraryDebug' => $baseDir . '/vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Debug/LibraryDebug.php',
|
107 |
'FcfVendor\\WPDesk\\Helper\\HelperAsLibrary' => $baseDir . '/vendor_prefixed/wpdesk/wp-wpdesk-helper-override/src/Helper/HelperAsLibrary.php',
|
108 |
'FcfVendor\\WPDesk\\Helper\\HelperRemover' => $baseDir . '/vendor_prefixed/wpdesk/wp-wpdesk-helper/src/HelperRemover.php',
|
103 |
'FcfVendor\\Monolog\\ResettableInterface' => $baseDir . '/vendor_prefixed/monolog/monolog/src/Monolog/ResettableInterface.php',
|
104 |
'FcfVendor\\Monolog\\SignalHandler' => $baseDir . '/vendor_prefixed/monolog/monolog/src/Monolog/SignalHandler.php',
|
105 |
'FcfVendor\\Monolog\\Utils' => $baseDir . '/vendor_prefixed/monolog/monolog/src/Monolog/Utils.php',
|
106 |
+
'FcfVendor\\WPDesk\\Codeception\\Command\\AcceptanceTestGenerator' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/AcceptanceTestGenerator.php',
|
107 |
+
'FcfVendor\\WPDesk\\Codeception\\Command\\GeneratePluginActivation' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/GeneratePluginActivation.php',
|
108 |
+
'FcfVendor\\WPDesk\\Codeception\\Command\\GenerateWooCommerce' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/GenerateWooCommerce.php',
|
109 |
+
'FcfVendor\\WPDesk\\Codeception\\Command\\WooCommerceTestGenerator' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/WooCommerceTestGenerator.php',
|
110 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\CommandProvider' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/CommandProvider.php',
|
111 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Commands\\BaseCommand' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/BaseCommand.php',
|
112 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Commands\\CreateCodeceptionTests' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/CreateCodeceptionTests.php',
|
113 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Commands\\RunCodeceptionTests' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/RunCodeceptionTests.php',
|
114 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Commands\\SedTrait' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/SedTrait.php',
|
115 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Plugin' => $baseDir . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Plugin.php',
|
116 |
'FcfVendor\\WPDesk\\Helper\\Debug\\LibraryDebug' => $baseDir . '/vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Debug/LibraryDebug.php',
|
117 |
'FcfVendor\\WPDesk\\Helper\\HelperAsLibrary' => $baseDir . '/vendor_prefixed/wpdesk/wp-wpdesk-helper-override/src/Helper/HelperAsLibrary.php',
|
118 |
'FcfVendor\\WPDesk\\Helper\\HelperRemover' => $baseDir . '/vendor_prefixed/wpdesk/wp-wpdesk-helper/src/HelperRemover.php',
|
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 ComposerAutoloaderInitbe608dfac6e0608c27d89d63ef5fc681
|
|
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) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit9609c0a1ab950519133aa24314e78381
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit9609c0a1ab950519133aa24314e78381', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit9609c0a1ab950519133aa24314e78381', '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\ComposerStaticInit9609c0a1ab950519133aa24314e78381::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
@@ -118,6 +118,16 @@ class ComposerStaticInitbe608dfac6e0608c27d89d63ef5fc681
|
|
118 |
'FcfVendor\\Monolog\\ResettableInterface' => __DIR__ . '/../..' . '/vendor_prefixed/monolog/monolog/src/Monolog/ResettableInterface.php',
|
119 |
'FcfVendor\\Monolog\\SignalHandler' => __DIR__ . '/../..' . '/vendor_prefixed/monolog/monolog/src/Monolog/SignalHandler.php',
|
120 |
'FcfVendor\\Monolog\\Utils' => __DIR__ . '/../..' . '/vendor_prefixed/monolog/monolog/src/Monolog/Utils.php',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
'FcfVendor\\WPDesk\\Helper\\Debug\\LibraryDebug' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Debug/LibraryDebug.php',
|
122 |
'FcfVendor\\WPDesk\\Helper\\HelperAsLibrary' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-wpdesk-helper-override/src/Helper/HelperAsLibrary.php',
|
123 |
'FcfVendor\\WPDesk\\Helper\\HelperRemover' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-wpdesk-helper/src/HelperRemover.php',
|
@@ -257,9 +267,9 @@ class ComposerStaticInitbe608dfac6e0608c27d89d63ef5fc681
|
|
257 |
public static function getInitializer(ClassLoader $loader)
|
258 |
{
|
259 |
return \Closure::bind(function () use ($loader) {
|
260 |
-
$loader->prefixLengthsPsr4 =
|
261 |
-
$loader->prefixDirsPsr4 =
|
262 |
-
$loader->classMap =
|
263 |
|
264 |
}, null, ClassLoader::class);
|
265 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit9609c0a1ab950519133aa24314e78381
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
118 |
'FcfVendor\\Monolog\\ResettableInterface' => __DIR__ . '/../..' . '/vendor_prefixed/monolog/monolog/src/Monolog/ResettableInterface.php',
|
119 |
'FcfVendor\\Monolog\\SignalHandler' => __DIR__ . '/../..' . '/vendor_prefixed/monolog/monolog/src/Monolog/SignalHandler.php',
|
120 |
'FcfVendor\\Monolog\\Utils' => __DIR__ . '/../..' . '/vendor_prefixed/monolog/monolog/src/Monolog/Utils.php',
|
121 |
+
'FcfVendor\\WPDesk\\Codeception\\Command\\AcceptanceTestGenerator' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/AcceptanceTestGenerator.php',
|
122 |
+
'FcfVendor\\WPDesk\\Codeception\\Command\\GeneratePluginActivation' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/GeneratePluginActivation.php',
|
123 |
+
'FcfVendor\\WPDesk\\Codeception\\Command\\GenerateWooCommerce' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/GenerateWooCommerce.php',
|
124 |
+
'FcfVendor\\WPDesk\\Codeception\\Command\\WooCommerceTestGenerator' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/WooCommerceTestGenerator.php',
|
125 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\CommandProvider' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/CommandProvider.php',
|
126 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Commands\\BaseCommand' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/BaseCommand.php',
|
127 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Commands\\CreateCodeceptionTests' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/CreateCodeceptionTests.php',
|
128 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Commands\\RunCodeceptionTests' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/RunCodeceptionTests.php',
|
129 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Commands\\SedTrait' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/SedTrait.php',
|
130 |
+
'FcfVendor\\WPDesk\\Composer\\Codeception\\Plugin' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Plugin.php',
|
131 |
'FcfVendor\\WPDesk\\Helper\\Debug\\LibraryDebug' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Debug/LibraryDebug.php',
|
132 |
'FcfVendor\\WPDesk\\Helper\\HelperAsLibrary' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-wpdesk-helper-override/src/Helper/HelperAsLibrary.php',
|
133 |
'FcfVendor\\WPDesk\\Helper\\HelperRemover' => __DIR__ . '/../..' . '/vendor_prefixed/wpdesk/wp-wpdesk-helper/src/HelperRemover.php',
|
267 |
public static function getInitializer(ClassLoader $loader)
|
268 |
{
|
269 |
return \Closure::bind(function () use ($loader) {
|
270 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit9609c0a1ab950519133aa24314e78381::$prefixLengthsPsr4;
|
271 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit9609c0a1ab950519133aa24314e78381::$prefixDirsPsr4;
|
272 |
+
$loader->classMap = ComposerStaticInit9609c0a1ab950519133aa24314e78381::$classMap;
|
273 |
|
274 |
}, null, ClassLoader::class);
|
275 |
}
|
vendor_prefixed/wpdesk/wp-codeception/composer.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "wpdesk\/wp-codeception",
|
3 |
+
"description": "Library for WP Desk Codeception tests.",
|
4 |
+
"license": "MIT",
|
5 |
+
"keywords": [
|
6 |
+
"wordpress",
|
7 |
+
"codeception",
|
8 |
+
"admin"
|
9 |
+
],
|
10 |
+
"homepage": "https:\/\/gitlab.com\/wpdesk\/wp-codeception",
|
11 |
+
"type": "composer-plugin",
|
12 |
+
"minimum-stability": "stable",
|
13 |
+
"authors": [
|
14 |
+
{
|
15 |
+
"name": "grola",
|
16 |
+
"email": "grola@wpdesk.net"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"require": {
|
20 |
+
"php": ">=5.6",
|
21 |
+
"ext-json": "*",
|
22 |
+
"wpdesk\/wp-builder": "^1.0",
|
23 |
+
"lucatume\/wp-browser": "^2.2",
|
24 |
+
"composer-plugin-api": "^1.1"
|
25 |
+
},
|
26 |
+
"require-dev": {
|
27 |
+
"phpunit\/phpunit": "<7",
|
28 |
+
"wp-coding-standards\/wpcs": "^0.14.1",
|
29 |
+
"squizlabs\/php_codesniffer": "^3.0.2",
|
30 |
+
"mockery\/mockery": "*",
|
31 |
+
"10up\/wp_mock": "*",
|
32 |
+
"wimg\/php-compatibility": "^8"
|
33 |
+
},
|
34 |
+
"autoload": {
|
35 |
+
"psr-4": {
|
36 |
+
"FcfVendor\\WPDesk\\Codeception\\": "src\/WPDesk\/Codeception",
|
37 |
+
"FcfVendor\\Codeception\\Module\\": "src\/Codeception\/Module",
|
38 |
+
"FcfVendor\\WPDesk\\Composer\\Codeception\\": "src\/WPDesk\/Composer"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"autoload-dev": {},
|
42 |
+
"scripts": {
|
43 |
+
"phpcs": "phpcs"
|
44 |
+
},
|
45 |
+
"extra": {
|
46 |
+
"class": "WPDesk\\Composer\\Codeception\\Plugin"
|
47 |
+
}
|
48 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/AcceptanceTestGenerator.php
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Codeception\Command;
|
4 |
+
|
5 |
+
use FcfVendor\Codeception\Lib\Generator\Test;
|
6 |
+
/**
|
7 |
+
* Class code for codeception example test for WP Desk plugin activation.
|
8 |
+
*
|
9 |
+
* @package WPDesk\Codeception\Command
|
10 |
+
*/
|
11 |
+
class AcceptanceTestGenerator extends \FcfVendor\Codeception\Lib\Generator\Test
|
12 |
+
{
|
13 |
+
protected $template = <<<EOF
|
14 |
+
<?php {{namespace}}
|
15 |
+
|
16 |
+
use WPDesk\\Codeception\\Tests\\Acceptance\\Cest\\AbstractCestForPluginActivation;
|
17 |
+
|
18 |
+
class {{name}} extends AbstractCestForPluginActivation {
|
19 |
+
|
20 |
+
\t/**
|
21 |
+
\t * Deactivate plugins before tests.
|
22 |
+
\t *
|
23 |
+
\t * @param AcceptanceTester \$i .
|
24 |
+
\t *
|
25 |
+
\t * @throws \\Codeception\\Exception\\ModuleException .
|
26 |
+
\t */
|
27 |
+
\tpublic function _before( \$i ) {
|
28 |
+
\t\t\$i->loginAsAdmin();
|
29 |
+
\t\t\$i->amOnPluginsPage();
|
30 |
+
\t\t\$i->deactivatePlugin( \$this->getPluginSlug() );
|
31 |
+
\t\t\$i->amOnPluginsPage();
|
32 |
+
\t\t\$i->seePluginDeactivated( \$this->getPluginSlug() );
|
33 |
+
\t\t\$i->amOnPluginsPage();
|
34 |
+
\t\t\$i->deactivatePlugin( self::WOOCOMMERCE_PLUGIN_SLUG );
|
35 |
+
\t\t\$i->amOnPluginsPage();
|
36 |
+
\t\t\$i->seePluginDeactivated( self::WOOCOMMERCE_PLUGIN_SLUG );
|
37 |
+
\t}
|
38 |
+
|
39 |
+
\t/**
|
40 |
+
\t * Plugin activation.
|
41 |
+
\t *
|
42 |
+
\t * @param AcceptanceTester \$i .
|
43 |
+
\t *
|
44 |
+
\t * @throws \\Codeception\\Exception\\ModuleException .
|
45 |
+
\t */
|
46 |
+
\tpublic function pluginActivation( \$i ) {
|
47 |
+
|
48 |
+
\t\t\$i->loginAsAdmin();
|
49 |
+
|
50 |
+
\t\t\$i->amOnPluginsPage();
|
51 |
+
\t\t\$i->seePluginDeactivated( \$this->getPluginSlug() );
|
52 |
+
|
53 |
+
\t\t// This is an example and you should change it to current plugin.
|
54 |
+
\t\t\$i->activateWPDeskPlugin(
|
55 |
+
\t\t\t\$this->getPluginSlug(),
|
56 |
+
\t\t\tarray( 'woocommerce' ),
|
57 |
+
\t\t\tarray( 'The “WooCommerce Fakturownia” plugin cannot run without WooCommerce active. Please install and activate WooCommerce plugin.' )
|
58 |
+
\t\t);
|
59 |
+
|
60 |
+
\t}
|
61 |
+
}
|
62 |
+
EOF;
|
63 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/GeneratePluginActivation.php
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Codeception\Command;
|
4 |
+
|
5 |
+
use FcfVendor\Codeception\Command\GenerateTest;
|
6 |
+
use FcfVendor\Codeception\CustomCommandInterface;
|
7 |
+
use FcfVendor\Symfony\Component\Console\Input\InputInterface;
|
8 |
+
use FcfVendor\Symfony\Component\Console\Output\OutputInterface;
|
9 |
+
/**
|
10 |
+
* Generates codeception example test for WP Desk plugin activation.
|
11 |
+
*
|
12 |
+
* @package WPDesk\Codeception\Command
|
13 |
+
*/
|
14 |
+
class GeneratePluginActivation extends \FcfVendor\Codeception\Command\GenerateTest implements \FcfVendor\Codeception\CustomCommandInterface
|
15 |
+
{
|
16 |
+
/**
|
17 |
+
* Get codeception command description.
|
18 |
+
*
|
19 |
+
* @return string
|
20 |
+
*/
|
21 |
+
public function getDescription()
|
22 |
+
{
|
23 |
+
return 'Generates plugin activation tests.';
|
24 |
+
}
|
25 |
+
/**
|
26 |
+
* Returns the name of the command.
|
27 |
+
*
|
28 |
+
* @return string
|
29 |
+
*/
|
30 |
+
public static function getCommandName()
|
31 |
+
{
|
32 |
+
return 'generate:activation';
|
33 |
+
}
|
34 |
+
/**
|
35 |
+
* Get generator class.
|
36 |
+
*
|
37 |
+
* @param array $config .
|
38 |
+
* @param string $class .
|
39 |
+
* @return AcceptanceTestGenerator
|
40 |
+
*/
|
41 |
+
protected function getGenerator($config, $class)
|
42 |
+
{
|
43 |
+
return new \FcfVendor\WPDesk\Codeception\Command\AcceptanceTestGenerator($config, $class);
|
44 |
+
}
|
45 |
+
/**
|
46 |
+
* Execute command.
|
47 |
+
*
|
48 |
+
* @param InputInterface $input
|
49 |
+
* @param OutputInterface $output
|
50 |
+
*
|
51 |
+
* @return void
|
52 |
+
*/
|
53 |
+
public function execute(\FcfVendor\Symfony\Component\Console\Input\InputInterface $input, \FcfVendor\Symfony\Component\Console\Output\OutputInterface $output)
|
54 |
+
{
|
55 |
+
$suite = $input->getArgument('suite');
|
56 |
+
$class = $input->getArgument('class');
|
57 |
+
$config = $this->getSuiteConfig($suite);
|
58 |
+
$className = $this->getShortClassName($class);
|
59 |
+
$path = $this->createDirectoryFor($config['path'], $class);
|
60 |
+
$filename = $this->completeSuffix($className, 'Cest');
|
61 |
+
$filename = $path . $filename;
|
62 |
+
$gen = $this->getGenerator($config, $class);
|
63 |
+
$res = $this->createFile($filename, $gen->produce());
|
64 |
+
if (!$res) {
|
65 |
+
$output->writeln("<error>Test {$filename} already exists</error>");
|
66 |
+
return;
|
67 |
+
}
|
68 |
+
$output->writeln("<info>Test was created in {$filename}</info>");
|
69 |
+
}
|
70 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/GenerateWooCommerce.php
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Codeception\Command;
|
4 |
+
|
5 |
+
use FcfVendor\Codeception\Command\GenerateTest;
|
6 |
+
use FcfVendor\Codeception\CustomCommandInterface;
|
7 |
+
use FcfVendor\Symfony\Component\Console\Input\InputInterface;
|
8 |
+
use FcfVendor\Symfony\Component\Console\Output\OutputInterface;
|
9 |
+
/**
|
10 |
+
* Generates codeception example test for WP Desk plugin activation.
|
11 |
+
*
|
12 |
+
* @package WPDesk\Codeception\Command
|
13 |
+
*/
|
14 |
+
class GenerateWooCommerce extends \FcfVendor\Codeception\Command\GenerateTest implements \FcfVendor\Codeception\CustomCommandInterface
|
15 |
+
{
|
16 |
+
/**
|
17 |
+
* Get codeception command description.
|
18 |
+
*
|
19 |
+
* @return string
|
20 |
+
*/
|
21 |
+
public function getDescription()
|
22 |
+
{
|
23 |
+
return 'Generates woocommerce tests.';
|
24 |
+
}
|
25 |
+
/**
|
26 |
+
* Returns the name of the command.
|
27 |
+
*
|
28 |
+
* @return string
|
29 |
+
*/
|
30 |
+
public static function getCommandName()
|
31 |
+
{
|
32 |
+
return 'generate:woocommerce';
|
33 |
+
}
|
34 |
+
/**
|
35 |
+
* Get generator class.
|
36 |
+
*
|
37 |
+
* @param array $config .
|
38 |
+
* @param string $class .
|
39 |
+
* @return WooCommerceTestGenerator
|
40 |
+
*/
|
41 |
+
protected function getGenerator($config, $class)
|
42 |
+
{
|
43 |
+
return new \FcfVendor\WPDesk\Codeception\Command\WooCommerceTestGenerator($config, $class);
|
44 |
+
}
|
45 |
+
/**
|
46 |
+
* Execute command.
|
47 |
+
*
|
48 |
+
* @param InputInterface $input
|
49 |
+
* @param OutputInterface $output
|
50 |
+
*
|
51 |
+
* @return void
|
52 |
+
*/
|
53 |
+
public function execute(\FcfVendor\Symfony\Component\Console\Input\InputInterface $input, \FcfVendor\Symfony\Component\Console\Output\OutputInterface $output)
|
54 |
+
{
|
55 |
+
$suite = $input->getArgument('suite');
|
56 |
+
$class = $input->getArgument('class');
|
57 |
+
$config = $this->getSuiteConfig($suite);
|
58 |
+
$className = $this->getShortClassName($class);
|
59 |
+
$path = $this->createDirectoryFor($config['path'], $class);
|
60 |
+
$filename = $this->completeSuffix($className, 'Cest');
|
61 |
+
$filename = $path . $filename;
|
62 |
+
$gen = $this->getGenerator($config, $class);
|
63 |
+
$res = $this->createFile($filename, $gen->produce());
|
64 |
+
if (!$res) {
|
65 |
+
$output->writeln("<error>Test {$filename} already exists</error>");
|
66 |
+
return;
|
67 |
+
}
|
68 |
+
$output->writeln("<info>Test was created in {$filename}</info>");
|
69 |
+
}
|
70 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/WooCommerceTestGenerator.php
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Codeception\Command;
|
4 |
+
|
5 |
+
use FcfVendor\Codeception\Lib\Generator\Test;
|
6 |
+
/**
|
7 |
+
* Class code for codeception example test for WP Desk plugin activation.
|
8 |
+
*
|
9 |
+
* @package WPDesk\Codeception\Command
|
10 |
+
*/
|
11 |
+
class WooCommerceTestGenerator extends \FcfVendor\Codeception\Lib\Generator\Test
|
12 |
+
{
|
13 |
+
protected $template = <<<EOF
|
14 |
+
<?php {{namespace}}
|
15 |
+
|
16 |
+
use WPDesk\\Codeception\\Tests\\Acceptance\\Cest\\AbstractCestForWooCommerce;
|
17 |
+
|
18 |
+
/**
|
19 |
+
* Common WooCommerce tests.
|
20 |
+
*/
|
21 |
+
class {{name}} extends AbstractCestForWooCommerce {
|
22 |
+
|
23 |
+
}
|
24 |
+
EOF;
|
25 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/CommandProvider.php
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Composer\Codeception;
|
4 |
+
|
5 |
+
use FcfVendor\WPDesk\Composer\Codeception\Commands\CreateCodeceptionTests;
|
6 |
+
use FcfVendor\WPDesk\Composer\Codeception\Commands\RunCodeceptionTests;
|
7 |
+
/**
|
8 |
+
* Links plugin commands handlers to composer.
|
9 |
+
*/
|
10 |
+
class CommandProvider implements \FcfVendor\Composer\Plugin\Capability\CommandProvider
|
11 |
+
{
|
12 |
+
public function getCommands()
|
13 |
+
{
|
14 |
+
return [new \FcfVendor\WPDesk\Composer\Codeception\Commands\CreateCodeceptionTests(), new \FcfVendor\WPDesk\Composer\Codeception\Commands\RunCodeceptionTests()];
|
15 |
+
}
|
16 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/BaseCommand.php
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Composer\Codeception\Commands;
|
4 |
+
|
5 |
+
use FcfVendor\Composer\Command\BaseCommand as CodeceptionBaseCommand;
|
6 |
+
use FcfVendor\Symfony\Component\Console\Output\OutputInterface;
|
7 |
+
/**
|
8 |
+
* Base for commands - declares common methods.
|
9 |
+
*
|
10 |
+
* @package WPDesk\Composer\Codeception\Commands
|
11 |
+
*/
|
12 |
+
abstract class BaseCommand extends \FcfVendor\Composer\Command\BaseCommand
|
13 |
+
{
|
14 |
+
/**
|
15 |
+
* @param string $command
|
16 |
+
* @param OutputInterface $output
|
17 |
+
*/
|
18 |
+
protected function execAndOutput($command, \FcfVendor\Symfony\Component\Console\Output\OutputInterface $output)
|
19 |
+
{
|
20 |
+
\passthru($command);
|
21 |
+
}
|
22 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/CreateCodeceptionTests.php
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Composer\Codeception\Commands;
|
4 |
+
|
5 |
+
use FcfVendor\Composer\Downloader\FilesystemException;
|
6 |
+
use FcfVendor\Symfony\Component\Console\Input\InputInterface;
|
7 |
+
use FcfVendor\Symfony\Component\Console\Output\OutputInterface;
|
8 |
+
/**
|
9 |
+
* Codeception tests creator command.
|
10 |
+
*
|
11 |
+
* @package WPDesk\Composer\Codeception\Commands
|
12 |
+
*/
|
13 |
+
class CreateCodeceptionTests extends \FcfVendor\WPDesk\Composer\Codeception\Commands\BaseCommand
|
14 |
+
{
|
15 |
+
use SedTrait;
|
16 |
+
/**
|
17 |
+
* Configure command.
|
18 |
+
*/
|
19 |
+
protected function configure()
|
20 |
+
{
|
21 |
+
parent::configure();
|
22 |
+
$this->setName('create-codeception-tests')->setDescription('Create codeception tests directories and files.');
|
23 |
+
}
|
24 |
+
/**
|
25 |
+
* Copy file.
|
26 |
+
*
|
27 |
+
* @param string $source
|
28 |
+
* @param string $dest
|
29 |
+
* @param string $exceptionMessage
|
30 |
+
* @throws FilesystemException
|
31 |
+
*/
|
32 |
+
private function copy($source, $dest, $exceptionMessage)
|
33 |
+
{
|
34 |
+
if (!\copy($source, $dest)) {
|
35 |
+
throw new \FcfVendor\Composer\Downloader\FilesystemException($exceptionMessage);
|
36 |
+
}
|
37 |
+
}
|
38 |
+
/**
|
39 |
+
* Copy configuration files.
|
40 |
+
*
|
41 |
+
* @param $codeceptionDir
|
42 |
+
* @param $testsDir
|
43 |
+
* @param $codeceptionYml
|
44 |
+
* @param $envConfig
|
45 |
+
* @param $acceptanceYml
|
46 |
+
* @param $bootstrapScript
|
47 |
+
* @return void
|
48 |
+
* @throws FilesystemException
|
49 |
+
*/
|
50 |
+
private function copyConfigurationFiles($codeceptionDir, $testsDir, $codeceptionYml, $envConfig, $acceptanceYml, $bootstrapScript)
|
51 |
+
{
|
52 |
+
if (!\file_exists('./' . $codeceptionYml)) {
|
53 |
+
$this->copy('./vendor/wpdesk/wp-codeception/configuration/' . $codeceptionYml, './' . $codeceptionYml, 'Error copying codeception configuration file!');
|
54 |
+
}
|
55 |
+
if (!\file_exists('./' . $envConfig)) {
|
56 |
+
$this->copy('./vendor/wpdesk/wp-codeception/configuration/' . $envConfig, './' . $envConfig, 'Error copying codeception env configuration file!');
|
57 |
+
}
|
58 |
+
if (\file_exists($testsDir . '/' . $acceptanceYml)) {
|
59 |
+
\unlink($testsDir . '/' . $acceptanceYml);
|
60 |
+
}
|
61 |
+
$this->copy('./vendor/wpdesk/wp-codeception/configuration/' . $acceptanceYml, $testsDir . '/' . $acceptanceYml, 'Error copying codeception acceptance configuration file!');
|
62 |
+
if (!\file_exists($codeceptionDir . '/' . $bootstrapScript)) {
|
63 |
+
$this->copy('./vendor/wpdesk/wp-codeception/scripts/' . $bootstrapScript, $codeceptionDir . '/' . $bootstrapScript, 'Error copying codeception bootstrap script file!');
|
64 |
+
}
|
65 |
+
if (!@\file_exists($testsDir . '/_output')) {
|
66 |
+
\mkdir($testsDir . '/_output', 0777, \true);
|
67 |
+
}
|
68 |
+
if (!\file_exists($testsDir . '/_output/.gitignore')) {
|
69 |
+
$this->copy('./vendor/wpdesk/wp-codeception/configuration/_output.gitignore', $testsDir . '/_output/.gitignore', 'Error copying codeception acceptance output .gitignore file!');
|
70 |
+
}
|
71 |
+
if (!@\file_exists($testsDir . '/_support/_generated')) {
|
72 |
+
\mkdir($testsDir . '/_support/_generated', 0777, \true);
|
73 |
+
}
|
74 |
+
if (!\file_exists($testsDir . '/_support/_generated/.gitignore')) {
|
75 |
+
$this->copy('./vendor/wpdesk/wp-codeception/configuration/_generated.gitignore', $testsDir . '/_support/_generated/.gitignore', 'Error copying codeception acceptance output .gitignore file!');
|
76 |
+
}
|
77 |
+
}
|
78 |
+
/**
|
79 |
+
* Inject traits into tester class.
|
80 |
+
*
|
81 |
+
* @param string $testsDir
|
82 |
+
* @return void
|
83 |
+
*/
|
84 |
+
private function injectTraitsIntoTesterClass($testsDir)
|
85 |
+
{
|
86 |
+
$file_pattern = $testsDir . '/_support/AcceptanceTester.php';
|
87 |
+
$pattern = "/use _generated\\\\AcceptanceTesterActions;/";
|
88 |
+
$replace = "use _generated\\AcceptanceTesterActions;\n" . "\n\tuse \\WPDesk\\Codeception\\Tests\\Acceptance\\Tester\\TesterWordpressActions;" . "\n\tuse \\WPDesk\\Codeception\\Tests\\Acceptance\\Tester\\WooCommerce\\TesterWooCommerceAdminSettingsGeneralTrait;" . "\n\tuse \\WPDesk\\Codeception\\Tests\\Acceptance\\Tester\\WooCommerce\\TesterWooCommerceAdminNavigationTrait;" . "\n\tuse \\WPDesk\\Codeception\\Tests\\Acceptance\\Tester\\WooCommerce\\TesterWooCommerceCheckoutTrait;";
|
89 |
+
$this->wpdeskSed($file_pattern, $pattern, $replace);
|
90 |
+
}
|
91 |
+
/**
|
92 |
+
* Execute command.
|
93 |
+
*
|
94 |
+
* @param InputInterface $input
|
95 |
+
* @param OutputInterface $output
|
96 |
+
* @return void
|
97 |
+
* @throws FilesystemException
|
98 |
+
*/
|
99 |
+
protected function execute(\FcfVendor\Symfony\Component\Console\Input\InputInterface $input, \FcfVendor\Symfony\Component\Console\Output\OutputInterface $output)
|
100 |
+
{
|
101 |
+
$codeceptionDir = './tests/codeception';
|
102 |
+
$testsDir = $codeceptionDir . '/tests';
|
103 |
+
$codeceptionYml = 'codeception.dist.yml';
|
104 |
+
$envConfig = '.env.testing';
|
105 |
+
$acceptanceYml = 'acceptance.suite.yml';
|
106 |
+
$bootstrapScript = 'bootstrap.sh';
|
107 |
+
if (!@\file_exists($testsDir)) {
|
108 |
+
\mkdir($testsDir, 0777, \true);
|
109 |
+
}
|
110 |
+
$this->copyConfigurationFiles($codeceptionDir, $testsDir, $codeceptionYml, $envConfig, $acceptanceYml, $bootstrapScript);
|
111 |
+
$this->execAndOutput('./vendor/bin/codecept bootstrap ' . $codeceptionDir, $output);
|
112 |
+
$this->execAndOutput('./vendor/bin/codecept generate:activation acceptance ActivationCest', $output);
|
113 |
+
$this->execAndOutput('./vendor/bin/codecept generate:woocommerce acceptance WooCommerceCest', $output);
|
114 |
+
$this->injectTraitsIntoTesterClass($testsDir);
|
115 |
+
}
|
116 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/RunCodeceptionTests.php
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Composer\Codeception\Commands;
|
4 |
+
|
5 |
+
use FcfVendor\Symfony\Component\Console\Input\InputArgument;
|
6 |
+
use FcfVendor\Symfony\Component\Console\Input\InputInterface;
|
7 |
+
use FcfVendor\Symfony\Component\Console\Output\OutputInterface;
|
8 |
+
/**
|
9 |
+
* Codeception tests run command.
|
10 |
+
*
|
11 |
+
* @package WPDesk\Composer\Codeception\Commands
|
12 |
+
*/
|
13 |
+
class RunCodeceptionTests extends \FcfVendor\WPDesk\Composer\Codeception\Commands\BaseCommand
|
14 |
+
{
|
15 |
+
const SINGLE = 'single';
|
16 |
+
const FAST = 'fast';
|
17 |
+
const WOOCOMMERCE_VERSION = 'woo_version';
|
18 |
+
/**
|
19 |
+
* Configure command.
|
20 |
+
*/
|
21 |
+
protected function configure()
|
22 |
+
{
|
23 |
+
parent::configure();
|
24 |
+
$this->setName('run-codeception-tests')->setDescription('Run codeception tests.')->setDefinition(array(new \FcfVendor\Symfony\Component\Console\Input\InputArgument(self::SINGLE, \FcfVendor\Symfony\Component\Console\Input\InputArgument::OPTIONAL, 'Name of Single test to run.', 'all'), new \FcfVendor\Symfony\Component\Console\Input\InputArgument(self::FAST, \FcfVendor\Symfony\Component\Console\Input\InputArgument::OPTIONAL, 'Fast tests - do not shutdown docker-compose.', 'slow'), new \FcfVendor\Symfony\Component\Console\Input\InputArgument(self::WOOCOMMERCE_VERSION, \FcfVendor\Symfony\Component\Console\Input\InputArgument::OPTIONAL, 'WooCommerce version to install.', '')));
|
25 |
+
}
|
26 |
+
/**
|
27 |
+
* Execute command.
|
28 |
+
*
|
29 |
+
* @param InputInterface $input
|
30 |
+
* @param OutputInterface $output
|
31 |
+
* @return void
|
32 |
+
*/
|
33 |
+
protected function execute(\FcfVendor\Symfony\Component\Console\Input\InputInterface $input, \FcfVendor\Symfony\Component\Console\Output\OutputInterface $output)
|
34 |
+
{
|
35 |
+
$dockerComposeYaml = 'vendor/wpdesk/wp-codeception/docker/docker-compose.yaml';
|
36 |
+
$singleTest = $input->getArgument(self::SINGLE);
|
37 |
+
$fastTest = $input->getArgument(self::FAST);
|
38 |
+
$wooVersion = $input->getArgument(self::WOOCOMMERCE_VERSION);
|
39 |
+
$cache_dir = \sys_get_temp_dir() . '/codeception_cache';
|
40 |
+
if (!\file_exists($cache_dir)) {
|
41 |
+
\mkdir($cache_dir, 0777, \true);
|
42 |
+
}
|
43 |
+
\putenv('TMP_CACHE_DIR=' . $cache_dir);
|
44 |
+
$codecept_param = ' --html --verbose ';
|
45 |
+
$additionalParameters = ' -e CODECEPT_PARAM="' . $codecept_param . '" ';
|
46 |
+
if (!empty($singleTest) && 'all' !== $singleTest) {
|
47 |
+
$additionalParameters .= ' -e CODECEPT_PARAM="' . $codecept_param . ' acceptance ' . $singleTest . '" ';
|
48 |
+
}
|
49 |
+
if (!empty($wooVersion)) {
|
50 |
+
$additionalParameters .= ' -e WOOCOMMERCE_VERSION="' . $wooVersion . '" ';
|
51 |
+
}
|
52 |
+
$runTestsCommand = 'docker-compose -f ' . $dockerComposeYaml . ' run ' . $additionalParameters . 'codecept';
|
53 |
+
$output->writeln('Codeception command: ' . $runTestsCommand);
|
54 |
+
$this->execAndOutput($runTestsCommand, $output);
|
55 |
+
if (empty($fastTest) || self::FAST !== $fastTest) {
|
56 |
+
$this->execAndOutput('docker-compose -f ' . $dockerComposeYaml . ' down -v', $output);
|
57 |
+
}
|
58 |
+
}
|
59 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/SedTrait.php
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Composer\Codeception\Commands;
|
4 |
+
|
5 |
+
/**
|
6 |
+
* Trait with a sed like command
|
7 |
+
* @see https://pl.wikipedia.org/wiki/Sed_(program)
|
8 |
+
*
|
9 |
+
* @package WPDesk\Composer\GitPlugin\Command
|
10 |
+
*/
|
11 |
+
trait SedTrait
|
12 |
+
{
|
13 |
+
/**
|
14 |
+
* SED.
|
15 |
+
*
|
16 |
+
* @param string $file_pattern .
|
17 |
+
* @param string $pattern .
|
18 |
+
* @param string $replace .
|
19 |
+
*
|
20 |
+
* @return string[] array of changed files
|
21 |
+
*/
|
22 |
+
private function wpdeskSed($file_pattern, $pattern, $replace)
|
23 |
+
{
|
24 |
+
$changed_files = [];
|
25 |
+
foreach (\glob($file_pattern) as $filename) {
|
26 |
+
$input = \file_get_contents($filename);
|
27 |
+
$output = \preg_replace($pattern, $replace, $input);
|
28 |
+
if ($output !== $input) {
|
29 |
+
$changed_files[] = $filename;
|
30 |
+
\file_put_contents($filename, $output);
|
31 |
+
}
|
32 |
+
}
|
33 |
+
return $changed_files;
|
34 |
+
}
|
35 |
+
}
|
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Plugin.php
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace FcfVendor\WPDesk\Composer\Codeception;
|
4 |
+
|
5 |
+
use FcfVendor\Composer\Composer;
|
6 |
+
use FcfVendor\Composer\IO\IOInterface;
|
7 |
+
use FcfVendor\Composer\Plugin\Capable;
|
8 |
+
use FcfVendor\Composer\Plugin\PluginInterface;
|
9 |
+
/**
|
10 |
+
* Composer plugin.
|
11 |
+
*
|
12 |
+
* @package WPDesk\Composer\Codeception
|
13 |
+
*/
|
14 |
+
class Plugin implements \FcfVendor\Composer\Plugin\PluginInterface, \FcfVendor\Composer\Plugin\Capable
|
15 |
+
{
|
16 |
+
/**
|
17 |
+
* @var Composer
|
18 |
+
*/
|
19 |
+
private $composer;
|
20 |
+
/**
|
21 |
+
* @var IOInterface
|
22 |
+
*/
|
23 |
+
private $io;
|
24 |
+
public function activate(\FcfVendor\Composer\Composer $composer, \FcfVendor\Composer\IO\IOInterface $io)
|
25 |
+
{
|
26 |
+
$this->composer = $composer;
|
27 |
+
$this->io = $io;
|
28 |
+
}
|
29 |
+
public function getCapabilities()
|
30 |
+
{
|
31 |
+
return [\FcfVendor\Composer\Plugin\Capability\CommandProvider::class => \FcfVendor\WPDesk\Composer\Codeception\CommandProvider::class];
|
32 |
+
}
|
33 |
+
}
|