Flexible Shipping for WooCommerce - Version 3.9.16

Version Description

  • 2020-04-14 =
  • Fixed warning in cart and checkout when no shipping methods selected
Download this release

Release Info

Developer wpdesk
Plugin Icon 128x128 Flexible Shipping for WooCommerce
Version 3.9.16
Comparing to
See all releases

Code changes from version 3.9.15 to 3.9.16

assets/js/checkout.min.js DELETED
@@ -1 +0,0 @@
1
- jQuery(document).on("change",".flexible-shipping-collection-point-select",function(){jQuery(document.body).trigger("update_checkout")});
 
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": "d2d84f02edd36142bc9bfb2f4cb33d44",
8
  "packages": [
9
  {
10
  "name": "psr/log",
@@ -234,62 +234,51 @@
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
  },
@@ -326,40 +315,31 @@
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.19",
334
  "source": {
335
  "type": "git",
336
- "url": "https://github.com/Codeception/phpunit-wrapper.git",
337
- "reference": "f6dfd72bea6c66fcff86164600f5d725c1883ecc"
338
  },
339
  "dist": {
340
  "type": "zip",
341
- "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/f6dfd72bea6c66fcff86164600f5d725c1883ecc",
342
- "reference": "f6dfd72bea6c66fcff86164600f5d725c1883ecc",
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": [
@@ -367,77 +347,104 @@
367
  ],
368
  "authors": [
369
  {
370
- "name": "Davert",
371
- "email": "davert.php@resend.cc"
 
 
 
 
372
  }
373
  ],
374
- "description": "PHPUnit classes used by Codeception",
375
- "time": "2020-03-20T08:04:35+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.6",
410
  "source": {
411
  "type": "git",
412
- "url": "https://github.com/composer/ca-bundle.git",
413
- "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e"
414
  },
415
  "dist": {
416
  "type": "zip",
417
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e",
418
- "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e",
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": [
@@ -445,75 +452,50 @@
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": "2020-01-13T10:02:55+00:00"
462
  },
463
  {
464
- "name": "composer/composer",
465
- "version": "1.10.1",
466
  "source": {
467
  "type": "git",
468
- "url": "https://github.com/composer/composer.git",
469
- "reference": "b912a45da3e2b22f5cb5a23e441b697a295ba011"
470
  },
471
  "dist": {
472
  "type": "zip",
473
- "url": "https://api.github.com/repos/composer/composer/zipball/b912a45da3e2b22f5cb5a23e441b697a295ba011",
474
- "reference": "b912a45da3e2b22f5cb5a23e441b697a295ba011",
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 || ^5.0",
488
- "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
489
- "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
490
- "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
491
  },
492
  "conflict": {
493
- "symfony/console": "2.8.38"
494
  },
495
  "require-dev": {
496
- "phpspec/prophecy": "^1.10",
497
- "symfony/phpunit-bridge": "^3.4"
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.10-dev"
511
- }
512
- },
513
  "autoload": {
514
- "psr-4": {
515
- "Composer\\": "src/Composer"
516
- }
517
  },
518
  "notification-url": "https://packagist.org/downloads/",
519
  "license": [
@@ -521,55 +503,45 @@
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": "2020-03-13T19:34:27+00:00"
542
  },
543
  {
544
- "name": "composer/semver",
545
- "version": "1.5.1",
546
  "source": {
547
  "type": "git",
548
- "url": "https://github.com/composer/semver.git",
549
- "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
550
  },
551
  "dist": {
552
  "type": "zip",
553
- "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
554
- "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
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
  },
563
  "type": "library",
564
- "extra": {
565
- "branch-alias": {
566
- "dev-master": "1.x-dev"
567
- }
568
- },
569
  "autoload": {
570
- "psr-4": {
571
- "Composer\\Semver\\": "src"
572
- }
573
  },
574
  "notification-url": "https://packagist.org/downloads/",
575
  "license": [
@@ -577,60 +549,51 @@
577
  ],
578
  "authors": [
579
  {
580
- "name": "Nils Adermann",
581
- "email": "naderman@naderman.de",
582
- "homepage": "http://www.naderman.de"
583
- },
584
- {
585
- "name": "Jordi Boggiano",
586
- "email": "j.boggiano@seld.be",
587
- "homepage": "http://seld.be"
588
  },
589
  {
590
- "name": "Rob Bast",
591
- "email": "rob.bast@gmail.com",
592
- "homepage": "http://robbast.nl"
593
  }
594
  ],
595
- "description": "Semver library that offers utilities, version constraint parsing and validation.",
 
596
  "keywords": [
597
- "semantic",
598
- "semver",
599
- "validation",
600
- "versioning"
601
  ],
602
- "time": "2020-01-13T12:06:48+00:00"
603
  },
604
  {
605
- "name": "composer/spdx-licenses",
606
- "version": "1.5.3",
607
  "source": {
608
  "type": "git",
609
- "url": "https://github.com/composer/spdx-licenses.git",
610
- "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
611
  },
612
  "dist": {
613
  "type": "zip",
614
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
615
- "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
616
  "shasum": ""
617
  },
618
  "require": {
619
- "php": "^5.3.2 || ^7.0 || ^8.0"
 
 
 
 
 
620
  },
621
  "require-dev": {
622
- "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
623
  },
624
  "type": "library",
625
- "extra": {
626
- "branch-alias": {
627
- "dev-master": "1.x-dev"
628
- }
629
- },
630
  "autoload": {
631
- "psr-4": {
632
- "Composer\\Spdx\\": "src"
633
- }
634
  },
635
  "notification-url": "https://packagist.org/downloads/",
636
  "license": [
@@ -638,149 +601,155 @@
638
  ],
639
  "authors": [
640
  {
641
- "name": "Nils Adermann",
642
- "email": "naderman@naderman.de",
643
- "homepage": "http://www.naderman.de"
644
- },
645
- {
646
- "name": "Jordi Boggiano",
647
- "email": "j.boggiano@seld.be",
648
- "homepage": "http://seld.be"
649
  },
650
  {
651
- "name": "Rob Bast",
652
- "email": "rob.bast@gmail.com",
653
- "homepage": "http://robbast.nl"
654
  }
655
  ],
656
- "description": "SPDX licenses list and validation library.",
 
657
  "keywords": [
658
- "license",
659
- "spdx",
660
- "validator"
661
  ],
662
- "time": "2020-02-14T07:44:31+00:00"
663
  },
664
  {
665
- "name": "composer/xdebug-handler",
666
- "version": "1.4.1",
667
  "source": {
668
  "type": "git",
669
- "url": "https://github.com/composer/xdebug-handler.git",
670
- "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
671
  },
672
  "dist": {
673
  "type": "zip",
674
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
675
- "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
676
  "shasum": ""
677
  },
678
  "require": {
679
- "php": "^5.3.2 || ^7.0 || ^8.0",
680
- "psr/log": "^1.0"
 
 
681
  },
682
  "require-dev": {
683
- "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
 
 
 
 
684
  },
685
  "type": "library",
686
  "autoload": {
687
- "psr-4": {
688
- "Composer\\XdebugHandler\\": "src"
689
- }
690
- },
691
- "notification-url": "https://packagist.org/downloads/",
692
  "license": [
693
  "MIT"
694
  ],
695
  "authors": [
696
  {
697
- "name": "John Stevenson",
698
- "email": "john-stevenson@blueyonder.co.uk"
 
 
699
  }
700
  ],
701
- "description": "Restarts a process without Xdebug.",
 
702
  "keywords": [
703
- "Xdebug",
704
- "performance"
 
705
  ],
706
- "time": "2020-03-01T12:26:26+00:00"
707
  },
708
  {
709
- "name": "cweagans/composer-patches",
710
- "version": "1.6.7",
711
  "source": {
712
  "type": "git",
713
- "url": "https://github.com/cweagans/composer-patches.git",
714
- "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
715
  },
716
  "dist": {
717
  "type": "zip",
718
- "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
719
- "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
720
  "shasum": ""
721
  },
722
  "require": {
723
- "composer-plugin-api": "^1.0",
724
- "php": ">=5.3.0"
 
 
725
  },
726
  "require-dev": {
727
- "composer/composer": "~1.0",
728
- "phpunit/phpunit": "~4.6"
 
729
  },
730
- "type": "composer-plugin",
731
- "extra": {
732
- "class": "cweagans\\Composer\\Patches"
733
  },
 
734
  "autoload": {
735
- "psr-4": {
736
- "cweagans\\Composer\\": "src"
737
- }
738
  },
739
  "notification-url": "https://packagist.org/downloads/",
740
  "license": [
741
- "BSD-3-Clause"
742
  ],
743
  "authors": [
744
  {
745
- "name": "Cameron Eagans",
746
- "email": "me@cweagans.net"
747
  }
748
  ],
749
- "description": "Provides a way to patch Composer packages.",
750
- "time": "2019-08-29T20:11:49+00:00"
 
 
 
 
 
751
  },
752
  {
753
- "name": "dealerdirect/phpcodesniffer-composer-installer",
754
- "version": "v0.5.0",
755
  "source": {
756
  "type": "git",
757
- "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
758
- "reference": "e749410375ff6fb7a040a68878c656c2e610b132"
759
  },
760
  "dist": {
761
  "type": "zip",
762
- "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132",
763
- "reference": "e749410375ff6fb7a040a68878c656c2e610b132",
764
  "shasum": ""
765
  },
766
  "require": {
767
- "composer-plugin-api": "^1.0",
768
- "php": "^5.3|^7",
769
- "squizlabs/php_codesniffer": "^2|^3"
770
  },
771
  "require-dev": {
772
- "composer/composer": "*",
773
- "phpcompatibility/php-compatibility": "^9.0",
774
- "sensiolabs/security-checker": "^4.1.0"
775
  },
776
- "type": "composer-plugin",
777
- "extra": {
778
- "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
779
  },
 
780
  "autoload": {
781
- "psr-4": {
782
- "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
783
- }
784
  },
785
  "notification-url": "https://packagist.org/downloads/",
786
  "license": [
@@ -788,103 +757,119 @@
788
  ],
789
  "authors": [
790
  {
791
- "name": "Franck Nijhof",
792
- "email": "franck.nijhof@dealerdirect.com",
793
- "homepage": "http://www.frenck.nl",
794
- "role": "Developer / IT Manager"
 
 
 
795
  }
796
  ],
797
- "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
798
- "homepage": "http://www.dealerdirect.com",
799
  "keywords": [
800
- "PHPCodeSniffer",
801
- "PHP_CodeSniffer",
802
- "code quality",
803
- "codesniffer",
804
- "composer",
805
- "installer",
806
- "phpcs",
807
- "plugin",
808
- "qa",
809
- "quality",
810
- "standard",
811
- "standards",
812
- "style guide",
813
- "stylecheck",
814
- "tests"
815
  ],
816
- "time": "2018-10-26T13:21:45+00:00"
817
  },
818
  {
819
- "name": "dg/mysql-dump",
820
- "version": "v1.5.1",
821
  "source": {
822
  "type": "git",
823
- "url": "https://github.com/dg/MySQL-dump.git",
824
- "reference": "e0e287b715b43293773a8b0edf8514f606e01780"
825
  },
826
  "dist": {
827
  "type": "zip",
828
- "url": "https://api.github.com/repos/dg/MySQL-dump/zipball/e0e287b715b43293773a8b0edf8514f606e01780",
829
- "reference": "e0e287b715b43293773a8b0edf8514f606e01780",
830
  "shasum": ""
831
  },
832
  "require": {
833
- "php": ">=5.6"
 
 
 
 
 
 
 
 
 
 
834
  },
835
  "type": "library",
836
  "autoload": {
837
- "classmap": [
838
- "src/"
839
- ]
840
  },
841
  "notification-url": "https://packagist.org/downloads/",
842
  "license": [
843
- "BSD-3-Clause"
844
  ],
845
  "authors": [
846
  {
847
- "name": "David Grudl",
848
- "homepage": "http://davidgrudl.com"
849
  }
850
  ],
851
- "description": "MySQL database dump.",
852
- "homepage": "https://github.com/dg/MySQL-dump",
853
- "keywords": [
854
- "mysql"
855
- ],
856
- "time": "2019-09-10T21:36:25+00:00"
857
  },
858
  {
859
- "name": "doctrine/inflector",
860
- "version": "v1.1.0",
861
  "source": {
862
  "type": "git",
863
- "url": "https://github.com/doctrine/inflector.git",
864
- "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
865
  },
866
  "dist": {
867
  "type": "zip",
868
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
869
- "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
870
  "shasum": ""
871
  },
872
  "require": {
873
- "php": ">=5.3.2"
874
- },
875
- "require-dev": {
876
- "phpunit/phpunit": "4.*"
877
  },
878
  "type": "library",
879
- "extra": {
880
- "branch-alias": {
881
- "dev-master": "1.1.x-dev"
882
  }
883
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
884
  "autoload": {
885
- "psr-0": {
886
- "Doctrine\\Common\\Inflector\\": "lib/"
887
- }
888
  },
889
  "notification-url": "https://packagist.org/downloads/",
890
  "license": [
@@ -892,69 +877,46 @@
892
  ],
893
  "authors": [
894
  {
895
- "name": "Roman Borschel",
896
- "email": "roman@code-factory.org"
897
- },
898
- {
899
- "name": "Benjamin Eberlei",
900
- "email": "kontakt@beberlei.de"
901
- },
902
- {
903
- "name": "Guilherme Blanco",
904
- "email": "guilhermeblanco@gmail.com"
905
- },
906
- {
907
- "name": "Jonathan Wage",
908
- "email": "jonwage@gmail.com"
909
- },
910
- {
911
- "name": "Johannes Schmitt",
912
- "email": "schmittjoh@gmail.com"
913
  }
914
  ],
915
- "description": "Common String Manipulations with regard to casing and singular/plural rules.",
916
- "homepage": "http://www.doctrine-project.org",
917
- "keywords": [
918
- "inflection",
919
- "pluralize",
920
- "singularize",
921
- "string"
922
- ],
923
- "time": "2015-11-06T14:35:42+00:00"
924
  },
925
  {
926
- "name": "doctrine/instantiator",
927
- "version": "1.0.5",
928
  "source": {
929
  "type": "git",
930
- "url": "https://github.com/doctrine/instantiator.git",
931
- "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
932
  },
933
  "dist": {
934
  "type": "zip",
935
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
936
- "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
937
  "shasum": ""
938
  },
939
  "require": {
940
- "php": ">=5.3,<8.0-DEV"
 
 
941
  },
942
  "require-dev": {
943
- "athletic/athletic": "~0.1.8",
944
- "ext-pdo": "*",
945
- "ext-phar": "*",
946
- "phpunit/phpunit": "~4.0",
947
- "squizlabs/php_codesniffer": "~2.0"
948
  },
949
  "type": "library",
950
  "extra": {
951
  "branch-alias": {
952
- "dev-master": "1.0.x-dev"
953
  }
954
  },
955
  "autoload": {
956
  "psr-4": {
957
- "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
958
  }
959
  },
960
  "notification-url": "https://packagist.org/downloads/",
@@ -963,116 +925,130 @@
963
  ],
964
  "authors": [
965
  {
966
- "name": "Marco Pivetta",
967
- "email": "ocramius@gmail.com",
968
- "homepage": "http://ocramius.github.com/"
969
  }
970
  ],
971
- "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
972
- "homepage": "https://github.com/doctrine/instantiator",
973
  "keywords": [
974
- "constructor",
975
- "instantiate"
 
 
 
976
  ],
977
- "time": "2015-06-14T21:17:01+00:00"
978
  },
979
  {
980
- "name": "facebook/webdriver",
981
- "version": "1.7.1",
982
  "source": {
983
  "type": "git",
984
- "url": "https://github.com/facebook/php-webdriver.git",
985
- "reference": "e43de70f3c7166169d0f14a374505392734160e5"
986
  },
987
  "dist": {
988
  "type": "zip",
989
- "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/e43de70f3c7166169d0f14a374505392734160e5",
990
- "reference": "e43de70f3c7166169d0f14a374505392734160e5",
991
  "shasum": ""
992
  },
993
  "require": {
994
- "ext-curl": "*",
995
- "ext-json": "*",
996
- "ext-mbstring": "*",
997
- "ext-zip": "*",
998
- "php": "^5.6 || ~7.0",
999
- "symfony/process": "^2.8 || ^3.1 || ^4.0"
 
 
 
 
 
 
 
 
 
 
1000
  },
1001
  "require-dev": {
1002
- "friendsofphp/php-cs-fixer": "^2.0",
1003
- "jakub-onderka/php-parallel-lint": "^0.9.2",
1004
- "php-coveralls/php-coveralls": "^2.0",
1005
- "php-mock/php-mock-phpunit": "^1.1",
1006
- "phpunit/phpunit": "^5.7",
1007
- "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
1008
- "squizlabs/php_codesniffer": "^2.6",
1009
- "symfony/var-dumper": "^3.3 || ^4.0"
1010
  },
1011
  "suggest": {
1012
- "ext-SimpleXML": "For Firefox profile creation"
 
 
1013
  },
 
 
 
1014
  "type": "library",
1015
  "extra": {
1016
  "branch-alias": {
1017
- "dev-community": "1.5-dev"
1018
  }
1019
  },
1020
  "autoload": {
1021
  "psr-4": {
1022
- "Facebook\\WebDriver\\": "lib/"
1023
  }
1024
  },
1025
  "notification-url": "https://packagist.org/downloads/",
1026
  "license": [
1027
- "Apache-2.0"
 
 
 
 
 
 
 
 
 
 
 
 
1028
  ],
1029
- "description": "A PHP client for Selenium WebDriver",
1030
- "homepage": "https://github.com/facebook/php-webdriver",
1031
  "keywords": [
1032
- "facebook",
1033
- "php",
1034
- "selenium",
1035
- "webdriver"
1036
  ],
1037
- "abandoned": "php-webdriver/webdriver",
1038
- "time": "2019-06-13T08:02:18+00:00"
1039
  },
1040
  {
1041
- "name": "gettext/gettext",
1042
- "version": "v4.8.2",
1043
  "source": {
1044
  "type": "git",
1045
- "url": "https://github.com/php-gettext/Gettext.git",
1046
- "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a"
1047
  },
1048
  "dist": {
1049
  "type": "zip",
1050
- "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a",
1051
- "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a",
1052
  "shasum": ""
1053
  },
1054
  "require": {
1055
- "gettext/languages": "^2.3",
1056
- "php": ">=5.4.0"
1057
  },
1058
  "require-dev": {
1059
- "illuminate/view": "*",
1060
- "phpunit/phpunit": "^4.8|^5.7|^6.5",
1061
- "squizlabs/php_codesniffer": "^3.0",
1062
- "symfony/yaml": "~2",
1063
- "twig/extensions": "*",
1064
- "twig/twig": "^1.31|^2.0"
1065
- },
1066
- "suggest": {
1067
- "illuminate/view": "Is necessary if you want to use the Blade extractor",
1068
- "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
1069
- "twig/extensions": "Is necessary if you want to use the Twig extractor",
1070
- "twig/twig": "Is necessary if you want to use the Twig extractor"
1071
  },
1072
  "type": "library",
 
 
 
 
 
1073
  "autoload": {
1074
  "psr-4": {
1075
- "Gettext\\": "src"
1076
  }
1077
  },
1078
  "notification-url": "https://packagist.org/downloads/",
@@ -1081,52 +1057,59 @@
1081
  ],
1082
  "authors": [
1083
  {
1084
- "name": "Oscar Otero",
1085
- "email": "oom@oscarotero.com",
1086
- "homepage": "http://oscarotero.com",
1087
- "role": "Developer"
 
 
 
 
 
 
 
 
 
1088
  }
1089
  ],
1090
- "description": "PHP gettext manager",
1091
- "homepage": "https://github.com/oscarotero/Gettext",
1092
  "keywords": [
1093
- "JS",
1094
- "gettext",
1095
- "i18n",
1096
- "mo",
1097
- "po",
1098
- "translation"
1099
  ],
1100
- "time": "2019-12-02T10:21:14+00:00"
1101
  },
1102
  {
1103
- "name": "gettext/languages",
1104
- "version": "2.6.0",
1105
  "source": {
1106
  "type": "git",
1107
- "url": "https://github.com/php-gettext/Languages.git",
1108
- "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
1109
  },
1110
  "dist": {
1111
  "type": "zip",
1112
- "url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
1113
- "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
1114
  "shasum": ""
1115
  },
1116
  "require": {
1117
- "php": ">=5.3"
1118
  },
1119
  "require-dev": {
1120
- "friendsofphp/php-cs-fixer": "^2.16.0",
1121
- "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
1122
  },
1123
- "bin": [
1124
- "bin/export-plural-rules"
1125
- ],
1126
  "type": "library",
 
 
 
 
 
1127
  "autoload": {
1128
  "psr-4": {
1129
- "Gettext\\Languages\\": "src/"
1130
  }
1131
  },
1132
  "notification-url": "https://packagist.org/downloads/",
@@ -1135,64 +1118,54 @@
1135
  ],
1136
  "authors": [
1137
  {
1138
- "name": "Michele Locati",
1139
- "email": "mlocati@gmail.com",
1140
- "role": "Developer"
 
 
 
 
 
 
 
 
 
 
1141
  }
1142
  ],
1143
- "description": "gettext languages with plural rules",
1144
- "homepage": "https://github.com/php-gettext/Languages",
1145
  "keywords": [
1146
- "cldr",
1147
- "i18n",
1148
- "internationalization",
1149
- "l10n",
1150
- "language",
1151
- "languages",
1152
- "localization",
1153
- "php",
1154
- "plural",
1155
- "plural rules",
1156
- "plurals",
1157
- "translate",
1158
- "translations",
1159
- "unicode"
1160
  ],
1161
- "time": "2019-11-13T10:30:21+00:00"
1162
  },
1163
  {
1164
- "name": "gumlet/php-image-resize",
1165
- "version": "1.9.2",
1166
  "source": {
1167
  "type": "git",
1168
- "url": "https://github.com/gumlet/php-image-resize.git",
1169
- "reference": "06339a9c1b167acd58173db226f57957a6617547"
1170
  },
1171
  "dist": {
1172
  "type": "zip",
1173
- "url": "https://api.github.com/repos/gumlet/php-image-resize/zipball/06339a9c1b167acd58173db226f57957a6617547",
1174
- "reference": "06339a9c1b167acd58173db226f57957a6617547",
1175
  "shasum": ""
1176
  },
1177
  "require": {
1178
- "ext-fileinfo": "*",
1179
- "ext-gd": "*",
1180
- "php": ">=5.5.0"
1181
  },
1182
  "require-dev": {
1183
- "apigen/apigen": "^4.1",
1184
- "ext-exif": "*",
1185
- "ext-gd": "*",
1186
- "php-coveralls/php-coveralls": "^2.1",
1187
- "phpunit/phpunit": "^4.8"
1188
- },
1189
- "suggest": {
1190
- "ext-exif": "Auto-rotate jpeg files"
1191
  },
1192
  "type": "library",
1193
  "autoload": {
1194
  "psr-4": {
1195
- "Gumlet\\": "lib/"
1196
  }
1197
  },
1198
  "notification-url": "https://packagist.org/downloads/",
@@ -1201,120 +1174,93 @@
1201
  ],
1202
  "authors": [
1203
  {
1204
- "name": "Aditya Patadia",
1205
- "homepage": "http://aditya.patadia.org/"
1206
  }
1207
  ],
1208
- "description": "PHP class to re-size and scale images",
1209
- "homepage": "https://github.com/gumlet/php-image-resize",
1210
  "keywords": [
1211
- "image",
1212
- "php",
1213
- "resize",
1214
- "scale"
1215
  ],
1216
- "time": "2019-01-01T13:53:00+00:00"
1217
  },
1218
  {
1219
- "name": "guzzlehttp/guzzle",
1220
- "version": "6.5.2",
1221
  "source": {
1222
  "type": "git",
1223
- "url": "https://github.com/guzzle/guzzle.git",
1224
- "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
1225
  },
1226
  "dist": {
1227
  "type": "zip",
1228
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
1229
- "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
1230
  "shasum": ""
1231
  },
1232
  "require": {
1233
- "ext-json": "*",
1234
- "guzzlehttp/promises": "^1.0",
1235
- "guzzlehttp/psr7": "^1.6.1",
1236
- "php": ">=5.5"
1237
  },
1238
  "require-dev": {
1239
- "ext-curl": "*",
1240
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1241
- "psr/log": "^1.1"
1242
- },
1243
- "suggest": {
1244
- "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1245
- "psr/log": "Required for using the Log middleware"
1246
  },
1247
- "type": "library",
1248
  "extra": {
1249
- "branch-alias": {
1250
- "dev-master": "6.5-dev"
1251
- }
1252
  },
1253
  "autoload": {
1254
  "psr-4": {
1255
- "GuzzleHttp\\": "src/"
1256
- },
1257
- "files": [
1258
- "src/functions_include.php"
1259
- ]
1260
  },
1261
  "notification-url": "https://packagist.org/downloads/",
1262
  "license": [
1263
- "MIT"
1264
  ],
1265
  "authors": [
1266
  {
1267
- "name": "Michael Dowling",
1268
- "email": "mtdowling@gmail.com",
1269
- "homepage": "https://github.com/mtdowling"
1270
  }
1271
  ],
1272
- "description": "Guzzle is a PHP HTTP client library",
1273
- "homepage": "http://guzzlephp.org/",
1274
- "keywords": [
1275
- "client",
1276
- "curl",
1277
- "framework",
1278
- "http",
1279
- "http client",
1280
- "rest",
1281
- "web service"
1282
- ],
1283
- "time": "2019-12-23T11:57:10+00:00"
1284
  },
1285
  {
1286
- "name": "guzzlehttp/promises",
1287
- "version": "v1.3.1",
1288
  "source": {
1289
  "type": "git",
1290
- "url": "https://github.com/guzzle/promises.git",
1291
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1292
  },
1293
  "dist": {
1294
  "type": "zip",
1295
- "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1296
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1297
  "shasum": ""
1298
  },
1299
  "require": {
1300
- "php": ">=5.5.0"
 
 
1301
  },
1302
  "require-dev": {
1303
- "phpunit/phpunit": "^4.0"
 
 
1304
  },
1305
- "type": "library",
1306
  "extra": {
1307
- "branch-alias": {
1308
- "dev-master": "1.4-dev"
1309
- }
1310
  },
1311
  "autoload": {
1312
  "psr-4": {
1313
- "GuzzleHttp\\Promise\\": "src/"
1314
- },
1315
- "files": [
1316
- "src/functions_include.php"
1317
- ]
1318
  },
1319
  "notification-url": "https://packagist.org/downloads/",
1320
  "license": [
@@ -1322,725 +1268,690 @@
1322
  ],
1323
  "authors": [
1324
  {
1325
- "name": "Michael Dowling",
1326
- "email": "mtdowling@gmail.com",
1327
- "homepage": "https://github.com/mtdowling"
 
1328
  }
1329
  ],
1330
- "description": "Guzzle promises library",
 
1331
  "keywords": [
1332
- "promise"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1333
  ],
1334
- "time": "2016-12-20T10:07:11+00:00"
1335
  },
1336
  {
1337
- "name": "guzzlehttp/psr7",
1338
- "version": "1.6.1",
1339
  "source": {
1340
  "type": "git",
1341
- "url": "https://github.com/guzzle/psr7.git",
1342
- "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
1343
  },
1344
  "dist": {
1345
  "type": "zip",
1346
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
1347
- "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
1348
  "shasum": ""
1349
  },
1350
  "require": {
1351
- "php": ">=5.4.0",
1352
- "psr/http-message": "~1.0",
1353
- "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1354
- },
1355
- "provide": {
1356
- "psr/http-message-implementation": "1.0"
1357
- },
1358
- "require-dev": {
1359
- "ext-zlib": "*",
1360
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
1361
- },
1362
- "suggest": {
1363
- "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
1364
  },
1365
  "type": "library",
1366
- "extra": {
1367
- "branch-alias": {
1368
- "dev-master": "1.6-dev"
1369
- }
1370
- },
1371
  "autoload": {
1372
- "psr-4": {
1373
- "GuzzleHttp\\Psr7\\": "src/"
1374
- },
1375
- "files": [
1376
- "src/functions_include.php"
1377
  ]
1378
  },
1379
  "notification-url": "https://packagist.org/downloads/",
1380
  "license": [
1381
- "MIT"
1382
  ],
1383
  "authors": [
1384
  {
1385
- "name": "Michael Dowling",
1386
- "email": "mtdowling@gmail.com",
1387
- "homepage": "https://github.com/mtdowling"
1388
- },
1389
- {
1390
- "name": "Tobias Schultze",
1391
- "homepage": "https://github.com/Tobion"
1392
  }
1393
  ],
1394
- "description": "PSR-7 message implementation that also provides common utility methods",
 
1395
  "keywords": [
1396
- "http",
1397
- "message",
1398
- "psr-7",
1399
- "request",
1400
- "response",
1401
- "stream",
1402
- "uri",
1403
- "url"
1404
  ],
1405
- "time": "2019-07-01T23:21:34+00:00"
1406
  },
1407
  {
1408
- "name": "hamcrest/hamcrest-php",
1409
- "version": "v1.2.2",
1410
  "source": {
1411
  "type": "git",
1412
- "url": "https://github.com/hamcrest/hamcrest-php.git",
1413
- "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1414
  },
1415
  "dist": {
1416
  "type": "zip",
1417
- "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1418
- "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1419
  "shasum": ""
1420
  },
1421
  "require": {
1422
  "php": ">=5.3.2"
1423
  },
1424
- "replace": {
1425
- "cordoval/hamcrest-php": "*",
1426
- "davedevelopment/hamcrest-php": "*",
1427
- "kodova/hamcrest-php": "*"
1428
- },
1429
  "require-dev": {
1430
- "phpunit/php-file-iterator": "1.3.3",
1431
- "satooshi/php-coveralls": "dev-master"
1432
  },
1433
  "type": "library",
 
 
 
 
 
1434
  "autoload": {
1435
- "classmap": [
1436
- "hamcrest"
1437
- ],
1438
- "files": [
1439
- "hamcrest/Hamcrest.php"
1440
- ]
1441
  },
1442
  "notification-url": "https://packagist.org/downloads/",
1443
  "license": [
1444
- "BSD"
1445
  ],
1446
- "description": "This is the PHP port of Hamcrest Matchers",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1447
  "keywords": [
1448
- "test"
 
 
 
1449
  ],
1450
- "time": "2015-05-11T14:41:42+00:00"
1451
  },
1452
  {
1453
- "name": "hautelook/phpass",
1454
- "version": "0.3.5",
1455
  "source": {
1456
  "type": "git",
1457
- "url": "https://github.com/hautelook/phpass.git",
1458
- "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd"
1459
  },
1460
  "dist": {
1461
  "type": "zip",
1462
- "url": "https://api.github.com/repos/hautelook/phpass/zipball/b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
1463
- "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
1464
  "shasum": ""
1465
  },
1466
  "require": {
1467
- "php": ">=5.3.3"
 
 
 
 
 
 
 
1468
  },
1469
  "type": "library",
 
 
 
 
 
1470
  "autoload": {
1471
- "psr-0": {
1472
- "Hautelook": "src/"
1473
  }
1474
  },
1475
  "notification-url": "https://packagist.org/downloads/",
1476
  "license": [
1477
- "Public Domain"
1478
  ],
1479
  "authors": [
1480
  {
1481
- "name": "Solar Designer",
1482
- "email": "solar@openwall.com",
1483
- "homepage": "http://openwall.com/phpass/"
1484
  }
1485
  ],
1486
- "description": "Portable PHP password hashing framework",
1487
- "homepage": "http://github.com/hautelook/phpass/",
1488
  "keywords": [
1489
- "blowfish",
1490
- "crypt",
1491
- "password",
1492
- "security"
1493
  ],
1494
- "time": "2012-08-31T00:00:00+00:00"
1495
  },
1496
  {
1497
- "name": "hoa/consistency",
1498
- "version": "1.17.05.02",
1499
  "source": {
1500
  "type": "git",
1501
- "url": "https://github.com/hoaproject/Consistency.git",
1502
- "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
1503
  },
1504
  "dist": {
1505
  "type": "zip",
1506
- "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
1507
- "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
1508
  "shasum": ""
1509
  },
1510
  "require": {
1511
- "hoa/exception": "~1.0",
1512
- "php": ">=5.5.0"
1513
  },
1514
  "require-dev": {
1515
- "hoa/stream": "~1.0",
1516
- "hoa/test": "~2.0"
1517
  },
1518
  "type": "library",
1519
- "extra": {
1520
- "branch-alias": {
1521
- "dev-master": "1.x-dev"
1522
- }
1523
- },
1524
  "autoload": {
1525
- "psr-4": {
1526
- "Hoa\\Consistency\\": "."
1527
- },
1528
- "files": [
1529
- "Prelude.php"
1530
- ]
1531
  },
1532
  "notification-url": "https://packagist.org/downloads/",
1533
  "license": [
1534
- "BSD-3-Clause"
1535
  ],
1536
  "authors": [
1537
  {
1538
- "name": "Ivan Enderlin",
1539
- "email": "ivan.enderlin@hoa-project.net"
1540
- },
1541
- {
1542
- "name": "Hoa community",
1543
- "homepage": "https://hoa-project.net/"
1544
  }
1545
  ],
1546
- "description": "The Hoa\\Consistency library.",
1547
- "homepage": "https://hoa-project.net/",
1548
- "keywords": [
1549
- "autoloader",
1550
- "callable",
1551
- "consistency",
1552
- "entity",
1553
- "flex",
1554
- "keyword",
1555
- "library"
1556
- ],
1557
- "time": "2017-05-02T12:18:12+00:00"
1558
  },
1559
  {
1560
- "name": "hoa/console",
1561
- "version": "3.17.05.02",
1562
  "source": {
1563
  "type": "git",
1564
- "url": "https://github.com/hoaproject/Console.git",
1565
- "reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66"
1566
  },
1567
  "dist": {
1568
  "type": "zip",
1569
- "url": "https://api.github.com/repos/hoaproject/Console/zipball/e231fd3ea70e6d773576ae78de0bdc1daf331a66",
1570
- "reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66",
1571
  "shasum": ""
1572
  },
1573
  "require": {
1574
- "hoa/consistency": "~1.0",
1575
- "hoa/event": "~1.0",
1576
- "hoa/exception": "~1.0",
1577
- "hoa/file": "~1.0",
1578
- "hoa/protocol": "~1.0",
1579
- "hoa/stream": "~1.0",
1580
- "hoa/ustring": "~4.0"
1581
  },
1582
  "require-dev": {
1583
- "hoa/test": "~2.0"
 
 
 
 
 
1584
  },
1585
  "suggest": {
1586
- "ext-pcntl": "To enable hoa://Event/Console/Window:resize.",
1587
- "hoa/dispatcher": "To use the console kit.",
1588
- "hoa/router": "To use the console kit."
 
1589
  },
1590
  "type": "library",
1591
- "extra": {
1592
- "branch-alias": {
1593
- "dev-master": "3.x-dev"
1594
- }
1595
- },
1596
  "autoload": {
1597
  "psr-4": {
1598
- "Hoa\\Console\\": "."
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\\Console library.",
1616
- "homepage": "https://hoa-project.net/",
1617
  "keywords": [
1618
- "autocompletion",
1619
- "chrome",
1620
- "cli",
1621
- "console",
1622
- "cursor",
1623
- "getoption",
1624
- "library",
1625
- "option",
1626
- "parser",
1627
- "processus",
1628
- "readline",
1629
- "terminfo",
1630
- "tput",
1631
- "window"
1632
  ],
1633
- "time": "2017-05-02T12:26:19+00:00"
1634
  },
1635
  {
1636
- "name": "hoa/event",
1637
- "version": "1.17.01.13",
1638
  "source": {
1639
  "type": "git",
1640
- "url": "https://github.com/hoaproject/Event.git",
1641
- "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
1642
  },
1643
  "dist": {
1644
  "type": "zip",
1645
- "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
1646
- "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
1647
  "shasum": ""
1648
  },
1649
  "require": {
1650
- "hoa/consistency": "~1.0",
1651
- "hoa/exception": "~1.0"
1652
  },
1653
  "require-dev": {
1654
- "hoa/test": "~2.0"
 
1655
  },
 
 
 
1656
  "type": "library",
1657
- "extra": {
1658
- "branch-alias": {
1659
- "dev-master": "1.x-dev"
1660
- }
1661
- },
1662
  "autoload": {
1663
  "psr-4": {
1664
- "Hoa\\Event\\": "."
1665
  }
1666
  },
1667
  "notification-url": "https://packagist.org/downloads/",
1668
  "license": [
1669
- "BSD-3-Clause"
1670
  ],
1671
  "authors": [
1672
  {
1673
- "name": "Ivan Enderlin",
1674
- "email": "ivan.enderlin@hoa-project.net"
1675
- },
1676
- {
1677
- "name": "Hoa community",
1678
- "homepage": "https://hoa-project.net/"
1679
  }
1680
  ],
1681
- "description": "The Hoa\\Event library.",
1682
- "homepage": "https://hoa-project.net/",
1683
  "keywords": [
1684
- "event",
1685
- "library",
1686
- "listener",
1687
- "observer"
 
 
 
 
 
 
 
 
 
 
1688
  ],
1689
- "time": "2017-01-13T15:30:50+00:00"
1690
  },
1691
  {
1692
- "name": "hoa/exception",
1693
- "version": "1.17.01.16",
1694
  "source": {
1695
  "type": "git",
1696
- "url": "https://github.com/hoaproject/Exception.git",
1697
- "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
1698
  },
1699
  "dist": {
1700
  "type": "zip",
1701
- "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
1702
- "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
1703
  "shasum": ""
1704
  },
1705
  "require": {
1706
- "hoa/consistency": "~1.0",
1707
- "hoa/event": "~1.0"
 
1708
  },
1709
  "require-dev": {
1710
- "hoa/test": "~2.0"
 
 
 
 
 
 
 
1711
  },
1712
  "type": "library",
1713
- "extra": {
1714
- "branch-alias": {
1715
- "dev-master": "1.x-dev"
1716
- }
1717
- },
1718
  "autoload": {
1719
  "psr-4": {
1720
- "Hoa\\Exception\\": "."
1721
  }
1722
  },
1723
  "notification-url": "https://packagist.org/downloads/",
1724
  "license": [
1725
- "BSD-3-Clause"
1726
  ],
1727
  "authors": [
1728
  {
1729
- "name": "Ivan Enderlin",
1730
- "email": "ivan.enderlin@hoa-project.net"
1731
- },
1732
- {
1733
- "name": "Hoa community",
1734
- "homepage": "https://hoa-project.net/"
1735
  }
1736
  ],
1737
- "description": "The Hoa\\Exception library.",
1738
- "homepage": "https://hoa-project.net/",
1739
  "keywords": [
1740
- "exception",
1741
- "library"
 
 
1742
  ],
1743
- "time": "2017-01-16T07:53:27+00:00"
1744
  },
1745
  {
1746
- "name": "hoa/file",
1747
- "version": "1.17.07.11",
1748
  "source": {
1749
  "type": "git",
1750
- "url": "https://github.com/hoaproject/File.git",
1751
- "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
1752
  },
1753
  "dist": {
1754
  "type": "zip",
1755
- "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
1756
- "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
1757
  "shasum": ""
1758
  },
1759
  "require": {
1760
- "hoa/consistency": "~1.0",
1761
- "hoa/event": "~1.0",
1762
- "hoa/exception": "~1.0",
1763
- "hoa/iterator": "~2.0",
1764
- "hoa/stream": "~1.0"
1765
  },
1766
  "require-dev": {
1767
- "hoa/test": "~2.0"
 
 
 
 
 
 
1768
  },
1769
  "type": "library",
1770
  "extra": {
1771
  "branch-alias": {
1772
- "dev-master": "1.x-dev"
1773
  }
1774
  },
1775
  "autoload": {
1776
  "psr-4": {
1777
- "Hoa\\File\\": "."
1778
- }
 
 
 
1779
  },
1780
  "notification-url": "https://packagist.org/downloads/",
1781
  "license": [
1782
- "BSD-3-Clause"
1783
  ],
1784
  "authors": [
1785
  {
1786
- "name": "Ivan Enderlin",
1787
- "email": "ivan.enderlin@hoa-project.net"
1788
- },
1789
- {
1790
- "name": "Hoa community",
1791
- "homepage": "https://hoa-project.net/"
1792
  }
1793
  ],
1794
- "description": "The Hoa\\File library.",
1795
- "homepage": "https://hoa-project.net/",
1796
  "keywords": [
1797
- "Socket",
1798
- "directory",
1799
- "file",
1800
- "finder",
1801
- "library",
1802
- "link",
1803
- "temporary"
1804
  ],
1805
- "time": "2017-07-11T07:42:15+00:00"
1806
  },
1807
  {
1808
- "name": "hoa/iterator",
1809
- "version": "2.17.01.10",
1810
  "source": {
1811
  "type": "git",
1812
- "url": "https://github.com/hoaproject/Iterator.git",
1813
- "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
1814
  },
1815
  "dist": {
1816
  "type": "zip",
1817
- "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
1818
- "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
1819
  "shasum": ""
1820
  },
1821
  "require": {
1822
- "hoa/consistency": "~1.0",
1823
- "hoa/exception": "~1.0"
1824
  },
1825
  "require-dev": {
1826
- "hoa/test": "~2.0"
1827
  },
1828
  "type": "library",
1829
  "extra": {
1830
  "branch-alias": {
1831
- "dev-master": "2.x-dev"
1832
  }
1833
  },
1834
  "autoload": {
1835
  "psr-4": {
1836
- "Hoa\\Iterator\\": "."
1837
- }
 
 
 
1838
  },
1839
  "notification-url": "https://packagist.org/downloads/",
1840
  "license": [
1841
- "BSD-3-Clause"
1842
  ],
1843
  "authors": [
1844
  {
1845
- "name": "Ivan Enderlin",
1846
- "email": "ivan.enderlin@hoa-project.net"
1847
- },
1848
- {
1849
- "name": "Hoa community",
1850
- "homepage": "https://hoa-project.net/"
1851
  }
1852
  ],
1853
- "description": "The Hoa\\Iterator library.",
1854
- "homepage": "https://hoa-project.net/",
1855
  "keywords": [
1856
- "iterator",
1857
- "library"
1858
  ],
1859
- "time": "2017-01-10T10:34:47+00:00"
1860
  },
1861
  {
1862
- "name": "hoa/protocol",
1863
- "version": "1.17.01.14",
1864
  "source": {
1865
  "type": "git",
1866
- "url": "https://github.com/hoaproject/Protocol.git",
1867
- "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
1868
  },
1869
  "dist": {
1870
  "type": "zip",
1871
- "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
1872
- "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
1873
  "shasum": ""
1874
  },
1875
  "require": {
1876
- "hoa/consistency": "~1.0",
1877
- "hoa/exception": "~1.0"
 
 
 
 
1878
  },
1879
  "require-dev": {
1880
- "hoa/test": "~2.0"
 
 
 
 
1881
  },
1882
  "type": "library",
1883
  "extra": {
1884
  "branch-alias": {
1885
- "dev-master": "1.x-dev"
1886
  }
1887
  },
1888
  "autoload": {
1889
  "psr-4": {
1890
- "Hoa\\Protocol\\": "."
1891
  },
1892
  "files": [
1893
- "Wrapper.php"
1894
  ]
1895
  },
1896
  "notification-url": "https://packagist.org/downloads/",
1897
  "license": [
1898
- "BSD-3-Clause"
1899
  ],
1900
  "authors": [
1901
  {
1902
- "name": "Ivan Enderlin",
1903
- "email": "ivan.enderlin@hoa-project.net"
 
1904
  },
1905
  {
1906
- "name": "Hoa community",
1907
- "homepage": "https://hoa-project.net/"
1908
  }
1909
  ],
1910
- "description": "The Hoa\\Protocol library.",
1911
- "homepage": "https://hoa-project.net/",
1912
  "keywords": [
1913
- "library",
1914
- "protocol",
1915
- "resource",
 
 
1916
  "stream",
1917
- "wrapper"
 
1918
  ],
1919
- "time": "2017-01-14T12:26:10+00:00"
1920
  },
1921
  {
1922
- "name": "hoa/stream",
1923
- "version": "1.17.02.21",
1924
  "source": {
1925
  "type": "git",
1926
- "url": "https://github.com/hoaproject/Stream.git",
1927
- "reference": "3293cfffca2de10525df51436adf88a559151d82"
1928
  },
1929
  "dist": {
1930
  "type": "zip",
1931
- "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
1932
- "reference": "3293cfffca2de10525df51436adf88a559151d82",
1933
  "shasum": ""
1934
  },
1935
  "require": {
1936
- "hoa/consistency": "~1.0",
1937
- "hoa/event": "~1.0",
1938
- "hoa/exception": "~1.0",
1939
- "hoa/protocol": "~1.0"
 
 
1940
  },
1941
  "require-dev": {
1942
- "hoa/test": "~2.0"
 
1943
  },
1944
  "type": "library",
1945
- "extra": {
1946
- "branch-alias": {
1947
- "dev-master": "1.x-dev"
1948
- }
1949
- },
1950
  "autoload": {
1951
- "psr-4": {
1952
- "Hoa\\Stream\\": "."
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\\Stream library.",
1970
- "homepage": "https://hoa-project.net/",
1971
  "keywords": [
1972
- "Context",
1973
- "bucket",
1974
- "composite",
1975
- "filter",
1976
- "in",
1977
- "library",
1978
- "out",
1979
- "protocol",
1980
- "stream",
1981
- "wrapper"
1982
  ],
1983
- "time": "2017-02-21T16:01:06+00:00"
1984
  },
1985
  {
1986
- "name": "hoa/ustring",
1987
- "version": "4.17.01.16",
1988
  "source": {
1989
  "type": "git",
1990
- "url": "https://github.com/hoaproject/Ustring.git",
1991
- "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
1992
  },
1993
  "dist": {
1994
  "type": "zip",
1995
- "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
1996
- "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
1997
  "shasum": ""
1998
  },
1999
  "require": {
2000
- "hoa/consistency": "~1.0",
2001
- "hoa/exception": "~1.0"
2002
- },
2003
- "require-dev": {
2004
- "hoa/test": "~2.0"
2005
- },
2006
- "suggest": {
2007
- "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2008
- "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2009
  },
2010
  "type": "library",
2011
- "extra": {
2012
- "branch-alias": {
2013
- "dev-master": "4.x-dev"
2014
- }
2015
- },
2016
  "autoload": {
2017
- "psr-4": {
2018
- "Hoa\\Ustring\\": "."
2019
  }
2020
  },
2021
  "notification-url": "https://packagist.org/downloads/",
2022
  "license": [
2023
- "BSD-3-Clause"
2024
  ],
2025
  "authors": [
2026
  {
2027
- "name": "Ivan Enderlin",
2028
- "email": "ivan.enderlin@hoa-project.net"
2029
- },
2030
- {
2031
- "name": "Hoa community",
2032
- "homepage": "https://hoa-project.net/"
2033
  }
2034
  ],
2035
- "description": "The Hoa\\Ustring library.",
2036
- "homepage": "https://hoa-project.net/",
2037
  "keywords": [
2038
- "library",
2039
- "search",
2040
- "string",
2041
- "unicode"
2042
  ],
2043
- "time": "2017-01-16T07:08:25+00:00"
2044
  },
2045
  {
2046
  "name": "illuminate/contracts",
@@ -2211,21 +2122,21 @@
2211
  },
2212
  {
2213
  "name": "lucatume/wp-browser",
2214
- "version": "2.2.37",
2215
  "source": {
2216
  "type": "git",
2217
  "url": "https://github.com/lucatume/wp-browser.git",
2218
- "reference": "8c4b6428f220dd159df0855f06c75957a6c5859b"
2219
  },
2220
  "dist": {
2221
  "type": "zip",
2222
- "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/8c4b6428f220dd159df0855f06c75957a6c5859b",
2223
- "reference": "8c4b6428f220dd159df0855f06c75957a6c5859b",
2224
  "shasum": ""
2225
  },
2226
  "require": {
2227
  "antecedent/patchwork": "^2.0",
2228
- "codeception/codeception": "^2.5 || ^3.0",
2229
  "dg/mysql-dump": "^1.3",
2230
  "ext-fileinfo": "*",
2231
  "ext-iconv": "*",
@@ -2245,20 +2156,27 @@
2245
  "erusev/parsedown": "^1.7",
2246
  "lucatume/codeception-snapshot-assertions": "^0.2",
2247
  "mikey179/vfsstream": "^1.6",
2248
- "phpstan/phpstan": "^0.11.15",
2249
- "phpstan/phpstan-shim": "^0.11.15",
2250
- "squizlabs/php_codesniffer": "^3.4",
2251
- "szepeviktor/phpstan-wordpress": "^0.2.0",
2252
  "victorjonsson/markdowndocs": "dev-master"
2253
  },
 
 
 
 
 
 
 
 
 
2254
  "type": "library",
 
 
 
2255
  "autoload": {
2256
  "psr-4": {
2257
  "Codeception\\": "src/Codeception",
2258
  "tad\\": "src/tad"
2259
  },
2260
  "files": [
2261
- "src/tad/WPBrowser/functions.php",
2262
  "src/tad/WPBrowser/utils.php",
2263
  "src/tad/WPBrowser/wp-polyfills.php"
2264
  ]
@@ -2281,7 +2199,7 @@
2281
  "codeception",
2282
  "wordpress"
2283
  ],
2284
- "time": "2020-02-21T13:28:14+00:00"
2285
  },
2286
  {
2287
  "name": "matthiasmullie/minify",
@@ -2394,16 +2312,16 @@
2394
  },
2395
  {
2396
  "name": "mck89/peast",
2397
- "version": "v1.10.2",
2398
  "source": {
2399
  "type": "git",
2400
  "url": "https://github.com/mck89/peast.git",
2401
- "reference": "1c3984ba9fc3cb93848748f141f5ddac0a65c5e1"
2402
  },
2403
  "dist": {
2404
  "type": "zip",
2405
- "url": "https://api.github.com/repos/mck89/peast/zipball/1c3984ba9fc3cb93848748f141f5ddac0a65c5e1",
2406
- "reference": "1c3984ba9fc3cb93848748f141f5ddac0a65c5e1",
2407
  "shasum": ""
2408
  },
2409
  "require": {
@@ -2415,7 +2333,7 @@
2415
  "type": "library",
2416
  "extra": {
2417
  "branch-alias": {
2418
- "dev-master": "1.10.2-dev"
2419
  }
2420
  },
2421
  "autoload": {
@@ -2435,7 +2353,7 @@
2435
  }
2436
  ],
2437
  "description": "Peast is PHP library that generates AST for JavaScript code",
2438
- "time": "2020-03-15T16:03:55+00:00"
2439
  },
2440
  {
2441
  "name": "mikemclin/laravel-wp-password",
@@ -2906,6 +2824,71 @@
2906
  ],
2907
  "time": "2018-04-04T21:48:54+00:00"
2908
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2909
  {
2910
  "name": "phpcompatibility/php-compatibility",
2911
  "version": "9.3.5",
@@ -4417,16 +4400,16 @@
4417
  },
4418
  {
4419
  "name": "symfony/browser-kit",
4420
- "version": "v3.4.38",
4421
  "source": {
4422
  "type": "git",
4423
  "url": "https://github.com/symfony/browser-kit.git",
4424
- "reference": "ede0c5fa204586e3fa51053fbea9cea8a5a3ee8b"
4425
  },
4426
  "dist": {
4427
  "type": "zip",
4428
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ede0c5fa204586e3fa51053fbea9cea8a5a3ee8b",
4429
- "reference": "ede0c5fa204586e3fa51053fbea9cea8a5a3ee8b",
4430
  "shasum": ""
4431
  },
4432
  "require": {
@@ -4470,20 +4453,20 @@
4470
  ],
4471
  "description": "Symfony BrowserKit Component",
4472
  "homepage": "https://symfony.com",
4473
- "time": "2020-01-01T11:03:25+00:00"
4474
  },
4475
  {
4476
  "name": "symfony/console",
4477
- "version": "v3.4.38",
4478
  "source": {
4479
  "type": "git",
4480
  "url": "https://github.com/symfony/console.git",
4481
- "reference": "6827023c5872bea44b29d145de693b21981cf4cd"
4482
  },
4483
  "dist": {
4484
  "type": "zip",
4485
- "url": "https://api.github.com/repos/symfony/console/zipball/6827023c5872bea44b29d145de693b21981cf4cd",
4486
- "reference": "6827023c5872bea44b29d145de693b21981cf4cd",
4487
  "shasum": ""
4488
  },
4489
  "require": {
@@ -4542,20 +4525,20 @@
4542
  ],
4543
  "description": "Symfony Console Component",
4544
  "homepage": "https://symfony.com",
4545
- "time": "2020-02-15T13:27:16+00:00"
4546
  },
4547
  {
4548
  "name": "symfony/css-selector",
4549
- "version": "v3.4.38",
4550
  "source": {
4551
  "type": "git",
4552
  "url": "https://github.com/symfony/css-selector.git",
4553
- "reference": "ee9b946e7223b11257329a054c64396b19d619e1"
4554
  },
4555
  "dist": {
4556
  "type": "zip",
4557
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee9b946e7223b11257329a054c64396b19d619e1",
4558
- "reference": "ee9b946e7223b11257329a054c64396b19d619e1",
4559
  "shasum": ""
4560
  },
4561
  "require": {
@@ -4595,20 +4578,20 @@
4595
  ],
4596
  "description": "Symfony CssSelector Component",
4597
  "homepage": "https://symfony.com",
4598
- "time": "2020-02-04T08:04:52+00:00"
4599
  },
4600
  {
4601
  "name": "symfony/debug",
4602
- "version": "v3.4.38",
4603
  "source": {
4604
  "type": "git",
4605
  "url": "https://github.com/symfony/debug.git",
4606
- "reference": "a99278d50af8a9164219da38d61fb161a7f6e0a6"
4607
  },
4608
  "dist": {
4609
  "type": "zip",
4610
- "url": "https://api.github.com/repos/symfony/debug/zipball/a99278d50af8a9164219da38d61fb161a7f6e0a6",
4611
- "reference": "a99278d50af8a9164219da38d61fb161a7f6e0a6",
4612
  "shasum": ""
4613
  },
4614
  "require": {
@@ -4651,20 +4634,20 @@
4651
  ],
4652
  "description": "Symfony Debug Component",
4653
  "homepage": "https://symfony.com",
4654
- "time": "2020-02-03T15:10:40+00:00"
4655
  },
4656
  {
4657
  "name": "symfony/dom-crawler",
4658
- "version": "v3.4.38",
4659
  "source": {
4660
  "type": "git",
4661
  "url": "https://github.com/symfony/dom-crawler.git",
4662
- "reference": "5ea08fead7392bc5bfe83fb8a289ac9b72cb689e"
4663
  },
4664
  "dist": {
4665
  "type": "zip",
4666
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/5ea08fead7392bc5bfe83fb8a289ac9b72cb689e",
4667
- "reference": "5ea08fead7392bc5bfe83fb8a289ac9b72cb689e",
4668
  "shasum": ""
4669
  },
4670
  "require": {
@@ -4708,20 +4691,20 @@
4708
  ],
4709
  "description": "Symfony DomCrawler Component",
4710
  "homepage": "https://symfony.com",
4711
- "time": "2020-02-26T17:12:32+00:00"
4712
  },
4713
  {
4714
  "name": "symfony/event-dispatcher",
4715
- "version": "v3.4.38",
4716
  "source": {
4717
  "type": "git",
4718
  "url": "https://github.com/symfony/event-dispatcher.git",
4719
- "reference": "2f67a869aef3eecf42e7f8be4a8b86c92308686c"
4720
  },
4721
  "dist": {
4722
  "type": "zip",
4723
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2f67a869aef3eecf42e7f8be4a8b86c92308686c",
4724
- "reference": "2f67a869aef3eecf42e7f8be4a8b86c92308686c",
4725
  "shasum": ""
4726
  },
4727
  "require": {
@@ -4771,20 +4754,20 @@
4771
  ],
4772
  "description": "Symfony EventDispatcher Component",
4773
  "homepage": "https://symfony.com",
4774
- "time": "2020-02-04T08:04:52+00:00"
4775
  },
4776
  {
4777
  "name": "symfony/filesystem",
4778
- "version": "v3.4.38",
4779
  "source": {
4780
  "type": "git",
4781
  "url": "https://github.com/symfony/filesystem.git",
4782
- "reference": "0a0d3b4bda11aa3a0464531c40e681e184e75628"
4783
  },
4784
  "dist": {
4785
  "type": "zip",
4786
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/0a0d3b4bda11aa3a0464531c40e681e184e75628",
4787
- "reference": "0a0d3b4bda11aa3a0464531c40e681e184e75628",
4788
  "shasum": ""
4789
  },
4790
  "require": {
@@ -4821,11 +4804,11 @@
4821
  ],
4822
  "description": "Symfony Filesystem Component",
4823
  "homepage": "https://symfony.com",
4824
- "time": "2020-01-17T08:50:08+00:00"
4825
  },
4826
  {
4827
  "name": "symfony/finder",
4828
- "version": "v3.4.38",
4829
  "source": {
4830
  "type": "git",
4831
  "url": "https://github.com/symfony/finder.git",
@@ -4991,16 +4974,16 @@
4991
  },
4992
  {
4993
  "name": "symfony/process",
4994
- "version": "v3.4.38",
4995
  "source": {
4996
  "type": "git",
4997
  "url": "https://github.com/symfony/process.git",
4998
- "reference": "b03b02dcea26ba4c65c16a73bab4f00c186b13da"
4999
  },
5000
  "dist": {
5001
  "type": "zip",
5002
- "url": "https://api.github.com/repos/symfony/process/zipball/b03b02dcea26ba4c65c16a73bab4f00c186b13da",
5003
- "reference": "b03b02dcea26ba4c65c16a73bab4f00c186b13da",
5004
  "shasum": ""
5005
  },
5006
  "require": {
@@ -5036,20 +5019,20 @@
5036
  ],
5037
  "description": "Symfony Process Component",
5038
  "homepage": "https://symfony.com",
5039
- "time": "2020-02-04T08:04:52+00:00"
5040
  },
5041
  {
5042
  "name": "symfony/yaml",
5043
- "version": "v3.4.38",
5044
  "source": {
5045
  "type": "git",
5046
  "url": "https://github.com/symfony/yaml.git",
5047
- "reference": "bc63e15160866e8730a1f738541b194c401f72bf"
5048
  },
5049
  "dist": {
5050
  "type": "zip",
5051
- "url": "https://api.github.com/repos/symfony/yaml/zipball/bc63e15160866e8730a1f738541b194c401f72bf",
5052
- "reference": "bc63e15160866e8730a1f738541b194c401f72bf",
5053
  "shasum": ""
5054
  },
5055
  "require": {
@@ -5095,20 +5078,20 @@
5095
  ],
5096
  "description": "Symfony Yaml Component",
5097
  "homepage": "https://symfony.com",
5098
- "time": "2020-01-16T19:04:26+00:00"
5099
  },
5100
  {
5101
  "name": "vlucas/phpdotenv",
5102
- "version": "v3.6.1",
5103
  "source": {
5104
  "type": "git",
5105
  "url": "https://github.com/vlucas/phpdotenv.git",
5106
- "reference": "8f7961f7b9deb3b432452c18093cf16f88205902"
5107
  },
5108
  "dist": {
5109
  "type": "zip",
5110
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8f7961f7b9deb3b432452c18093cf16f88205902",
5111
- "reference": "8f7961f7b9deb3b432452c18093cf16f88205902",
5112
  "shasum": ""
5113
  },
5114
  "require": {
@@ -5118,10 +5101,12 @@
5118
  },
5119
  "require-dev": {
5120
  "ext-filter": "*",
 
5121
  "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
5122
  },
5123
  "suggest": {
5124
- "ext-filter": "Required to use the boolean validator."
 
5125
  },
5126
  "type": "library",
5127
  "extra": {
@@ -5156,7 +5141,7 @@
5156
  "env",
5157
  "environment"
5158
  ],
5159
- "time": "2020-03-12T13:44:00+00:00"
5160
  },
5161
  {
5162
  "name": "vria/nodiacritic",
@@ -7387,22 +7372,30 @@
7387
  },
7388
  {
7389
  "name": "wpdesk/wp-codeception",
7390
- "version": "1.4.19",
7391
  "source": {
7392
  "type": "git",
7393
  "url": "https://gitlab.com/wpdesk/wp-codeception.git",
7394
- "reference": "b3cdbffc6f62ae1e50c957d4a2f3944332266034"
7395
  },
7396
  "dist": {
7397
  "type": "zip",
7398
- "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-codeception/repository/archive.zip?sha=b3cdbffc6f62ae1e50c957d4a2f3944332266034",
7399
- "reference": "b3cdbffc6f62ae1e50c957d4a2f3944332266034",
7400
  "shasum": ""
7401
  },
7402
  "require": {
 
 
 
 
 
 
 
 
7403
  "composer-plugin-api": "^1.1",
7404
  "ext-json": "*",
7405
- "lucatume/wp-browser": "^2.2",
7406
  "php": ">=5.6",
7407
  "wpdesk/wp-builder": "^1.0"
7408
  },
@@ -7442,7 +7435,7 @@
7442
  "codeception",
7443
  "wordpress"
7444
  ],
7445
- "time": "2020-03-16T16:57:32+00:00"
7446
  },
7447
  {
7448
  "name": "wpdesk/wp-logs",
@@ -7781,16 +7774,16 @@
7781
  },
7782
  {
7783
  "name": "wpdesk/wp-wpdesk-composer",
7784
- "version": "2.6.3",
7785
  "source": {
7786
  "type": "git",
7787
  "url": "https://gitlab.com/wpdesk/wp-wpdesk-composer.git",
7788
- "reference": "49294b1ea0cdacc3add01470e1e7015473276e82"
7789
  },
7790
  "dist": {
7791
  "type": "zip",
7792
- "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-composer/repository/archive.zip?sha=49294b1ea0cdacc3add01470e1e7015473276e82",
7793
- "reference": "49294b1ea0cdacc3add01470e1e7015473276e82",
7794
  "shasum": ""
7795
  },
7796
  "require": {
@@ -7819,7 +7812,7 @@
7819
  "email": "krzysiek@wpdesk.pl"
7820
  }
7821
  ],
7822
- "time": "2020-03-19T10:57:52+00:00"
7823
  },
7824
  {
7825
  "name": "wpdesk/wp-wpdesk-helper",
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": "e410be98cc018f1ffdc9b5a6afc1b47c",
8
  "packages": [
9
  {
10
  "name": "psr/log",
234
  },
235
  {
236
  "name": "codeception/codeception",
237
+ "version": "4.1.4",
238
  "source": {
239
  "type": "git",
240
  "url": "https://github.com/Codeception/Codeception.git",
241
+ "reference": "55d8d1d882fa0777e47de17b04c29b3c50fe29e7"
242
  },
243
  "dist": {
244
  "type": "zip",
245
+ "url": "https://api.github.com/repos/Codeception/Codeception/zipball/55d8d1d882fa0777e47de17b04c29b3c50fe29e7",
246
+ "reference": "55d8d1d882fa0777e47de17b04c29b3c50fe29e7",
247
  "shasum": ""
248
  },
249
  "require": {
250
  "behat/gherkin": "^4.4.0",
251
+ "codeception/lib-asserts": "^1.0",
252
+ "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
253
  "codeception/stub": "^2.0 | ^3.0",
254
  "ext-curl": "*",
255
  "ext-json": "*",
256
  "ext-mbstring": "*",
 
 
257
  "guzzlehttp/psr7": "~1.4",
 
258
  "php": ">=5.6.0 <8.0",
259
+ "symfony/console": ">=2.7 <6.0",
260
+ "symfony/css-selector": ">=2.7 <6.0",
261
+ "symfony/event-dispatcher": ">=2.7 <6.0",
262
+ "symfony/finder": ">=2.7 <6.0",
263
+ "symfony/yaml": ">=2.7 <6.0"
 
 
264
  },
265
  "require-dev": {
266
+ "codeception/module-asserts": "*@dev",
267
+ "codeception/module-cli": "*@dev",
268
+ "codeception/module-db": "*@dev",
269
+ "codeception/module-filesystem": "*@dev",
270
+ "codeception/module-phpbrowser": "*@dev",
271
  "codeception/specify": "~0.3",
272
+ "codeception/util-universalframework": "*@dev",
 
 
 
273
  "monolog/monolog": "~1.8",
 
 
 
 
274
  "squizlabs/php_codesniffer": "~2.0",
275
+ "symfony/process": ">=2.7 <6.0",
276
+ "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0"
277
  },
278
  "suggest": {
 
 
279
  "codeception/specify": "BDD-style code blocks",
280
  "codeception/verify": "BDD-style assertions",
281
+ "hoa/console": "For interactive console functionality",
 
 
 
282
  "stecman/symfony-console-completion": "For BASH autocompletion",
283
  "symfony/phpunit-bridge": "For phpunit-bridge support"
284
  },
315
  "functional testing",
316
  "unit testing"
317
  ],
318
+ "time": "2020-03-23T17:07:20+00:00"
319
  },
320
  {
321
+ "name": "codeception/lib-asserts",
322
+ "version": "1.2.0",
323
  "source": {
324
  "type": "git",
325
+ "url": "https://github.com/Codeception/lib-asserts.git",
326
+ "reference": "74bfe433af24e2f75c6386b9d843ec69029f4337"
327
  },
328
  "dist": {
329
  "type": "zip",
330
+ "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/74bfe433af24e2f75c6386b9d843ec69029f4337",
331
+ "reference": "74bfe433af24e2f75c6386b9d843ec69029f4337",
332
  "shasum": ""
333
  },
334
  "require": {
335
+ "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0",
336
+ "php": ">=5.6.0 <8.0"
 
 
 
 
 
 
 
 
 
337
  },
338
  "type": "library",
339
  "autoload": {
340
+ "classmap": [
341
+ "src/"
342
+ ]
343
  },
344
  "notification-url": "https://packagist.org/downloads/",
345
  "license": [
347
  ],
348
  "authors": [
349
  {
350
+ "name": "Michael Bodnarchuk",
351
+ "email": "davert@mail.ua",
352
+ "homepage": "http://codegyre.com"
353
+ },
354
+ {
355
+ "name": "Gintautas Miselis"
356
  }
357
  ],
358
+ "description": "Assertion methods used by Codeception core and Asserts module",
359
+ "homepage": "http://codeception.com/",
360
+ "keywords": [
361
+ "codeception"
362
+ ],
363
+ "time": "2020-02-07T17:47:55+00:00"
364
  },
365
  {
366
+ "name": "codeception/lib-innerbrowser",
367
+ "version": "1.3.1",
368
  "source": {
369
  "type": "git",
370
+ "url": "https://github.com/Codeception/lib-innerbrowser.git",
371
+ "reference": "2123542b1325cc349ac68868abe74638bcb32ab6"
372
  },
373
  "dist": {
374
  "type": "zip",
375
+ "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/2123542b1325cc349ac68868abe74638bcb32ab6",
376
+ "reference": "2123542b1325cc349ac68868abe74638bcb32ab6",
377
  "shasum": ""
378
  },
379
  "require": {
380
+ "codeception/codeception": "*@dev",
381
+ "php": ">=5.6.0 <8.0",
382
+ "symfony/browser-kit": ">=2.7 <6.0",
383
+ "symfony/dom-crawler": ">=2.7 <6.0"
384
+ },
385
+ "conflict": {
386
+ "codeception/codeception": "<4.0"
387
+ },
388
+ "require-dev": {
389
+ "codeception/util-universalframework": "dev-master"
390
  },
391
  "type": "library",
392
  "autoload": {
393
+ "classmap": [
394
+ "src/"
395
+ ]
396
  },
397
  "notification-url": "https://packagist.org/downloads/",
398
  "license": [
399
  "MIT"
400
  ],
401
+ "authors": [
402
+ {
403
+ "name": "Michael Bodnarchuk",
404
+ "email": "davert@mail.ua",
405
+ "homepage": "http://codegyre.com"
406
+ },
407
+ {
408
+ "name": "Gintautas Miselis"
409
+ }
410
+ ],
411
+ "description": "Parent library for all Codeception framework modules and PhpBrowser",
412
+ "homepage": "http://codeception.com/",
413
+ "keywords": [
414
+ "codeception"
415
+ ],
416
+ "time": "2020-02-20T14:46:50+00:00"
417
  },
418
  {
419
+ "name": "codeception/module-asserts",
420
+ "version": "1.1.1",
421
  "source": {
422
  "type": "git",
423
+ "url": "https://github.com/Codeception/module-asserts.git",
424
+ "reference": "87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e"
425
  },
426
  "dist": {
427
  "type": "zip",
428
+ "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e",
429
+ "reference": "87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e",
430
  "shasum": ""
431
  },
432
  "require": {
433
+ "codeception/codeception": "*@dev",
434
+ "codeception/lib-asserts": "^1.0.0",
435
+ "php": ">=5.6.0 <8.0"
436
+ },
437
+ "conflict": {
438
+ "codeception/codeception": "<4.0"
439
  },
440
  "require-dev": {
441
+ "codeception/util-robohelpers": "dev-master"
 
 
442
  },
443
  "type": "library",
 
 
 
 
 
444
  "autoload": {
445
+ "classmap": [
446
+ "src/"
447
+ ]
448
  },
449
  "notification-url": "https://packagist.org/downloads/",
450
  "license": [
452
  ],
453
  "authors": [
454
  {
455
+ "name": "Michael Bodnarchuk"
456
+ },
457
+ {
458
+ "name": "Gintautas Miselis"
459
  }
460
  ],
461
+ "description": "Codeception module containing various assertions",
462
+ "homepage": "http://codeception.com/",
463
  "keywords": [
464
+ "assertions",
465
+ "asserts",
466
+ "codeception"
 
 
467
  ],
468
+ "time": "2019-11-13T17:32:27+00:00"
469
  },
470
  {
471
+ "name": "codeception/module-cli",
472
+ "version": "1.0.2",
473
  "source": {
474
  "type": "git",
475
+ "url": "https://github.com/Codeception/module-cli.git",
476
+ "reference": "ca35844de0392356b413e93dba52423aaf1a67a6"
477
  },
478
  "dist": {
479
  "type": "zip",
480
+ "url": "https://api.github.com/repos/Codeception/module-cli/zipball/ca35844de0392356b413e93dba52423aaf1a67a6",
481
+ "reference": "ca35844de0392356b413e93dba52423aaf1a67a6",
482
  "shasum": ""
483
  },
484
  "require": {
485
+ "codeception/codeception": "*@dev",
486
+ "php": ">=5.6.0 <8.0"
 
 
 
 
 
 
 
 
 
 
 
487
  },
488
  "conflict": {
489
+ "codeception/codeception": "<4.0"
490
  },
491
  "require-dev": {
492
+ "codeception/util-robohelpers": "dev-master"
 
 
 
 
 
 
493
  },
 
 
 
494
  "type": "library",
 
 
 
 
 
495
  "autoload": {
496
+ "classmap": [
497
+ "src/"
498
+ ]
499
  },
500
  "notification-url": "https://packagist.org/downloads/",
501
  "license": [
503
  ],
504
  "authors": [
505
  {
506
+ "name": "Michael Bodnarchuk"
 
 
 
 
 
 
 
507
  }
508
  ],
509
+ "description": "Codeception module for testing basic shell commands and shell output",
510
+ "homepage": "http://codeception.com/",
511
  "keywords": [
512
+ "codeception"
 
 
513
  ],
514
+ "time": "2020-02-07T17:34:13+00:00"
515
  },
516
  {
517
+ "name": "codeception/module-db",
518
+ "version": "1.0.1",
519
  "source": {
520
  "type": "git",
521
+ "url": "https://github.com/Codeception/module-db.git",
522
+ "reference": "13a2b86206d09c50ab2e5375b261df35b650e58f"
523
  },
524
  "dist": {
525
  "type": "zip",
526
+ "url": "https://api.github.com/repos/Codeception/module-db/zipball/13a2b86206d09c50ab2e5375b261df35b650e58f",
527
+ "reference": "13a2b86206d09c50ab2e5375b261df35b650e58f",
528
  "shasum": ""
529
  },
530
  "require": {
531
+ "codeception/codeception": "*@dev",
532
+ "php": ">=5.6.0 <8.0"
533
+ },
534
+ "conflict": {
535
+ "codeception/codeception": "<4.0"
536
  },
537
  "require-dev": {
538
+ "codeception/util-robohelpers": "dev-master"
539
  },
540
  "type": "library",
 
 
 
 
 
541
  "autoload": {
542
+ "classmap": [
543
+ "src/"
544
+ ]
545
  },
546
  "notification-url": "https://packagist.org/downloads/",
547
  "license": [
549
  ],
550
  "authors": [
551
  {
552
+ "name": "Michael Bodnarchuk"
 
 
 
 
 
 
 
553
  },
554
  {
555
+ "name": "Gintautas Miselis"
 
 
556
  }
557
  ],
558
+ "description": "WebDriver module for Codeception",
559
+ "homepage": "http://codeception.com/",
560
  "keywords": [
561
+ "acceptance-testing",
562
+ "browser-testing",
563
+ "codeception"
 
564
  ],
565
+ "time": "2019-12-08T17:56:49+00:00"
566
  },
567
  {
568
+ "name": "codeception/module-filesystem",
569
+ "version": "1.0.2",
570
  "source": {
571
  "type": "git",
572
+ "url": "https://github.com/Codeception/module-filesystem.git",
573
+ "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e"
574
  },
575
  "dist": {
576
  "type": "zip",
577
+ "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/fe3c352479924ec0aaf6a6c3d6825dc14242b81e",
578
+ "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e",
579
  "shasum": ""
580
  },
581
  "require": {
582
+ "codeception/codeception": "*@dev",
583
+ "php": ">=5.6.0 <8.0",
584
+ "symfony/finder": ">=2.7 <6.0"
585
+ },
586
+ "conflict": {
587
+ "codeception/codeception": "<4.0"
588
  },
589
  "require-dev": {
590
+ "codeception/util-robohelpers": "dev-master"
591
  },
592
  "type": "library",
 
 
 
 
 
593
  "autoload": {
594
+ "classmap": [
595
+ "src/"
596
+ ]
597
  },
598
  "notification-url": "https://packagist.org/downloads/",
599
  "license": [
601
  ],
602
  "authors": [
603
  {
604
+ "name": "Michael Bodnarchuk"
 
 
 
 
 
 
 
605
  },
606
  {
607
+ "name": "Gintautas Miselis"
 
 
608
  }
609
  ],
610
+ "description": "Codeception module for testing local filesystem",
611
+ "homepage": "http://codeception.com/",
612
  "keywords": [
613
+ "codeception",
614
+ "filesystem"
 
615
  ],
616
+ "time": "2019-12-04T17:13:39+00:00"
617
  },
618
  {
619
+ "name": "codeception/module-phpbrowser",
620
+ "version": "1.0.0",
621
  "source": {
622
  "type": "git",
623
+ "url": "https://github.com/Codeception/module-phpbrowser.git",
624
+ "reference": "fbf585c8562e4e4875f351f5392bcb2b1a633cbe"
625
  },
626
  "dist": {
627
  "type": "zip",
628
+ "url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/fbf585c8562e4e4875f351f5392bcb2b1a633cbe",
629
+ "reference": "fbf585c8562e4e4875f351f5392bcb2b1a633cbe",
630
  "shasum": ""
631
  },
632
  "require": {
633
+ "codeception/codeception": "4.0.x-dev | ^4.0",
634
+ "codeception/lib-innerbrowser": "^1.0",
635
+ "guzzlehttp/guzzle": "^6.3.0",
636
+ "php": ">=5.6.0 <8.0"
637
  },
638
  "require-dev": {
639
+ "codeception/module-rest": "dev-master | ^1.0",
640
+ "codeception/util-robohelpers": "dev-master"
641
+ },
642
+ "suggest": {
643
+ "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
644
  },
645
  "type": "library",
646
  "autoload": {
647
+ "classmap": [
648
+ "src/"
649
+ ]
650
+ },
651
+ "notification-url": "https://packagist.org/downloads/",
652
  "license": [
653
  "MIT"
654
  ],
655
  "authors": [
656
  {
657
+ "name": "Michael Bodnarchuk"
658
+ },
659
+ {
660
+ "name": "Gintautas Miselis"
661
  }
662
  ],
663
+ "description": "Codeception module for testing web application over HTTP",
664
+ "homepage": "http://codeception.com/",
665
  "keywords": [
666
+ "codeception",
667
+ "functional-testing",
668
+ "http"
669
  ],
670
+ "time": "2019-10-10T14:25:59+00:00"
671
  },
672
  {
673
+ "name": "codeception/module-rest",
674
+ "version": "1.2.0",
675
  "source": {
676
  "type": "git",
677
+ "url": "https://github.com/Codeception/module-rest.git",
678
+ "reference": "c86417af517bb1fb5b88550455d823a7c9fc167e"
679
  },
680
  "dist": {
681
  "type": "zip",
682
+ "url": "https://api.github.com/repos/Codeception/module-rest/zipball/c86417af517bb1fb5b88550455d823a7c9fc167e",
683
+ "reference": "c86417af517bb1fb5b88550455d823a7c9fc167e",
684
  "shasum": ""
685
  },
686
  "require": {
687
+ "codeception/codeception": "^4.0",
688
+ "flow/jsonpath": "^0.5",
689
+ "justinrainbow/json-schema": "^5.2.9",
690
+ "php": ">=5.6.0 <8.0"
691
  },
692
  "require-dev": {
693
+ "codeception/lib-innerbrowser": "^1.0",
694
+ "codeception/util-robohelpers": "dev-master",
695
+ "codeception/util-universalframework": "^1.0"
696
  },
697
+ "suggest": {
698
+ "aws/aws-sdk-php": "For using AWS Auth"
 
699
  },
700
+ "type": "library",
701
  "autoload": {
702
+ "classmap": [
703
+ "src/"
704
+ ]
705
  },
706
  "notification-url": "https://packagist.org/downloads/",
707
  "license": [
708
+ "MIT"
709
  ],
710
  "authors": [
711
  {
712
+ "name": "Gintautas Miselis"
 
713
  }
714
  ],
715
+ "description": "REST module for Codeception",
716
+ "homepage": "http://codeception.com/",
717
+ "keywords": [
718
+ "codeception",
719
+ "rest"
720
+ ],
721
+ "time": "2020-02-01T19:23:56+00:00"
722
  },
723
  {
724
+ "name": "codeception/module-webdriver",
725
+ "version": "1.0.7",
726
  "source": {
727
  "type": "git",
728
+ "url": "https://github.com/Codeception/module-webdriver.git",
729
+ "reference": "f05c5c25e39d10fbfb2d508779e1537df019ff9b"
730
  },
731
  "dist": {
732
  "type": "zip",
733
+ "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/f05c5c25e39d10fbfb2d508779e1537df019ff9b",
734
+ "reference": "f05c5c25e39d10fbfb2d508779e1537df019ff9b",
735
  "shasum": ""
736
  },
737
  "require": {
738
+ "codeception/codeception": "^4.0",
739
+ "php": ">=5.6.0 <8.0",
740
+ "php-webdriver/webdriver": "^1.6.0"
741
  },
742
  "require-dev": {
743
+ "codeception/util-robohelpers": "dev-master"
 
 
744
  },
745
+ "suggest": {
746
+ "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
 
747
  },
748
+ "type": "library",
749
  "autoload": {
750
+ "classmap": [
751
+ "src/"
752
+ ]
753
  },
754
  "notification-url": "https://packagist.org/downloads/",
755
  "license": [
757
  ],
758
  "authors": [
759
  {
760
+ "name": "Michael Bodnarchuk"
761
+ },
762
+ {
763
+ "name": "Gintautas Miselis"
764
+ },
765
+ {
766
+ "name": "Zaahid Bateson"
767
  }
768
  ],
769
+ "description": "WebDriver module for Codeception",
770
+ "homepage": "http://codeception.com/",
771
  "keywords": [
772
+ "acceptance-testing",
773
+ "browser-testing",
774
+ "codeception"
 
 
 
 
 
 
 
 
 
 
 
 
775
  ],
776
+ "time": "2020-04-01T10:18:18+00:00"
777
  },
778
  {
779
+ "name": "codeception/phpunit-wrapper",
780
+ "version": "6.0.19",
781
  "source": {
782
  "type": "git",
783
+ "url": "https://github.com/Codeception/phpunit-wrapper.git",
784
+ "reference": "f6dfd72bea6c66fcff86164600f5d725c1883ecc"
785
  },
786
  "dist": {
787
  "type": "zip",
788
+ "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/f6dfd72bea6c66fcff86164600f5d725c1883ecc",
789
+ "reference": "f6dfd72bea6c66fcff86164600f5d725c1883ecc",
790
  "shasum": ""
791
  },
792
  "require": {
793
+ "phpunit/php-code-coverage": ">=4.0.4 <6.0",
794
+ "phpunit/phpunit": ">=5.7.27 <6.5.13",
795
+ "sebastian/comparator": ">=1.2.4 <3.0",
796
+ "sebastian/diff": ">=1.4 <4.0"
797
+ },
798
+ "replace": {
799
+ "codeception/phpunit-wrapper": "*"
800
+ },
801
+ "require-dev": {
802
+ "codeception/specify": "*",
803
+ "vlucas/phpdotenv": "^3.0"
804
  },
805
  "type": "library",
806
  "autoload": {
807
+ "psr-4": {
808
+ "Codeception\\PHPUnit\\": "src/"
809
+ }
810
  },
811
  "notification-url": "https://packagist.org/downloads/",
812
  "license": [
813
+ "MIT"
814
  ],
815
  "authors": [
816
  {
817
+ "name": "Davert",
818
+ "email": "davert.php@resend.cc"
819
  }
820
  ],
821
+ "description": "PHPUnit classes used by Codeception",
822
+ "time": "2020-03-20T08:04:35+00:00"
 
 
 
 
823
  },
824
  {
825
+ "name": "codeception/stub",
826
+ "version": "2.1.0",
827
  "source": {
828
  "type": "git",
829
+ "url": "https://github.com/Codeception/Stub.git",
830
+ "reference": "853657f988942f7afb69becf3fd0059f192c705a"
831
  },
832
  "dist": {
833
  "type": "zip",
834
+ "url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a",
835
+ "reference": "853657f988942f7afb69becf3fd0059f192c705a",
836
  "shasum": ""
837
  },
838
  "require": {
839
+ "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
 
 
 
840
  },
841
  "type": "library",
842
+ "autoload": {
843
+ "psr-4": {
844
+ "Codeception\\": "src/"
845
  }
846
  },
847
+ "notification-url": "https://packagist.org/downloads/",
848
+ "license": [
849
+ "MIT"
850
+ ],
851
+ "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
852
+ "time": "2019-03-02T15:35:10+00:00"
853
+ },
854
+ {
855
+ "name": "codeception/util-universalframework",
856
+ "version": "1.0.0",
857
+ "source": {
858
+ "type": "git",
859
+ "url": "https://github.com/Codeception/util-universalframework.git",
860
+ "reference": "cc381f364c6d24f9b9c7b70a4c724949725f491a"
861
+ },
862
+ "dist": {
863
+ "type": "zip",
864
+ "url": "https://api.github.com/repos/Codeception/util-universalframework/zipball/cc381f364c6d24f9b9c7b70a4c724949725f491a",
865
+ "reference": "cc381f364c6d24f9b9c7b70a4c724949725f491a",
866
+ "shasum": ""
867
+ },
868
+ "type": "library",
869
  "autoload": {
870
+ "classmap": [
871
+ "src/"
872
+ ]
873
  },
874
  "notification-url": "https://packagist.org/downloads/",
875
  "license": [
877
  ],
878
  "authors": [
879
  {
880
+ "name": "Gintautas Miselis"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
881
  }
882
  ],
883
+ "description": "Mock framework module used in internal Codeception tests",
884
+ "homepage": "http://codeception.com/",
885
+ "time": "2019-09-22T06:06:49+00:00"
 
 
 
 
 
 
886
  },
887
  {
888
+ "name": "composer/ca-bundle",
889
+ "version": "1.2.7",
890
  "source": {
891
  "type": "git",
892
+ "url": "https://github.com/composer/ca-bundle.git",
893
+ "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
894
  },
895
  "dist": {
896
  "type": "zip",
897
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
898
+ "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
899
  "shasum": ""
900
  },
901
  "require": {
902
+ "ext-openssl": "*",
903
+ "ext-pcre": "*",
904
+ "php": "^5.3.2 || ^7.0 || ^8.0"
905
  },
906
  "require-dev": {
907
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
908
+ "psr/log": "^1.0",
909
+ "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
 
 
910
  },
911
  "type": "library",
912
  "extra": {
913
  "branch-alias": {
914
+ "dev-master": "1.x-dev"
915
  }
916
  },
917
  "autoload": {
918
  "psr-4": {
919
+ "Composer\\CaBundle\\": "src"
920
  }
921
  },
922
  "notification-url": "https://packagist.org/downloads/",
925
  ],
926
  "authors": [
927
  {
928
+ "name": "Jordi Boggiano",
929
+ "email": "j.boggiano@seld.be",
930
+ "homepage": "http://seld.be"
931
  }
932
  ],
933
+ "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
 
934
  "keywords": [
935
+ "cabundle",
936
+ "cacert",
937
+ "certificate",
938
+ "ssl",
939
+ "tls"
940
  ],
941
+ "time": "2020-04-08T08:27:21+00:00"
942
  },
943
  {
944
+ "name": "composer/composer",
945
+ "version": "1.10.5",
946
  "source": {
947
  "type": "git",
948
+ "url": "https://github.com/composer/composer.git",
949
+ "reference": "7a4d5b6aa30d2118af27c04f5e897b57156ccfa9"
950
  },
951
  "dist": {
952
  "type": "zip",
953
+ "url": "https://api.github.com/repos/composer/composer/zipball/7a4d5b6aa30d2118af27c04f5e897b57156ccfa9",
954
+ "reference": "7a4d5b6aa30d2118af27c04f5e897b57156ccfa9",
955
  "shasum": ""
956
  },
957
  "require": {
958
+ "composer/ca-bundle": "^1.0",
959
+ "composer/semver": "^1.0",
960
+ "composer/spdx-licenses": "^1.2",
961
+ "composer/xdebug-handler": "^1.1",
962
+ "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
963
+ "php": "^5.3.2 || ^7.0",
964
+ "psr/log": "^1.0",
965
+ "seld/jsonlint": "^1.4",
966
+ "seld/phar-utils": "^1.0",
967
+ "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
968
+ "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
969
+ "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
970
+ "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
971
+ },
972
+ "conflict": {
973
+ "symfony/console": "2.8.38"
974
  },
975
  "require-dev": {
976
+ "phpspec/prophecy": "^1.10",
977
+ "symfony/phpunit-bridge": "^3.4"
 
 
 
 
 
 
978
  },
979
  "suggest": {
980
+ "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
981
+ "ext-zip": "Enabling the zip extension allows you to unzip archives",
982
+ "ext-zlib": "Allow gzip compression of HTTP requests"
983
  },
984
+ "bin": [
985
+ "bin/composer"
986
+ ],
987
  "type": "library",
988
  "extra": {
989
  "branch-alias": {
990
+ "dev-master": "1.10-dev"
991
  }
992
  },
993
  "autoload": {
994
  "psr-4": {
995
+ "Composer\\": "src/Composer"
996
  }
997
  },
998
  "notification-url": "https://packagist.org/downloads/",
999
  "license": [
1000
+ "MIT"
1001
+ ],
1002
+ "authors": [
1003
+ {
1004
+ "name": "Nils Adermann",
1005
+ "email": "naderman@naderman.de",
1006
+ "homepage": "http://www.naderman.de"
1007
+ },
1008
+ {
1009
+ "name": "Jordi Boggiano",
1010
+ "email": "j.boggiano@seld.be",
1011
+ "homepage": "http://seld.be"
1012
+ }
1013
  ],
1014
+ "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
1015
+ "homepage": "https://getcomposer.org/",
1016
  "keywords": [
1017
+ "autoload",
1018
+ "dependency",
1019
+ "package"
 
1020
  ],
1021
+ "time": "2020-04-10T09:44:22+00:00"
 
1022
  },
1023
  {
1024
+ "name": "composer/semver",
1025
+ "version": "1.5.1",
1026
  "source": {
1027
  "type": "git",
1028
+ "url": "https://github.com/composer/semver.git",
1029
+ "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
1030
  },
1031
  "dist": {
1032
  "type": "zip",
1033
+ "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
1034
+ "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
1035
  "shasum": ""
1036
  },
1037
  "require": {
1038
+ "php": "^5.3.2 || ^7.0"
 
1039
  },
1040
  "require-dev": {
1041
+ "phpunit/phpunit": "^4.5 || ^5.0.5"
 
 
 
 
 
 
 
 
 
 
 
1042
  },
1043
  "type": "library",
1044
+ "extra": {
1045
+ "branch-alias": {
1046
+ "dev-master": "1.x-dev"
1047
+ }
1048
+ },
1049
  "autoload": {
1050
  "psr-4": {
1051
+ "Composer\\Semver\\": "src"
1052
  }
1053
  },
1054
  "notification-url": "https://packagist.org/downloads/",
1057
  ],
1058
  "authors": [
1059
  {
1060
+ "name": "Nils Adermann",
1061
+ "email": "naderman@naderman.de",
1062
+ "homepage": "http://www.naderman.de"
1063
+ },
1064
+ {
1065
+ "name": "Jordi Boggiano",
1066
+ "email": "j.boggiano@seld.be",
1067
+ "homepage": "http://seld.be"
1068
+ },
1069
+ {
1070
+ "name": "Rob Bast",
1071
+ "email": "rob.bast@gmail.com",
1072
+ "homepage": "http://robbast.nl"
1073
  }
1074
  ],
1075
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
 
1076
  "keywords": [
1077
+ "semantic",
1078
+ "semver",
1079
+ "validation",
1080
+ "versioning"
 
 
1081
  ],
1082
+ "time": "2020-01-13T12:06:48+00:00"
1083
  },
1084
  {
1085
+ "name": "composer/spdx-licenses",
1086
+ "version": "1.5.3",
1087
  "source": {
1088
  "type": "git",
1089
+ "url": "https://github.com/composer/spdx-licenses.git",
1090
+ "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
1091
  },
1092
  "dist": {
1093
  "type": "zip",
1094
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
1095
+ "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
1096
  "shasum": ""
1097
  },
1098
  "require": {
1099
+ "php": "^5.3.2 || ^7.0 || ^8.0"
1100
  },
1101
  "require-dev": {
1102
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
 
1103
  },
 
 
 
1104
  "type": "library",
1105
+ "extra": {
1106
+ "branch-alias": {
1107
+ "dev-master": "1.x-dev"
1108
+ }
1109
+ },
1110
  "autoload": {
1111
  "psr-4": {
1112
+ "Composer\\Spdx\\": "src"
1113
  }
1114
  },
1115
  "notification-url": "https://packagist.org/downloads/",
1118
  ],
1119
  "authors": [
1120
  {
1121
+ "name": "Nils Adermann",
1122
+ "email": "naderman@naderman.de",
1123
+ "homepage": "http://www.naderman.de"
1124
+ },
1125
+ {
1126
+ "name": "Jordi Boggiano",
1127
+ "email": "j.boggiano@seld.be",
1128
+ "homepage": "http://seld.be"
1129
+ },
1130
+ {
1131
+ "name": "Rob Bast",
1132
+ "email": "rob.bast@gmail.com",
1133
+ "homepage": "http://robbast.nl"
1134
  }
1135
  ],
1136
+ "description": "SPDX licenses list and validation library.",
 
1137
  "keywords": [
1138
+ "license",
1139
+ "spdx",
1140
+ "validator"
 
 
 
 
 
 
 
 
 
 
 
1141
  ],
1142
+ "time": "2020-02-14T07:44:31+00:00"
1143
  },
1144
  {
1145
+ "name": "composer/xdebug-handler",
1146
+ "version": "1.4.1",
1147
  "source": {
1148
  "type": "git",
1149
+ "url": "https://github.com/composer/xdebug-handler.git",
1150
+ "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
1151
  },
1152
  "dist": {
1153
  "type": "zip",
1154
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
1155
+ "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
1156
  "shasum": ""
1157
  },
1158
  "require": {
1159
+ "php": "^5.3.2 || ^7.0 || ^8.0",
1160
+ "psr/log": "^1.0"
 
1161
  },
1162
  "require-dev": {
1163
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
 
 
 
 
 
 
 
1164
  },
1165
  "type": "library",
1166
  "autoload": {
1167
  "psr-4": {
1168
+ "Composer\\XdebugHandler\\": "src"
1169
  }
1170
  },
1171
  "notification-url": "https://packagist.org/downloads/",
1174
  ],
1175
  "authors": [
1176
  {
1177
+ "name": "John Stevenson",
1178
+ "email": "john-stevenson@blueyonder.co.uk"
1179
  }
1180
  ],
1181
+ "description": "Restarts a process without Xdebug.",
 
1182
  "keywords": [
1183
+ "Xdebug",
1184
+ "performance"
 
 
1185
  ],
1186
+ "time": "2020-03-01T12:26:26+00:00"
1187
  },
1188
  {
1189
+ "name": "cweagans/composer-patches",
1190
+ "version": "1.6.7",
1191
  "source": {
1192
  "type": "git",
1193
+ "url": "https://github.com/cweagans/composer-patches.git",
1194
+ "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
1195
  },
1196
  "dist": {
1197
  "type": "zip",
1198
+ "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
1199
+ "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
1200
  "shasum": ""
1201
  },
1202
  "require": {
1203
+ "composer-plugin-api": "^1.0",
1204
+ "php": ">=5.3.0"
 
 
1205
  },
1206
  "require-dev": {
1207
+ "composer/composer": "~1.0",
1208
+ "phpunit/phpunit": "~4.6"
 
 
 
 
 
1209
  },
1210
+ "type": "composer-plugin",
1211
  "extra": {
1212
+ "class": "cweagans\\Composer\\Patches"
 
 
1213
  },
1214
  "autoload": {
1215
  "psr-4": {
1216
+ "cweagans\\Composer\\": "src"
1217
+ }
 
 
 
1218
  },
1219
  "notification-url": "https://packagist.org/downloads/",
1220
  "license": [
1221
+ "BSD-3-Clause"
1222
  ],
1223
  "authors": [
1224
  {
1225
+ "name": "Cameron Eagans",
1226
+ "email": "me@cweagans.net"
 
1227
  }
1228
  ],
1229
+ "description": "Provides a way to patch Composer packages.",
1230
+ "time": "2019-08-29T20:11:49+00:00"
 
 
 
 
 
 
 
 
 
 
1231
  },
1232
  {
1233
+ "name": "dealerdirect/phpcodesniffer-composer-installer",
1234
+ "version": "v0.5.0",
1235
  "source": {
1236
  "type": "git",
1237
+ "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
1238
+ "reference": "e749410375ff6fb7a040a68878c656c2e610b132"
1239
  },
1240
  "dist": {
1241
  "type": "zip",
1242
+ "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132",
1243
+ "reference": "e749410375ff6fb7a040a68878c656c2e610b132",
1244
  "shasum": ""
1245
  },
1246
  "require": {
1247
+ "composer-plugin-api": "^1.0",
1248
+ "php": "^5.3|^7",
1249
+ "squizlabs/php_codesniffer": "^2|^3"
1250
  },
1251
  "require-dev": {
1252
+ "composer/composer": "*",
1253
+ "phpcompatibility/php-compatibility": "^9.0",
1254
+ "sensiolabs/security-checker": "^4.1.0"
1255
  },
1256
+ "type": "composer-plugin",
1257
  "extra": {
1258
+ "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
 
 
1259
  },
1260
  "autoload": {
1261
  "psr-4": {
1262
+ "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
1263
+ }
 
 
 
1264
  },
1265
  "notification-url": "https://packagist.org/downloads/",
1266
  "license": [
1268
  ],
1269
  "authors": [
1270
  {
1271
+ "name": "Franck Nijhof",
1272
+ "email": "franck.nijhof@dealerdirect.com",
1273
+ "homepage": "http://www.frenck.nl",
1274
+ "role": "Developer / IT Manager"
1275
  }
1276
  ],
1277
+ "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
1278
+ "homepage": "http://www.dealerdirect.com",
1279
  "keywords": [
1280
+ "PHPCodeSniffer",
1281
+ "PHP_CodeSniffer",
1282
+ "code quality",
1283
+ "codesniffer",
1284
+ "composer",
1285
+ "installer",
1286
+ "phpcs",
1287
+ "plugin",
1288
+ "qa",
1289
+ "quality",
1290
+ "standard",
1291
+ "standards",
1292
+ "style guide",
1293
+ "stylecheck",
1294
+ "tests"
1295
  ],
1296
+ "time": "2018-10-26T13:21:45+00:00"
1297
  },
1298
  {
1299
+ "name": "dg/mysql-dump",
1300
+ "version": "v1.5.1",
1301
  "source": {
1302
  "type": "git",
1303
+ "url": "https://github.com/dg/MySQL-dump.git",
1304
+ "reference": "e0e287b715b43293773a8b0edf8514f606e01780"
1305
  },
1306
  "dist": {
1307
  "type": "zip",
1308
+ "url": "https://api.github.com/repos/dg/MySQL-dump/zipball/e0e287b715b43293773a8b0edf8514f606e01780",
1309
+ "reference": "e0e287b715b43293773a8b0edf8514f606e01780",
1310
  "shasum": ""
1311
  },
1312
  "require": {
1313
+ "php": ">=5.6"
 
 
 
 
 
 
 
 
 
 
 
 
1314
  },
1315
  "type": "library",
 
 
 
 
 
1316
  "autoload": {
1317
+ "classmap": [
1318
+ "src/"
 
 
 
1319
  ]
1320
  },
1321
  "notification-url": "https://packagist.org/downloads/",
1322
  "license": [
1323
+ "BSD-3-Clause"
1324
  ],
1325
  "authors": [
1326
  {
1327
+ "name": "David Grudl",
1328
+ "homepage": "http://davidgrudl.com"
 
 
 
 
 
1329
  }
1330
  ],
1331
+ "description": "MySQL database dump.",
1332
+ "homepage": "https://github.com/dg/MySQL-dump",
1333
  "keywords": [
1334
+ "mysql"
 
 
 
 
 
 
 
1335
  ],
1336
+ "time": "2019-09-10T21:36:25+00:00"
1337
  },
1338
  {
1339
+ "name": "doctrine/inflector",
1340
+ "version": "v1.1.0",
1341
  "source": {
1342
  "type": "git",
1343
+ "url": "https://github.com/doctrine/inflector.git",
1344
+ "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1345
  },
1346
  "dist": {
1347
  "type": "zip",
1348
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
1349
+ "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1350
  "shasum": ""
1351
  },
1352
  "require": {
1353
  "php": ">=5.3.2"
1354
  },
 
 
 
 
 
1355
  "require-dev": {
1356
+ "phpunit/phpunit": "4.*"
 
1357
  },
1358
  "type": "library",
1359
+ "extra": {
1360
+ "branch-alias": {
1361
+ "dev-master": "1.1.x-dev"
1362
+ }
1363
+ },
1364
  "autoload": {
1365
+ "psr-0": {
1366
+ "Doctrine\\Common\\Inflector\\": "lib/"
1367
+ }
 
 
 
1368
  },
1369
  "notification-url": "https://packagist.org/downloads/",
1370
  "license": [
1371
+ "MIT"
1372
  ],
1373
+ "authors": [
1374
+ {
1375
+ "name": "Roman Borschel",
1376
+ "email": "roman@code-factory.org"
1377
+ },
1378
+ {
1379
+ "name": "Benjamin Eberlei",
1380
+ "email": "kontakt@beberlei.de"
1381
+ },
1382
+ {
1383
+ "name": "Guilherme Blanco",
1384
+ "email": "guilhermeblanco@gmail.com"
1385
+ },
1386
+ {
1387
+ "name": "Jonathan Wage",
1388
+ "email": "jonwage@gmail.com"
1389
+ },
1390
+ {
1391
+ "name": "Johannes Schmitt",
1392
+ "email": "schmittjoh@gmail.com"
1393
+ }
1394
+ ],
1395
+ "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1396
+ "homepage": "http://www.doctrine-project.org",
1397
  "keywords": [
1398
+ "inflection",
1399
+ "pluralize",
1400
+ "singularize",
1401
+ "string"
1402
  ],
1403
+ "time": "2015-11-06T14:35:42+00:00"
1404
  },
1405
  {
1406
+ "name": "doctrine/instantiator",
1407
+ "version": "1.0.5",
1408
  "source": {
1409
  "type": "git",
1410
+ "url": "https://github.com/doctrine/instantiator.git",
1411
+ "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1412
  },
1413
  "dist": {
1414
  "type": "zip",
1415
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1416
+ "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1417
  "shasum": ""
1418
  },
1419
  "require": {
1420
+ "php": ">=5.3,<8.0-DEV"
1421
+ },
1422
+ "require-dev": {
1423
+ "athletic/athletic": "~0.1.8",
1424
+ "ext-pdo": "*",
1425
+ "ext-phar": "*",
1426
+ "phpunit/phpunit": "~4.0",
1427
+ "squizlabs/php_codesniffer": "~2.0"
1428
  },
1429
  "type": "library",
1430
+ "extra": {
1431
+ "branch-alias": {
1432
+ "dev-master": "1.0.x-dev"
1433
+ }
1434
+ },
1435
  "autoload": {
1436
+ "psr-4": {
1437
+ "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1438
  }
1439
  },
1440
  "notification-url": "https://packagist.org/downloads/",
1441
  "license": [
1442
+ "MIT"
1443
  ],
1444
  "authors": [
1445
  {
1446
+ "name": "Marco Pivetta",
1447
+ "email": "ocramius@gmail.com",
1448
+ "homepage": "http://ocramius.github.com/"
1449
  }
1450
  ],
1451
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1452
+ "homepage": "https://github.com/doctrine/instantiator",
1453
  "keywords": [
1454
+ "constructor",
1455
+ "instantiate"
 
 
1456
  ],
1457
+ "time": "2015-06-14T21:17:01+00:00"
1458
  },
1459
  {
1460
+ "name": "flow/jsonpath",
1461
+ "version": "0.5.0",
1462
  "source": {
1463
  "type": "git",
1464
+ "url": "https://github.com/FlowCommunications/JSONPath.git",
1465
+ "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea"
1466
  },
1467
  "dist": {
1468
  "type": "zip",
1469
+ "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea",
1470
+ "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea",
1471
  "shasum": ""
1472
  },
1473
  "require": {
1474
+ "php": ">=5.4.0"
 
1475
  },
1476
  "require-dev": {
1477
+ "peekmo/jsonpath": "dev-master",
1478
+ "phpunit/phpunit": "^7.0"
1479
  },
1480
  "type": "library",
 
 
 
 
 
1481
  "autoload": {
1482
+ "psr-0": {
1483
+ "Flow\\JSONPath": "src/",
1484
+ "Flow\\JSONPath\\Test": "tests/"
1485
+ }
 
 
1486
  },
1487
  "notification-url": "https://packagist.org/downloads/",
1488
  "license": [
1489
+ "MIT"
1490
  ],
1491
  "authors": [
1492
  {
1493
+ "name": "Stephen Frank",
1494
+ "email": "stephen@flowsa.com"
 
 
 
 
1495
  }
1496
  ],
1497
+ "description": "JSONPath implementation for parsing, searching and flattening arrays",
1498
+ "time": "2019-07-15T17:23:22+00:00"
 
 
 
 
 
 
 
 
 
 
1499
  },
1500
  {
1501
+ "name": "gettext/gettext",
1502
+ "version": "v4.8.2",
1503
  "source": {
1504
  "type": "git",
1505
+ "url": "https://github.com/php-gettext/Gettext.git",
1506
+ "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a"
1507
  },
1508
  "dist": {
1509
  "type": "zip",
1510
+ "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a",
1511
+ "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a",
1512
  "shasum": ""
1513
  },
1514
  "require": {
1515
+ "gettext/languages": "^2.3",
1516
+ "php": ">=5.4.0"
 
 
 
 
 
1517
  },
1518
  "require-dev": {
1519
+ "illuminate/view": "*",
1520
+ "phpunit/phpunit": "^4.8|^5.7|^6.5",
1521
+ "squizlabs/php_codesniffer": "^3.0",
1522
+ "symfony/yaml": "~2",
1523
+ "twig/extensions": "*",
1524
+ "twig/twig": "^1.31|^2.0"
1525
  },
1526
  "suggest": {
1527
+ "illuminate/view": "Is necessary if you want to use the Blade extractor",
1528
+ "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
1529
+ "twig/extensions": "Is necessary if you want to use the Twig extractor",
1530
+ "twig/twig": "Is necessary if you want to use the Twig extractor"
1531
  },
1532
  "type": "library",
 
 
 
 
 
1533
  "autoload": {
1534
  "psr-4": {
1535
+ "Gettext\\": "src"
1536
  }
1537
  },
1538
  "notification-url": "https://packagist.org/downloads/",
1539
  "license": [
1540
+ "MIT"
1541
  ],
1542
  "authors": [
1543
  {
1544
+ "name": "Oscar Otero",
1545
+ "email": "oom@oscarotero.com",
1546
+ "homepage": "http://oscarotero.com",
1547
+ "role": "Developer"
 
 
1548
  }
1549
  ],
1550
+ "description": "PHP gettext manager",
1551
+ "homepage": "https://github.com/oscarotero/Gettext",
1552
  "keywords": [
1553
+ "JS",
1554
+ "gettext",
1555
+ "i18n",
1556
+ "mo",
1557
+ "po",
1558
+ "translation"
 
 
 
 
 
 
 
 
1559
  ],
1560
+ "time": "2019-12-02T10:21:14+00:00"
1561
  },
1562
  {
1563
+ "name": "gettext/languages",
1564
+ "version": "2.6.0",
1565
  "source": {
1566
  "type": "git",
1567
+ "url": "https://github.com/php-gettext/Languages.git",
1568
+ "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
1569
  },
1570
  "dist": {
1571
  "type": "zip",
1572
+ "url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
1573
+ "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
1574
  "shasum": ""
1575
  },
1576
  "require": {
1577
+ "php": ">=5.3"
 
1578
  },
1579
  "require-dev": {
1580
+ "friendsofphp/php-cs-fixer": "^2.16.0",
1581
+ "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
1582
  },
1583
+ "bin": [
1584
+ "bin/export-plural-rules"
1585
+ ],
1586
  "type": "library",
 
 
 
 
 
1587
  "autoload": {
1588
  "psr-4": {
1589
+ "Gettext\\Languages\\": "src/"
1590
  }
1591
  },
1592
  "notification-url": "https://packagist.org/downloads/",
1593
  "license": [
1594
+ "MIT"
1595
  ],
1596
  "authors": [
1597
  {
1598
+ "name": "Michele Locati",
1599
+ "email": "mlocati@gmail.com",
1600
+ "role": "Developer"
 
 
 
1601
  }
1602
  ],
1603
+ "description": "gettext languages with plural rules",
1604
+ "homepage": "https://github.com/php-gettext/Languages",
1605
  "keywords": [
1606
+ "cldr",
1607
+ "i18n",
1608
+ "internationalization",
1609
+ "l10n",
1610
+ "language",
1611
+ "languages",
1612
+ "localization",
1613
+ "php",
1614
+ "plural",
1615
+ "plural rules",
1616
+ "plurals",
1617
+ "translate",
1618
+ "translations",
1619
+ "unicode"
1620
  ],
1621
+ "time": "2019-11-13T10:30:21+00:00"
1622
  },
1623
  {
1624
+ "name": "gumlet/php-image-resize",
1625
+ "version": "1.9.2",
1626
  "source": {
1627
  "type": "git",
1628
+ "url": "https://github.com/gumlet/php-image-resize.git",
1629
+ "reference": "06339a9c1b167acd58173db226f57957a6617547"
1630
  },
1631
  "dist": {
1632
  "type": "zip",
1633
+ "url": "https://api.github.com/repos/gumlet/php-image-resize/zipball/06339a9c1b167acd58173db226f57957a6617547",
1634
+ "reference": "06339a9c1b167acd58173db226f57957a6617547",
1635
  "shasum": ""
1636
  },
1637
  "require": {
1638
+ "ext-fileinfo": "*",
1639
+ "ext-gd": "*",
1640
+ "php": ">=5.5.0"
1641
  },
1642
  "require-dev": {
1643
+ "apigen/apigen": "^4.1",
1644
+ "ext-exif": "*",
1645
+ "ext-gd": "*",
1646
+ "php-coveralls/php-coveralls": "^2.1",
1647
+ "phpunit/phpunit": "^4.8"
1648
+ },
1649
+ "suggest": {
1650
+ "ext-exif": "Auto-rotate jpeg files"
1651
  },
1652
  "type": "library",
 
 
 
 
 
1653
  "autoload": {
1654
  "psr-4": {
1655
+ "Gumlet\\": "lib/"
1656
  }
1657
  },
1658
  "notification-url": "https://packagist.org/downloads/",
1659
  "license": [
1660
+ "MIT"
1661
  ],
1662
  "authors": [
1663
  {
1664
+ "name": "Aditya Patadia",
1665
+ "homepage": "http://aditya.patadia.org/"
 
 
 
 
1666
  }
1667
  ],
1668
+ "description": "PHP class to re-size and scale images",
1669
+ "homepage": "https://github.com/gumlet/php-image-resize",
1670
  "keywords": [
1671
+ "image",
1672
+ "php",
1673
+ "resize",
1674
+ "scale"
1675
  ],
1676
+ "time": "2019-01-01T13:53:00+00:00"
1677
  },
1678
  {
1679
+ "name": "guzzlehttp/guzzle",
1680
+ "version": "6.5.2",
1681
  "source": {
1682
  "type": "git",
1683
+ "url": "https://github.com/guzzle/guzzle.git",
1684
+ "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
1685
  },
1686
  "dist": {
1687
  "type": "zip",
1688
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
1689
+ "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
1690
  "shasum": ""
1691
  },
1692
  "require": {
1693
+ "ext-json": "*",
1694
+ "guzzlehttp/promises": "^1.0",
1695
+ "guzzlehttp/psr7": "^1.6.1",
1696
+ "php": ">=5.5"
 
1697
  },
1698
  "require-dev": {
1699
+ "ext-curl": "*",
1700
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1701
+ "psr/log": "^1.1"
1702
+ },
1703
+ "suggest": {
1704
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1705
+ "psr/log": "Required for using the Log middleware"
1706
  },
1707
  "type": "library",
1708
  "extra": {
1709
  "branch-alias": {
1710
+ "dev-master": "6.5-dev"
1711
  }
1712
  },
1713
  "autoload": {
1714
  "psr-4": {
1715
+ "GuzzleHttp\\": "src/"
1716
+ },
1717
+ "files": [
1718
+ "src/functions_include.php"
1719
+ ]
1720
  },
1721
  "notification-url": "https://packagist.org/downloads/",
1722
  "license": [
1723
+ "MIT"
1724
  ],
1725
  "authors": [
1726
  {
1727
+ "name": "Michael Dowling",
1728
+ "email": "mtdowling@gmail.com",
1729
+ "homepage": "https://github.com/mtdowling"
 
 
 
1730
  }
1731
  ],
1732
+ "description": "Guzzle is a PHP HTTP client library",
1733
+ "homepage": "http://guzzlephp.org/",
1734
  "keywords": [
1735
+ "client",
1736
+ "curl",
1737
+ "framework",
1738
+ "http",
1739
+ "http client",
1740
+ "rest",
1741
+ "web service"
1742
  ],
1743
+ "time": "2019-12-23T11:57:10+00:00"
1744
  },
1745
  {
1746
+ "name": "guzzlehttp/promises",
1747
+ "version": "v1.3.1",
1748
  "source": {
1749
  "type": "git",
1750
+ "url": "https://github.com/guzzle/promises.git",
1751
+ "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1752
  },
1753
  "dist": {
1754
  "type": "zip",
1755
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1756
+ "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1757
  "shasum": ""
1758
  },
1759
  "require": {
1760
+ "php": ">=5.5.0"
 
1761
  },
1762
  "require-dev": {
1763
+ "phpunit/phpunit": "^4.0"
1764
  },
1765
  "type": "library",
1766
  "extra": {
1767
  "branch-alias": {
1768
+ "dev-master": "1.4-dev"
1769
  }
1770
  },
1771
  "autoload": {
1772
  "psr-4": {
1773
+ "GuzzleHttp\\Promise\\": "src/"
1774
+ },
1775
+ "files": [
1776
+ "src/functions_include.php"
1777
+ ]
1778
  },
1779
  "notification-url": "https://packagist.org/downloads/",
1780
  "license": [
1781
+ "MIT"
1782
  ],
1783
  "authors": [
1784
  {
1785
+ "name": "Michael Dowling",
1786
+ "email": "mtdowling@gmail.com",
1787
+ "homepage": "https://github.com/mtdowling"
 
 
 
1788
  }
1789
  ],
1790
+ "description": "Guzzle promises library",
 
1791
  "keywords": [
1792
+ "promise"
 
1793
  ],
1794
+ "time": "2016-12-20T10:07:11+00:00"
1795
  },
1796
  {
1797
+ "name": "guzzlehttp/psr7",
1798
+ "version": "1.6.1",
1799
  "source": {
1800
  "type": "git",
1801
+ "url": "https://github.com/guzzle/psr7.git",
1802
+ "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
1803
  },
1804
  "dist": {
1805
  "type": "zip",
1806
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
1807
+ "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
1808
  "shasum": ""
1809
  },
1810
  "require": {
1811
+ "php": ">=5.4.0",
1812
+ "psr/http-message": "~1.0",
1813
+ "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1814
+ },
1815
+ "provide": {
1816
+ "psr/http-message-implementation": "1.0"
1817
  },
1818
  "require-dev": {
1819
+ "ext-zlib": "*",
1820
+ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
1821
+ },
1822
+ "suggest": {
1823
+ "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
1824
  },
1825
  "type": "library",
1826
  "extra": {
1827
  "branch-alias": {
1828
+ "dev-master": "1.6-dev"
1829
  }
1830
  },
1831
  "autoload": {
1832
  "psr-4": {
1833
+ "GuzzleHttp\\Psr7\\": "src/"
1834
  },
1835
  "files": [
1836
+ "src/functions_include.php"
1837
  ]
1838
  },
1839
  "notification-url": "https://packagist.org/downloads/",
1840
  "license": [
1841
+ "MIT"
1842
  ],
1843
  "authors": [
1844
  {
1845
+ "name": "Michael Dowling",
1846
+ "email": "mtdowling@gmail.com",
1847
+ "homepage": "https://github.com/mtdowling"
1848
  },
1849
  {
1850
+ "name": "Tobias Schultze",
1851
+ "homepage": "https://github.com/Tobion"
1852
  }
1853
  ],
1854
+ "description": "PSR-7 message implementation that also provides common utility methods",
 
1855
  "keywords": [
1856
+ "http",
1857
+ "message",
1858
+ "psr-7",
1859
+ "request",
1860
+ "response",
1861
  "stream",
1862
+ "uri",
1863
+ "url"
1864
  ],
1865
+ "time": "2019-07-01T23:21:34+00:00"
1866
  },
1867
  {
1868
+ "name": "hamcrest/hamcrest-php",
1869
+ "version": "v1.2.2",
1870
  "source": {
1871
  "type": "git",
1872
+ "url": "https://github.com/hamcrest/hamcrest-php.git",
1873
+ "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1874
  },
1875
  "dist": {
1876
  "type": "zip",
1877
+ "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1878
+ "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1879
  "shasum": ""
1880
  },
1881
  "require": {
1882
+ "php": ">=5.3.2"
1883
+ },
1884
+ "replace": {
1885
+ "cordoval/hamcrest-php": "*",
1886
+ "davedevelopment/hamcrest-php": "*",
1887
+ "kodova/hamcrest-php": "*"
1888
  },
1889
  "require-dev": {
1890
+ "phpunit/php-file-iterator": "1.3.3",
1891
+ "satooshi/php-coveralls": "dev-master"
1892
  },
1893
  "type": "library",
 
 
 
 
 
1894
  "autoload": {
1895
+ "classmap": [
1896
+ "hamcrest"
1897
+ ],
1898
+ "files": [
1899
+ "hamcrest/Hamcrest.php"
1900
+ ]
1901
  },
1902
  "notification-url": "https://packagist.org/downloads/",
1903
  "license": [
1904
+ "BSD"
 
 
 
 
 
 
 
 
 
 
1905
  ],
1906
+ "description": "This is the PHP port of Hamcrest Matchers",
 
1907
  "keywords": [
1908
+ "test"
 
 
 
 
 
 
 
 
 
1909
  ],
1910
+ "time": "2015-05-11T14:41:42+00:00"
1911
  },
1912
  {
1913
+ "name": "hautelook/phpass",
1914
+ "version": "0.3.5",
1915
  "source": {
1916
  "type": "git",
1917
+ "url": "https://github.com/hautelook/phpass.git",
1918
+ "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd"
1919
  },
1920
  "dist": {
1921
  "type": "zip",
1922
+ "url": "https://api.github.com/repos/hautelook/phpass/zipball/b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
1923
+ "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
1924
  "shasum": ""
1925
  },
1926
  "require": {
1927
+ "php": ">=5.3.3"
 
 
 
 
 
 
 
 
1928
  },
1929
  "type": "library",
 
 
 
 
 
1930
  "autoload": {
1931
+ "psr-0": {
1932
+ "Hautelook": "src/"
1933
  }
1934
  },
1935
  "notification-url": "https://packagist.org/downloads/",
1936
  "license": [
1937
+ "Public Domain"
1938
  ],
1939
  "authors": [
1940
  {
1941
+ "name": "Solar Designer",
1942
+ "email": "solar@openwall.com",
1943
+ "homepage": "http://openwall.com/phpass/"
 
 
 
1944
  }
1945
  ],
1946
+ "description": "Portable PHP password hashing framework",
1947
+ "homepage": "http://github.com/hautelook/phpass/",
1948
  "keywords": [
1949
+ "blowfish",
1950
+ "crypt",
1951
+ "password",
1952
+ "security"
1953
  ],
1954
+ "time": "2012-08-31T00:00:00+00:00"
1955
  },
1956
  {
1957
  "name": "illuminate/contracts",
2122
  },
2123
  {
2124
  "name": "lucatume/wp-browser",
2125
+ "version": "2.4.3",
2126
  "source": {
2127
  "type": "git",
2128
  "url": "https://github.com/lucatume/wp-browser.git",
2129
+ "reference": "57faa8527b8e35739c7457b7e9d3294974b79f6a"
2130
  },
2131
  "dist": {
2132
  "type": "zip",
2133
+ "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/57faa8527b8e35739c7457b7e9d3294974b79f6a",
2134
+ "reference": "57faa8527b8e35739c7457b7e9d3294974b79f6a",
2135
  "shasum": ""
2136
  },
2137
  "require": {
2138
  "antecedent/patchwork": "^2.0",
2139
+ "codeception/codeception": "^2.5 || ^3.0 || ^4.0",
2140
  "dg/mysql-dump": "^1.3",
2141
  "ext-fileinfo": "*",
2142
  "ext-iconv": "*",
2156
  "erusev/parsedown": "^1.7",
2157
  "lucatume/codeception-snapshot-assertions": "^0.2",
2158
  "mikey179/vfsstream": "^1.6",
 
 
 
 
2159
  "victorjonsson/markdowndocs": "dev-master"
2160
  },
2161
+ "suggest": {
2162
+ "codeception/module-asserts": "Codeception 4.0 compatibility.",
2163
+ "codeception/module-cli": "Codeception 4.0 compatibility; required by the WPCLI module.",
2164
+ "codeception/module-db": "Codeception 4.0 compatibility; required by the WPDb module.",
2165
+ "codeception/module-filesystem": "Codeception 4.0 compatibility; required by the WPFilesystem module.",
2166
+ "codeception/module-phpbrowser": "Codeception 4.0 compatibility; required by the WPBrowser module.",
2167
+ "codeception/module-webdriver": "Codeception 4.0 compatibility; required by the WPWebDriver module.",
2168
+ "codeception/util-universalframework": "Codeception 4.0 compatibility; required by the WordPress framework module."
2169
+ },
2170
  "type": "library",
2171
+ "extra": {
2172
+ "_hash": "484f861f69198089cab0e642f27e5653"
2173
+ },
2174
  "autoload": {
2175
  "psr-4": {
2176
  "Codeception\\": "src/Codeception",
2177
  "tad\\": "src/tad"
2178
  },
2179
  "files": [
 
2180
  "src/tad/WPBrowser/utils.php",
2181
  "src/tad/WPBrowser/wp-polyfills.php"
2182
  ]
2199
  "codeception",
2200
  "wordpress"
2201
  ],
2202
+ "time": "2020-04-13T13:37:09+00:00"
2203
  },
2204
  {
2205
  "name": "matthiasmullie/minify",
2312
  },
2313
  {
2314
  "name": "mck89/peast",
2315
+ "version": "v1.10.3",
2316
  "source": {
2317
  "type": "git",
2318
  "url": "https://github.com/mck89/peast.git",
2319
+ "reference": "6d1100f39f684c9e004f808b27f6c824b083d8d8"
2320
  },
2321
  "dist": {
2322
  "type": "zip",
2323
+ "url": "https://api.github.com/repos/mck89/peast/zipball/6d1100f39f684c9e004f808b27f6c824b083d8d8",
2324
+ "reference": "6d1100f39f684c9e004f808b27f6c824b083d8d8",
2325
  "shasum": ""
2326
  },
2327
  "require": {
2333
  "type": "library",
2334
  "extra": {
2335
  "branch-alias": {
2336
+ "dev-master": "1.10.3-dev"
2337
  }
2338
  },
2339
  "autoload": {
2353
  }
2354
  ],
2355
  "description": "Peast is PHP library that generates AST for JavaScript code",
2356
+ "time": "2020-04-03T09:06:20+00:00"
2357
  },
2358
  {
2359
  "name": "mikemclin/laravel-wp-password",
2824
  ],
2825
  "time": "2018-04-04T21:48:54+00:00"
2826
  },
2827
+ {
2828
+ "name": "php-webdriver/webdriver",
2829
+ "version": "1.8.2",
2830
+ "source": {
2831
+ "type": "git",
2832
+ "url": "https://github.com/php-webdriver/php-webdriver.git",
2833
+ "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab"
2834
+ },
2835
+ "dist": {
2836
+ "type": "zip",
2837
+ "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
2838
+ "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
2839
+ "shasum": ""
2840
+ },
2841
+ "require": {
2842
+ "ext-curl": "*",
2843
+ "ext-json": "*",
2844
+ "ext-zip": "*",
2845
+ "php": "^5.6 || ~7.0",
2846
+ "symfony/polyfill-mbstring": "^1.12",
2847
+ "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
2848
+ },
2849
+ "require-dev": {
2850
+ "friendsofphp/php-cs-fixer": "^2.0",
2851
+ "jakub-onderka/php-parallel-lint": "^1.0",
2852
+ "php-coveralls/php-coveralls": "^2.0",
2853
+ "php-mock/php-mock-phpunit": "^1.1",
2854
+ "phpunit/phpunit": "^5.7",
2855
+ "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
2856
+ "sminnee/phpunit-mock-objects": "^3.4",
2857
+ "squizlabs/php_codesniffer": "^3.5",
2858
+ "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
2859
+ },
2860
+ "suggest": {
2861
+ "ext-SimpleXML": "For Firefox profile creation"
2862
+ },
2863
+ "type": "library",
2864
+ "extra": {
2865
+ "branch-alias": {
2866
+ "dev-master": "1.8.x-dev"
2867
+ }
2868
+ },
2869
+ "autoload": {
2870
+ "psr-4": {
2871
+ "Facebook\\WebDriver\\": "lib/"
2872
+ },
2873
+ "files": [
2874
+ "lib/Exception/TimeoutException.php"
2875
+ ]
2876
+ },
2877
+ "notification-url": "https://packagist.org/downloads/",
2878
+ "license": [
2879
+ "MIT"
2880
+ ],
2881
+ "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
2882
+ "homepage": "https://github.com/php-webdriver/php-webdriver",
2883
+ "keywords": [
2884
+ "Chromedriver",
2885
+ "geckodriver",
2886
+ "php",
2887
+ "selenium",
2888
+ "webdriver"
2889
+ ],
2890
+ "time": "2020-03-04T14:40:12+00:00"
2891
+ },
2892
  {
2893
  "name": "phpcompatibility/php-compatibility",
2894
  "version": "9.3.5",
4400
  },
4401
  {
4402
  "name": "symfony/browser-kit",
4403
+ "version": "v3.4.39",
4404
  "source": {
4405
  "type": "git",
4406
  "url": "https://github.com/symfony/browser-kit.git",
4407
+ "reference": "1c7bcd954ad1fc02354c4cfd3fcd1b0c95245367"
4408
  },
4409
  "dist": {
4410
  "type": "zip",
4411
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/1c7bcd954ad1fc02354c4cfd3fcd1b0c95245367",
4412
+ "reference": "1c7bcd954ad1fc02354c4cfd3fcd1b0c95245367",
4413
  "shasum": ""
4414
  },
4415
  "require": {
4453
  ],
4454
  "description": "Symfony BrowserKit Component",
4455
  "homepage": "https://symfony.com",
4456
+ "time": "2020-03-15T09:38:08+00:00"
4457
  },
4458
  {
4459
  "name": "symfony/console",
4460
+ "version": "v3.4.39",
4461
  "source": {
4462
  "type": "git",
4463
  "url": "https://github.com/symfony/console.git",
4464
+ "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120"
4465
  },
4466
  "dist": {
4467
  "type": "zip",
4468
+ "url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120",
4469
+ "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120",
4470
  "shasum": ""
4471
  },
4472
  "require": {
4525
  ],
4526
  "description": "Symfony Console Component",
4527
  "homepage": "https://symfony.com",
4528
+ "time": "2020-03-27T17:07:22+00:00"
4529
  },
4530
  {
4531
  "name": "symfony/css-selector",
4532
+ "version": "v3.4.39",
4533
  "source": {
4534
  "type": "git",
4535
  "url": "https://github.com/symfony/css-selector.git",
4536
+ "reference": "9ccf6e78077a3fc1596e6c7b5958008965a11518"
4537
  },
4538
  "dist": {
4539
  "type": "zip",
4540
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/9ccf6e78077a3fc1596e6c7b5958008965a11518",
4541
+ "reference": "9ccf6e78077a3fc1596e6c7b5958008965a11518",
4542
  "shasum": ""
4543
  },
4544
  "require": {
4578
  ],
4579
  "description": "Symfony CssSelector Component",
4580
  "homepage": "https://symfony.com",
4581
+ "time": "2020-03-16T08:31:04+00:00"
4582
  },
4583
  {
4584
  "name": "symfony/debug",
4585
+ "version": "v3.4.39",
4586
  "source": {
4587
  "type": "git",
4588
  "url": "https://github.com/symfony/debug.git",
4589
+ "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29"
4590
  },
4591
  "dist": {
4592
  "type": "zip",
4593
+ "url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
4594
+ "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
4595
  "shasum": ""
4596
  },
4597
  "require": {
4634
  ],
4635
  "description": "Symfony Debug Component",
4636
  "homepage": "https://symfony.com",
4637
+ "time": "2020-03-23T10:22:40+00:00"
4638
  },
4639
  {
4640
  "name": "symfony/dom-crawler",
4641
+ "version": "v3.4.39",
4642
  "source": {
4643
  "type": "git",
4644
  "url": "https://github.com/symfony/dom-crawler.git",
4645
+ "reference": "ceacdab4abf7695ef6bec77c8b7983e1544c6358"
4646
  },
4647
  "dist": {
4648
  "type": "zip",
4649
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ceacdab4abf7695ef6bec77c8b7983e1544c6358",
4650
+ "reference": "ceacdab4abf7695ef6bec77c8b7983e1544c6358",
4651
  "shasum": ""
4652
  },
4653
  "require": {
4691
  ],
4692
  "description": "Symfony DomCrawler Component",
4693
  "homepage": "https://symfony.com",
4694
+ "time": "2020-03-16T08:31:04+00:00"
4695
  },
4696
  {
4697
  "name": "symfony/event-dispatcher",
4698
+ "version": "v3.4.39",
4699
  "source": {
4700
  "type": "git",
4701
  "url": "https://github.com/symfony/event-dispatcher.git",
4702
+ "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
4703
  },
4704
  "dist": {
4705
  "type": "zip",
4706
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
4707
+ "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
4708
  "shasum": ""
4709
  },
4710
  "require": {
4754
  ],
4755
  "description": "Symfony EventDispatcher Component",
4756
  "homepage": "https://symfony.com",
4757
+ "time": "2020-03-15T09:38:08+00:00"
4758
  },
4759
  {
4760
  "name": "symfony/filesystem",
4761
+ "version": "v3.4.39",
4762
  "source": {
4763
  "type": "git",
4764
  "url": "https://github.com/symfony/filesystem.git",
4765
+ "reference": "ec47520778d524b1736e768e0678cd1f01c03019"
4766
  },
4767
  "dist": {
4768
  "type": "zip",
4769
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/ec47520778d524b1736e768e0678cd1f01c03019",
4770
+ "reference": "ec47520778d524b1736e768e0678cd1f01c03019",
4771
  "shasum": ""
4772
  },
4773
  "require": {
4804
  ],
4805
  "description": "Symfony Filesystem Component",
4806
  "homepage": "https://symfony.com",
4807
+ "time": "2020-03-16T08:31:04+00:00"
4808
  },
4809
  {
4810
  "name": "symfony/finder",
4811
+ "version": "v3.4.39",
4812
  "source": {
4813
  "type": "git",
4814
  "url": "https://github.com/symfony/finder.git",
4974
  },
4975
  {
4976
  "name": "symfony/process",
4977
+ "version": "v3.4.39",
4978
  "source": {
4979
  "type": "git",
4980
  "url": "https://github.com/symfony/process.git",
4981
+ "reference": "1dbc09f6e14703ae2398efc86b02ae2bcd9a9931"
4982
  },
4983
  "dist": {
4984
  "type": "zip",
4985
+ "url": "https://api.github.com/repos/symfony/process/zipball/1dbc09f6e14703ae2398efc86b02ae2bcd9a9931",
4986
+ "reference": "1dbc09f6e14703ae2398efc86b02ae2bcd9a9931",
4987
  "shasum": ""
4988
  },
4989
  "require": {
5019
  ],
5020
  "description": "Symfony Process Component",
5021
  "homepage": "https://symfony.com",
5022
+ "time": "2020-03-20T06:07:50+00:00"
5023
  },
5024
  {
5025
  "name": "symfony/yaml",
5026
+ "version": "v3.4.39",
5027
  "source": {
5028
  "type": "git",
5029
  "url": "https://github.com/symfony/yaml.git",
5030
+ "reference": "e701b47e11749970f63803879c4febb520f07b6c"
5031
  },
5032
  "dist": {
5033
  "type": "zip",
5034
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/e701b47e11749970f63803879c4febb520f07b6c",
5035
+ "reference": "e701b47e11749970f63803879c4febb520f07b6c",
5036
  "shasum": ""
5037
  },
5038
  "require": {
5078
  ],
5079
  "description": "Symfony Yaml Component",
5080
  "homepage": "https://symfony.com",
5081
+ "time": "2020-03-25T12:02:26+00:00"
5082
  },
5083
  {
5084
  "name": "vlucas/phpdotenv",
5085
+ "version": "v3.6.3",
5086
  "source": {
5087
  "type": "git",
5088
  "url": "https://github.com/vlucas/phpdotenv.git",
5089
+ "reference": "1b3103013797f04521c6cae5560f604649484066"
5090
  },
5091
  "dist": {
5092
  "type": "zip",
5093
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1b3103013797f04521c6cae5560f604649484066",
5094
+ "reference": "1b3103013797f04521c6cae5560f604649484066",
5095
  "shasum": ""
5096
  },
5097
  "require": {
5101
  },
5102
  "require-dev": {
5103
  "ext-filter": "*",
5104
+ "ext-pcre": "*",
5105
  "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
5106
  },
5107
  "suggest": {
5108
+ "ext-filter": "Required to use the boolean validator.",
5109
+ "ext-pcre": "Required to use most of the library."
5110
  },
5111
  "type": "library",
5112
  "extra": {
5141
  "env",
5142
  "environment"
5143
  ],
5144
+ "time": "2020-04-12T15:18:03+00:00"
5145
  },
5146
  {
5147
  "name": "vria/nodiacritic",
7372
  },
7373
  {
7374
  "name": "wpdesk/wp-codeception",
7375
+ "version": "1.5.20",
7376
  "source": {
7377
  "type": "git",
7378
  "url": "https://gitlab.com/wpdesk/wp-codeception.git",
7379
+ "reference": "0dbf4c94d0f8467c4da43f20279fa97ab0036600"
7380
  },
7381
  "dist": {
7382
  "type": "zip",
7383
+ "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-codeception/repository/archive.zip?sha=0dbf4c94d0f8467c4da43f20279fa97ab0036600",
7384
+ "reference": "0dbf4c94d0f8467c4da43f20279fa97ab0036600",
7385
  "shasum": ""
7386
  },
7387
  "require": {
7388
+ "codeception/module-asserts": "^1.1",
7389
+ "codeception/module-cli": "^1.0",
7390
+ "codeception/module-db": "^1.0",
7391
+ "codeception/module-filesystem": "^1.0",
7392
+ "codeception/module-phpbrowser": "^1.0",
7393
+ "codeception/module-rest": "^1.2",
7394
+ "codeception/module-webdriver": "^1.0",
7395
+ "codeception/util-universalframework": "^1.0",
7396
  "composer-plugin-api": "^1.1",
7397
  "ext-json": "*",
7398
+ "lucatume/wp-browser": "^2.4",
7399
  "php": ">=5.6",
7400
  "wpdesk/wp-builder": "^1.0"
7401
  },
7435
  "codeception",
7436
  "wordpress"
7437
  ],
7438
+ "time": "2020-04-13T18:08:33+00:00"
7439
  },
7440
  {
7441
  "name": "wpdesk/wp-logs",
7774
  },
7775
  {
7776
  "name": "wpdesk/wp-wpdesk-composer",
7777
+ "version": "2.6.4",
7778
  "source": {
7779
  "type": "git",
7780
  "url": "https://gitlab.com/wpdesk/wp-wpdesk-composer.git",
7781
+ "reference": "b6b9e6a6594ca0526da8868f3ea5782a62622e96"
7782
  },
7783
  "dist": {
7784
  "type": "zip",
7785
+ "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-composer/repository/archive.zip?sha=b6b9e6a6594ca0526da8868f3ea5782a62622e96",
7786
+ "reference": "b6b9e6a6594ca0526da8868f3ea5782a62622e96",
7787
  "shasum": ""
7788
  },
7789
  "require": {
7812
  "email": "krzysiek@wpdesk.pl"
7813
  }
7814
  ],
7815
+ "time": "2020-04-03T07:06:44+00:00"
7816
  },
7817
  {
7818
  "name": "wpdesk/wp-wpdesk-helper",
flexible-shipping.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Flexible Shipping
4
  * Plugin URI: https://wordpress.org/plugins/flexible-shipping/
5
  * Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
6
- * Version: 3.9.15
7
  * Author: WP Desk
8
  * Author URI: https://www.wpdesk.net/
9
  * Text Domain: flexible-shipping
@@ -38,8 +38,8 @@ if ( ! defined( 'ABSPATH' ) ) {
38
  } // Exit if accessed directly
39
 
40
  /* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */
41
- $plugin_version = '3.9.15';
42
- $plugin_release_timestamp = '2020-04-07 10:36';
43
 
44
  $plugin_name = 'Flexible Shipping';
45
  $product_id = 'Flexible Shipping';
3
  * Plugin Name: Flexible Shipping
4
  * Plugin URI: https://wordpress.org/plugins/flexible-shipping/
5
  * Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
6
+ * Version: 3.9.16
7
  * Author: WP Desk
8
  * Author URI: https://www.wpdesk.net/
9
  * Text Domain: flexible-shipping
38
  } // Exit if accessed directly
39
 
40
  /* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */
41
+ $plugin_version = '3.9.16';
42
+ $plugin_release_timestamp = '2020-04-14 12:28';
43
 
44
  $plugin_name = 'Flexible Shipping';
45
  $product_id = 'Flexible Shipping';
inc/functions.php CHANGED
@@ -1,28 +1,29 @@
1
  <?php
2
 
3
  function flexible_shipping_get_all_shipping_methods() {
4
- /*
5
- $all_shipping_methods = WC()->shipping()->get_shipping_methods();
6
- if ( empty( $all_shipping_methods ) ) {
7
- $all_shipping_methods = WC()->shipping()->load_shipping_methods();
8
- }
9
- */
10
  $all_shipping_methods = WC()->shipping()->load_shipping_methods();
11
  return $all_shipping_methods;
12
  }
13
 
14
-
 
 
 
 
 
 
15
  function flexible_shipping_method_selected_in_cart( $shipping_method_integration ) {
16
- global $woocommerce;
17
- $shippings = $woocommerce->session->get('chosen_shipping_methods');
18
- $all_shipping_methods = flexible_shipping_get_all_shipping_methods();
19
- $flexible_shipping = $all_shipping_methods['flexible_shipping'];
20
- $flexible_shipping_rates = $flexible_shipping->get_all_rates();
21
- foreach ( $shippings as $id => $shipping ) {
22
- if ( isset( $flexible_shipping_rates[$shipping] ) ) {
23
- $shipping_method = $flexible_shipping_rates[$shipping];
24
- if ( $shipping_method['method_integration'] == $shipping_method_integration ) {
25
- return $shipping_method;
 
26
  }
27
  }
28
  }
1
  <?php
2
 
3
  function flexible_shipping_get_all_shipping_methods() {
 
 
 
 
 
 
4
  $all_shipping_methods = WC()->shipping()->load_shipping_methods();
5
  return $all_shipping_methods;
6
  }
7
 
8
+ /**
9
+ * Returns FS methods selected in cart.
10
+ *
11
+ * @param string $shipping_method_integration .
12
+ *
13
+ * @return bool
14
+ */
15
  function flexible_shipping_method_selected_in_cart( $shipping_method_integration ) {
16
+ $chosen_shipping_methods = WC()->session->get( 'chosen_shipping_methods' );
17
+ if ( is_array( $chosen_shipping_methods ) ) {
18
+ $all_shipping_methods = flexible_shipping_get_all_shipping_methods();
19
+ $flexible_shipping = $all_shipping_methods['flexible_shipping'];
20
+ $flexible_shipping_rates = $flexible_shipping->get_all_rates();
21
+ foreach ( $chosen_shipping_methods as $id => $shipping ) {
22
+ if ( isset( $flexible_shipping_rates[ $shipping ] ) ) {
23
+ $shipping_method = $flexible_shipping_rates[ $shipping ];
24
+ if ( $shipping_method['method_integration'] === $shipping_method_integration ) {
25
+ return $shipping_method;
26
+ }
27
  }
28
  }
29
  }
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Table Rate for WooCommerce by Flexible Shipping ===
2
- Contributors: wpdesk,dyszczo,grola,piotrpo,dwukropek,marcinkolanko
3
  Donate link: https://flexibleshipping.com/table-rate/
4
  Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes, shipping, free shipping
5
  Requires at least: 4.5
6
  Tested up to: 5.4
7
- Stable tag: 3.9.15
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -171,6 +171,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
171
 
172
  == Changelog ==
173
 
 
 
 
174
  = 3.9.15 - 2020-04-07 =
175
  * Added JavaScript trigger after AJAX call for WP Desk shipping integrations
176
 
1
  === Table Rate for WooCommerce by Flexible Shipping ===
2
+ Contributors: wpdesk,dyszczo,grola,piotrpo,marcinkolanko
3
  Donate link: https://flexibleshipping.com/table-rate/
4
  Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes, shipping, free shipping
5
  Requires at least: 4.5
6
  Tested up to: 5.4
7
+ Stable tag: 3.9.16
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
171
 
172
  == Changelog ==
173
 
174
+ = 3.9.16 - 2020-04-14 =
175
+ * Fixed warning in cart and checkout when no shipping methods selected
176
+
177
  = 3.9.15 - 2020-04-07 =
178
  * Added JavaScript trigger after AJAX call for WP Desk shipping integrations
179
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit9cdc996e0fd29311efdb1b496c0173c6::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit94c0b8b721f071900d92e6dbc490c26c::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit9cdc996e0fd29311efdb1b496c0173c6
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit9cdc996e0fd29311efdb1b496c0173c6
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit9cdc996e0fd29311efdb1b496c0173c6', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit9cdc996e0fd29311efdb1b496c0173c6', '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\ComposerStaticInit9cdc996e0fd29311efdb1b496c0173c6::getInitializer($loader));
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 ComposerAutoloaderInit94c0b8b721f071900d92e6dbc490c26c
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit94c0b8b721f071900d92e6dbc490c26c', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit94c0b8b721f071900d92e6dbc490c26c', '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\ComposerStaticInit94c0b8b721f071900d92e6dbc490c26c::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 ComposerStaticInit9cdc996e0fd29311efdb1b496c0173c6
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'P' =>
@@ -359,9 +359,9 @@ class ComposerStaticInit9cdc996e0fd29311efdb1b496c0173c6
359
  public static function getInitializer(ClassLoader $loader)
360
  {
361
  return \Closure::bind(function () use ($loader) {
362
- $loader->prefixLengthsPsr4 = ComposerStaticInit9cdc996e0fd29311efdb1b496c0173c6::$prefixLengthsPsr4;
363
- $loader->prefixDirsPsr4 = ComposerStaticInit9cdc996e0fd29311efdb1b496c0173c6::$prefixDirsPsr4;
364
- $loader->classMap = ComposerStaticInit9cdc996e0fd29311efdb1b496c0173c6::$classMap;
365
 
366
  }, null, ClassLoader::class);
367
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit94c0b8b721f071900d92e6dbc490c26c
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'P' =>
359
  public static function getInitializer(ClassLoader $loader)
360
  {
361
  return \Closure::bind(function () use ($loader) {
362
+ $loader->prefixLengthsPsr4 = ComposerStaticInit94c0b8b721f071900d92e6dbc490c26c::$prefixLengthsPsr4;
363
+ $loader->prefixDirsPsr4 = ComposerStaticInit94c0b8b721f071900d92e6dbc490c26c::$prefixDirsPsr4;
364
+ $loader->classMap = ComposerStaticInit94c0b8b721f071900d92e6dbc490c26c::$classMap;
365
 
366
  }, null, ClassLoader::class);
367
  }
vendor_prefixed/wpdesk/wp-codeception/composer.json CHANGED
@@ -20,8 +20,16 @@
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",
20
  "php": ">=5.6",
21
  "ext-json": "*",
22
  "wpdesk\/wp-builder": "^1.0",
23
+ "composer-plugin-api": "^1.1",
24
+ "codeception\/module-db": "^1.0",
25
+ "codeception\/module-cli": "^1.0",
26
+ "codeception\/module-webdriver": "^1.0",
27
+ "lucatume\/wp-browser": "^2.4",
28
+ "codeception\/module-filesystem": "^1.0",
29
+ "codeception\/module-rest": "^1.2",
30
+ "codeception\/module-phpbrowser": "^1.0",
31
+ "codeception\/module-asserts": "^1.1",
32
+ "codeception\/util-universalframework": "^1.0"
33
  },
34
  "require-dev": {
35
  "phpunit\/phpunit": "<7",
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Codeception/Command/AcceptanceTestGenerator.php CHANGED
@@ -25,7 +25,7 @@ class {{name}} extends AbstractCestForPluginActivation {
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();
@@ -45,7 +45,7 @@ class {{name}} extends AbstractCestForPluginActivation {
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() );
25
  \t * @throws \\Codeception\\Exception\\ModuleException .
26
  \t */
27
  \tpublic function _before( \$i ) {
28
+ \t\t\$i->loginAsAdministrator();
29
  \t\t\$i->amOnPluginsPage();
30
  \t\t\$i->deactivatePlugin( \$this->getPluginSlug() );
31
  \t\t\$i->amOnPluginsPage();
45
  \t */
46
  \tpublic function pluginActivation( \$i ) {
47
 
48
+ \t\t\$i->loginAsAdministrator();
49
 
50
  \t\t\$i->amOnPluginsPage();
51
  \t\t\$i->seePluginDeactivated( \$this->getPluginSlug() );
vendor_prefixed/wpdesk/wp-codeception/src/WPDesk/Composer/Commands/CreateCodeceptionTests.php CHANGED
@@ -85,7 +85,7 @@ class CreateCodeceptionTests extends \FSVendor\WPDesk\Composer\Codeception\Comma
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
  /**
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\\TesterWooCommerceActions;" . "\n\tuse \\WPDesk\\Codeception\\Tests\\Acceptance\\Tester\\TesterWPDeskActions;";
89
  $this->wpdeskSed($file_pattern, $pattern, $replace);
90
  }
91
  /**