dependabot-composer 0.118.6 → 0.118.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f88ff2eaf2366d18029aadc4e40a314edcbd9b448da7edbdb8e910f9f4c1c582
4
- data.tar.gz: 7ffb7e0aae55e7f9206540cb15b34360d9aadd4b1d2ac753627ef2cc289fd740
3
+ metadata.gz: f1e141b145de76507751d1dc2720a2233d55aa744654203f26e0bd55862820f6
4
+ data.tar.gz: 1d65b6b89f4236853524a2e483213522119b9d2f2b04ecfa27101d911cead1d9
5
5
  SHA512:
6
- metadata.gz: 765361051bb84b1d55fea99a2a90d845b02c14fbf4f36bf69cd50041a3913736e242b51e398e52d9182ec92ab59c93b79f55cf9273972c520307e7d83809be3e
7
- data.tar.gz: 7c4a28948f03c80747a6f6f669187babef0123630028da2be05b0e19c81b1b8a45951a62639209f38501d5e944790e5ecd08344443b267278b74eda426e60cc0
6
+ metadata.gz: 54f6695f51264230adc3c0815cb91f7e44f1dbd7ace7375fa7c71427a3da122f1b620a55b6097c6b26119ea6132ae977489c885848f04b9ac78298d056b7fc90
7
+ data.tar.gz: ce65516a8b1695d577466053ca9ae90ec31f59562d1f7cd61eb47f81e633e418dcd9c2f5c9fb9b47939320d51e52e85cca507a8f7c6ce39b695f5be6b2da7edb
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "require": {
3
- "php": "^7.1",
3
+ "php": "^7.4",
4
4
  "ext-json": "*",
5
- "composer/composer": "^1.8"
5
+ "composer/composer": "^1.10.9"
6
6
  },
7
7
  "require-dev": {
8
8
  "friendsofphp/php-cs-fixer": "^2.9",
@@ -14,10 +14,8 @@
14
14
  }
15
15
  },
16
16
  "scripts": {
17
- "lint": [
18
- "php-cs-fixer fix --diff --verbose"
19
- ],
20
- "stan": "phpstan analyse -l 5"
17
+ "lint": "php-cs-fixer fix --diff --verbose",
18
+ "stan": "phpstan analyse"
21
19
  },
22
20
  "config": {
23
21
  "sort-packages": true
@@ -4,7 +4,7 @@
4
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
5
  "This file is @generated automatically"
6
6
  ],
7
- "content-hash": "65b03d44fae1e0c209741e1cc9ff54e6",
7
+ "content-hash": "5a7b480edaeff5f76761647b6e98981c",
8
8
  "packages": [
9
9
  {
10
10
  "name": "composer/ca-bundle",
@@ -74,16 +74,16 @@
74
74
  },
75
75
  {
76
76
  "name": "composer/composer",
77
- "version": "1.10.8",
77
+ "version": "1.10.10",
78
78
  "source": {
79
79
  "type": "git",
80
80
  "url": "https://github.com/composer/composer.git",
81
- "reference": "56e0e094478f30935e9128552188355fa9712291"
81
+ "reference": "32966a3b1d48bc01472a8321fd6472b44fad033a"
82
82
  },
83
83
  "dist": {
84
84
  "type": "zip",
85
- "url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291",
86
- "reference": "56e0e094478f30935e9128552188355fa9712291",
85
+ "url": "https://api.github.com/repos/composer/composer/zipball/32966a3b1d48bc01472a8321fd6472b44fad033a",
86
+ "reference": "32966a3b1d48bc01472a8321fd6472b44fad033a",
87
87
  "shasum": ""
88
88
  },
89
89
  "require": {
@@ -164,7 +164,7 @@
164
164
  "type": "tidelift"
165
165
  }
166
166
  ],
167
- "time": "2020-06-24T19:23:30+00:00"
167
+ "time": "2020-08-03T09:35:19+00:00"
168
168
  },
169
169
  {
170
170
  "name": "composer/semver",
@@ -229,16 +229,16 @@
229
229
  },
230
230
  {
231
231
  "name": "composer/spdx-licenses",
232
- "version": "1.5.3",
232
+ "version": "1.5.4",
233
233
  "source": {
234
234
  "type": "git",
235
235
  "url": "https://github.com/composer/spdx-licenses.git",
236
- "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
236
+ "reference": "6946f785871e2314c60b4524851f3702ea4f2223"
237
237
  },
238
238
  "dist": {
239
239
  "type": "zip",
240
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
241
- "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
240
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
241
+ "reference": "6946f785871e2314c60b4524851f3702ea4f2223",
242
242
  "shasum": ""
243
243
  },
244
244
  "require": {
@@ -285,7 +285,21 @@
285
285
  "spdx",
286
286
  "validator"
287
287
  ],
288
- "time": "2020-02-14T07:44:31+00:00"
288
+ "funding": [
289
+ {
290
+ "url": "https://packagist.com",
291
+ "type": "custom"
292
+ },
293
+ {
294
+ "url": "https://github.com/composer",
295
+ "type": "github"
296
+ },
297
+ {
298
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
299
+ "type": "tidelift"
300
+ }
301
+ ],
302
+ "time": "2020-07-15T15:35:07+00:00"
289
303
  },
290
304
  {
291
305
  "name": "composer/xdebug-handler",
@@ -411,6 +425,101 @@
411
425
  ],
412
426
  "time": "2020-05-27T16:41:55+00:00"
413
427
  },
428
+ {
429
+ "name": "psr/cache",
430
+ "version": "1.0.1",
431
+ "source": {
432
+ "type": "git",
433
+ "url": "https://github.com/php-fig/cache.git",
434
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
435
+ },
436
+ "dist": {
437
+ "type": "zip",
438
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
439
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
440
+ "shasum": ""
441
+ },
442
+ "require": {
443
+ "php": ">=5.3.0"
444
+ },
445
+ "type": "library",
446
+ "extra": {
447
+ "branch-alias": {
448
+ "dev-master": "1.0.x-dev"
449
+ }
450
+ },
451
+ "autoload": {
452
+ "psr-4": {
453
+ "Psr\\Cache\\": "src/"
454
+ }
455
+ },
456
+ "notification-url": "https://packagist.org/downloads/",
457
+ "license": [
458
+ "MIT"
459
+ ],
460
+ "authors": [
461
+ {
462
+ "name": "PHP-FIG",
463
+ "homepage": "http://www.php-fig.org/"
464
+ }
465
+ ],
466
+ "description": "Common interface for caching libraries",
467
+ "keywords": [
468
+ "cache",
469
+ "psr",
470
+ "psr-6"
471
+ ],
472
+ "time": "2016-08-06T20:24:11+00:00"
473
+ },
474
+ {
475
+ "name": "psr/container",
476
+ "version": "1.0.0",
477
+ "source": {
478
+ "type": "git",
479
+ "url": "https://github.com/php-fig/container.git",
480
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
481
+ },
482
+ "dist": {
483
+ "type": "zip",
484
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
485
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
486
+ "shasum": ""
487
+ },
488
+ "require": {
489
+ "php": ">=5.3.0"
490
+ },
491
+ "type": "library",
492
+ "extra": {
493
+ "branch-alias": {
494
+ "dev-master": "1.0.x-dev"
495
+ }
496
+ },
497
+ "autoload": {
498
+ "psr-4": {
499
+ "Psr\\Container\\": "src/"
500
+ }
501
+ },
502
+ "notification-url": "https://packagist.org/downloads/",
503
+ "license": [
504
+ "MIT"
505
+ ],
506
+ "authors": [
507
+ {
508
+ "name": "PHP-FIG",
509
+ "homepage": "http://www.php-fig.org/"
510
+ }
511
+ ],
512
+ "description": "Common Container Interface (PHP FIG PSR-11)",
513
+ "homepage": "https://github.com/php-fig/container",
514
+ "keywords": [
515
+ "PSR-11",
516
+ "container",
517
+ "container-interface",
518
+ "container-interop",
519
+ "psr"
520
+ ],
521
+ "time": "2017-02-14T16:28:37+00:00"
522
+ },
414
523
  {
415
524
  "name": "psr/log",
416
525
  "version": "1.1.3",
@@ -519,16 +628,16 @@
519
628
  },
520
629
  {
521
630
  "name": "seld/phar-utils",
522
- "version": "1.1.0",
631
+ "version": "1.1.1",
523
632
  "source": {
524
633
  "type": "git",
525
634
  "url": "https://github.com/Seldaek/phar-utils.git",
526
- "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
635
+ "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
527
636
  },
528
637
  "dist": {
529
638
  "type": "zip",
530
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
531
- "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
639
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
640
+ "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
532
641
  "shasum": ""
533
642
  },
534
643
  "require": {
@@ -559,25 +668,25 @@
559
668
  "keywords": [
560
669
  "phar"
561
670
  ],
562
- "time": "2020-02-14T15:25:33+00:00"
671
+ "time": "2020-07-07T18:42:57+00:00"
563
672
  },
564
673
  {
565
674
  "name": "symfony/console",
566
- "version": "v3.4.42",
675
+ "version": "v4.2.12",
567
676
  "source": {
568
677
  "type": "git",
569
678
  "url": "https://github.com/symfony/console.git",
570
- "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13"
679
+ "reference": "fc2e274aade6567a750551942094b2145ade9b6c"
571
680
  },
572
681
  "dist": {
573
682
  "type": "zip",
574
- "url": "https://api.github.com/repos/symfony/console/zipball/bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
575
- "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
683
+ "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c",
684
+ "reference": "fc2e274aade6567a750551942094b2145ade9b6c",
576
685
  "shasum": ""
577
686
  },
578
687
  "require": {
579
- "php": "^5.5.9|>=7.0.8",
580
- "symfony/debug": "~2.8|~3.0|~4.0",
688
+ "php": "^7.1.3",
689
+ "symfony/contracts": "^1.0",
581
690
  "symfony/polyfill-mbstring": "~1.0"
582
691
  },
583
692
  "conflict": {
@@ -589,11 +698,11 @@
589
698
  },
590
699
  "require-dev": {
591
700
  "psr/log": "~1.0",
592
- "symfony/config": "~3.3|~4.0",
701
+ "symfony/config": "~3.4|~4.0",
593
702
  "symfony/dependency-injection": "~3.4|~4.0",
594
- "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
703
+ "symfony/event-dispatcher": "~3.4|~4.0",
595
704
  "symfony/lock": "~3.4|~4.0",
596
- "symfony/process": "~3.3|~4.0"
705
+ "symfony/process": "~3.4|~4.0"
597
706
  },
598
707
  "suggest": {
599
708
  "psr/log": "For using the console logger",
@@ -604,7 +713,7 @@
604
713
  "type": "library",
605
714
  "extra": {
606
715
  "branch-alias": {
607
- "dev-master": "3.4-dev"
716
+ "dev-master": "4.2-dev"
608
717
  }
609
718
  },
610
719
  "autoload": {
@@ -631,58 +740,57 @@
631
740
  ],
632
741
  "description": "Symfony Console Component",
633
742
  "homepage": "https://symfony.com",
634
- "funding": [
635
- {
636
- "url": "https://symfony.com/sponsor",
637
- "type": "custom"
638
- },
639
- {
640
- "url": "https://github.com/fabpot",
641
- "type": "github"
642
- },
643
- {
644
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
645
- "type": "tidelift"
646
- }
647
- ],
648
- "time": "2020-05-30T18:58:05+00:00"
743
+ "time": "2019-07-24T17:13:20+00:00"
649
744
  },
650
745
  {
651
- "name": "symfony/debug",
652
- "version": "v3.4.42",
746
+ "name": "symfony/contracts",
747
+ "version": "v1.1.9",
653
748
  "source": {
654
749
  "type": "git",
655
- "url": "https://github.com/symfony/debug.git",
656
- "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d"
750
+ "url": "https://github.com/symfony/contracts.git",
751
+ "reference": "8c4de0cf797f2eba4334a1d7a9b788c1b30a7579"
657
752
  },
658
753
  "dist": {
659
754
  "type": "zip",
660
- "url": "https://api.github.com/repos/symfony/debug/zipball/518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
661
- "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
755
+ "url": "https://api.github.com/repos/symfony/contracts/zipball/8c4de0cf797f2eba4334a1d7a9b788c1b30a7579",
756
+ "reference": "8c4de0cf797f2eba4334a1d7a9b788c1b30a7579",
662
757
  "shasum": ""
663
758
  },
664
759
  "require": {
665
- "php": "^5.5.9|>=7.0.8",
666
- "psr/log": "~1.0"
760
+ "php": ">=7.1.3",
761
+ "psr/cache": "^1.0",
762
+ "psr/container": "^1.0"
667
763
  },
668
- "conflict": {
669
- "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
764
+ "replace": {
765
+ "symfony/cache-contracts": "self.version",
766
+ "symfony/event-dispatcher-contracts": "self.version",
767
+ "symfony/http-client-contracts": "self.version",
768
+ "symfony/service-contracts": "self.version",
769
+ "symfony/translation-contracts": "self.version"
670
770
  },
671
771
  "require-dev": {
672
- "symfony/http-kernel": "~2.8|~3.0|~4.0"
772
+ "symfony/polyfill-intl-idn": "^1.10"
773
+ },
774
+ "suggest": {
775
+ "psr/event-dispatcher": "When using the EventDispatcher contracts",
776
+ "symfony/cache-implementation": "",
777
+ "symfony/event-dispatcher-implementation": "",
778
+ "symfony/http-client-implementation": "",
779
+ "symfony/service-implementation": "",
780
+ "symfony/translation-implementation": ""
673
781
  },
674
782
  "type": "library",
675
783
  "extra": {
676
784
  "branch-alias": {
677
- "dev-master": "3.4-dev"
785
+ "dev-master": "1.1-dev"
678
786
  }
679
787
  },
680
788
  "autoload": {
681
789
  "psr-4": {
682
- "Symfony\\Component\\Debug\\": ""
790
+ "Symfony\\Contracts\\": ""
683
791
  },
684
792
  "exclude-from-classmap": [
685
- "/Tests/"
793
+ "**/Tests/"
686
794
  ]
687
795
  },
688
796
  "notification-url": "https://packagist.org/downloads/",
@@ -691,16 +799,24 @@
691
799
  ],
692
800
  "authors": [
693
801
  {
694
- "name": "Fabien Potencier",
695
- "email": "fabien@symfony.com"
802
+ "name": "Nicolas Grekas",
803
+ "email": "p@tchwork.com"
696
804
  },
697
805
  {
698
806
  "name": "Symfony Community",
699
807
  "homepage": "https://symfony.com/contributors"
700
808
  }
701
809
  ],
702
- "description": "Symfony Debug Component",
810
+ "description": "A set of abstractions extracted out of the Symfony components",
703
811
  "homepage": "https://symfony.com",
812
+ "keywords": [
813
+ "abstractions",
814
+ "contracts",
815
+ "decoupling",
816
+ "interfaces",
817
+ "interoperability",
818
+ "standards"
819
+ ],
704
820
  "funding": [
705
821
  {
706
822
  "url": "https://symfony.com/sponsor",
@@ -715,30 +831,30 @@
715
831
  "type": "tidelift"
716
832
  }
717
833
  ],
718
- "time": "2020-05-22T18:25:20+00:00"
834
+ "time": "2020-07-29T14:46:19+00:00"
719
835
  },
720
836
  {
721
837
  "name": "symfony/filesystem",
722
- "version": "v3.4.42",
838
+ "version": "v5.1.3",
723
839
  "source": {
724
840
  "type": "git",
725
841
  "url": "https://github.com/symfony/filesystem.git",
726
- "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10"
842
+ "reference": "6e4320f06d5f2cce0d96530162491f4465179157"
727
843
  },
728
844
  "dist": {
729
845
  "type": "zip",
730
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f625d0cb1e59c8c4ba61abb170125175218ff10",
731
- "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10",
846
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/6e4320f06d5f2cce0d96530162491f4465179157",
847
+ "reference": "6e4320f06d5f2cce0d96530162491f4465179157",
732
848
  "shasum": ""
733
849
  },
734
850
  "require": {
735
- "php": "^5.5.9|>=7.0.8",
851
+ "php": ">=7.2.5",
736
852
  "symfony/polyfill-ctype": "~1.8"
737
853
  },
738
854
  "type": "library",
739
855
  "extra": {
740
856
  "branch-alias": {
741
- "dev-master": "3.4-dev"
857
+ "dev-master": "5.1-dev"
742
858
  }
743
859
  },
744
860
  "autoload": {
@@ -779,29 +895,29 @@
779
895
  "type": "tidelift"
780
896
  }
781
897
  ],
782
- "time": "2020-05-30T17:48:24+00:00"
898
+ "time": "2020-05-30T20:35:19+00:00"
783
899
  },
784
900
  {
785
901
  "name": "symfony/finder",
786
- "version": "v3.4.42",
902
+ "version": "v5.1.3",
787
903
  "source": {
788
904
  "type": "git",
789
905
  "url": "https://github.com/symfony/finder.git",
790
- "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
906
+ "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
791
907
  },
792
908
  "dist": {
793
909
  "type": "zip",
794
- "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
795
- "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
910
+ "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
911
+ "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
796
912
  "shasum": ""
797
913
  },
798
914
  "require": {
799
- "php": "^5.5.9|>=7.0.8"
915
+ "php": ">=7.2.5"
800
916
  },
801
917
  "type": "library",
802
918
  "extra": {
803
919
  "branch-alias": {
804
- "dev-master": "3.4-dev"
920
+ "dev-master": "5.1-dev"
805
921
  }
806
922
  },
807
923
  "autoload": {
@@ -842,20 +958,20 @@
842
958
  "type": "tidelift"
843
959
  }
844
960
  ],
845
- "time": "2020-02-14T07:34:21+00:00"
961
+ "time": "2020-05-20T17:43:50+00:00"
846
962
  },
847
963
  {
848
964
  "name": "symfony/polyfill-ctype",
849
- "version": "v1.17.1",
965
+ "version": "v1.18.0",
850
966
  "source": {
851
967
  "type": "git",
852
968
  "url": "https://github.com/symfony/polyfill-ctype.git",
853
- "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
969
+ "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
854
970
  },
855
971
  "dist": {
856
972
  "type": "zip",
857
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
858
- "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
973
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
974
+ "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
859
975
  "shasum": ""
860
976
  },
861
977
  "require": {
@@ -867,7 +983,7 @@
867
983
  "type": "library",
868
984
  "extra": {
869
985
  "branch-alias": {
870
- "dev-master": "1.17-dev"
986
+ "dev-master": "1.18-dev"
871
987
  },
872
988
  "thanks": {
873
989
  "name": "symfony/polyfill",
@@ -918,20 +1034,20 @@
918
1034
  "type": "tidelift"
919
1035
  }
920
1036
  ],
921
- "time": "2020-06-06T08:46:27+00:00"
1037
+ "time": "2020-07-14T12:35:20+00:00"
922
1038
  },
923
1039
  {
924
1040
  "name": "symfony/polyfill-mbstring",
925
- "version": "v1.17.1",
1041
+ "version": "v1.18.0",
926
1042
  "source": {
927
1043
  "type": "git",
928
1044
  "url": "https://github.com/symfony/polyfill-mbstring.git",
929
- "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
1045
+ "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
930
1046
  },
931
1047
  "dist": {
932
1048
  "type": "zip",
933
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
934
- "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
1049
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
1050
+ "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
935
1051
  "shasum": ""
936
1052
  },
937
1053
  "require": {
@@ -943,7 +1059,7 @@
943
1059
  "type": "library",
944
1060
  "extra": {
945
1061
  "branch-alias": {
946
- "dev-master": "1.17-dev"
1062
+ "dev-master": "1.18-dev"
947
1063
  },
948
1064
  "thanks": {
949
1065
  "name": "symfony/polyfill",
@@ -995,29 +1111,110 @@
995
1111
  "type": "tidelift"
996
1112
  }
997
1113
  ],
998
- "time": "2020-06-06T08:46:27+00:00"
1114
+ "time": "2020-07-14T12:35:20+00:00"
1115
+ },
1116
+ {
1117
+ "name": "symfony/polyfill-php80",
1118
+ "version": "v1.18.0",
1119
+ "source": {
1120
+ "type": "git",
1121
+ "url": "https://github.com/symfony/polyfill-php80.git",
1122
+ "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
1123
+ },
1124
+ "dist": {
1125
+ "type": "zip",
1126
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
1127
+ "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
1128
+ "shasum": ""
1129
+ },
1130
+ "require": {
1131
+ "php": ">=7.0.8"
1132
+ },
1133
+ "type": "library",
1134
+ "extra": {
1135
+ "branch-alias": {
1136
+ "dev-master": "1.18-dev"
1137
+ },
1138
+ "thanks": {
1139
+ "name": "symfony/polyfill",
1140
+ "url": "https://github.com/symfony/polyfill"
1141
+ }
1142
+ },
1143
+ "autoload": {
1144
+ "psr-4": {
1145
+ "Symfony\\Polyfill\\Php80\\": ""
1146
+ },
1147
+ "files": [
1148
+ "bootstrap.php"
1149
+ ],
1150
+ "classmap": [
1151
+ "Resources/stubs"
1152
+ ]
1153
+ },
1154
+ "notification-url": "https://packagist.org/downloads/",
1155
+ "license": [
1156
+ "MIT"
1157
+ ],
1158
+ "authors": [
1159
+ {
1160
+ "name": "Ion Bazan",
1161
+ "email": "ion.bazan@gmail.com"
1162
+ },
1163
+ {
1164
+ "name": "Nicolas Grekas",
1165
+ "email": "p@tchwork.com"
1166
+ },
1167
+ {
1168
+ "name": "Symfony Community",
1169
+ "homepage": "https://symfony.com/contributors"
1170
+ }
1171
+ ],
1172
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1173
+ "homepage": "https://symfony.com",
1174
+ "keywords": [
1175
+ "compatibility",
1176
+ "polyfill",
1177
+ "portable",
1178
+ "shim"
1179
+ ],
1180
+ "funding": [
1181
+ {
1182
+ "url": "https://symfony.com/sponsor",
1183
+ "type": "custom"
1184
+ },
1185
+ {
1186
+ "url": "https://github.com/fabpot",
1187
+ "type": "github"
1188
+ },
1189
+ {
1190
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1191
+ "type": "tidelift"
1192
+ }
1193
+ ],
1194
+ "time": "2020-07-14T12:35:20+00:00"
999
1195
  },
1000
1196
  {
1001
1197
  "name": "symfony/process",
1002
- "version": "v3.4.42",
1198
+ "version": "v5.1.3",
1003
1199
  "source": {
1004
1200
  "type": "git",
1005
1201
  "url": "https://github.com/symfony/process.git",
1006
- "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21"
1202
+ "reference": "1864216226af21eb76d9477f691e7cbf198e0402"
1007
1203
  },
1008
1204
  "dist": {
1009
1205
  "type": "zip",
1010
- "url": "https://api.github.com/repos/symfony/process/zipball/8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
1011
- "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
1206
+ "url": "https://api.github.com/repos/symfony/process/zipball/1864216226af21eb76d9477f691e7cbf198e0402",
1207
+ "reference": "1864216226af21eb76d9477f691e7cbf198e0402",
1012
1208
  "shasum": ""
1013
1209
  },
1014
1210
  "require": {
1015
- "php": "^5.5.9|>=7.0.8"
1211
+ "php": ">=7.2.5",
1212
+ "symfony/polyfill-php80": "^1.15"
1016
1213
  },
1017
1214
  "type": "library",
1018
1215
  "extra": {
1019
1216
  "branch-alias": {
1020
- "dev-master": "3.4-dev"
1217
+ "dev-master": "5.1-dev"
1021
1218
  }
1022
1219
  },
1023
1220
  "autoload": {
@@ -1058,28 +1255,28 @@
1058
1255
  "type": "tidelift"
1059
1256
  }
1060
1257
  ],
1061
- "time": "2020-05-23T17:05:51+00:00"
1258
+ "time": "2020-07-23T08:36:24+00:00"
1062
1259
  }
1063
1260
  ],
1064
1261
  "packages-dev": [
1065
1262
  {
1066
1263
  "name": "doctrine/annotations",
1067
- "version": "1.10.1",
1264
+ "version": "1.10.3",
1068
1265
  "source": {
1069
1266
  "type": "git",
1070
1267
  "url": "https://github.com/doctrine/annotations.git",
1071
- "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
1268
+ "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
1072
1269
  },
1073
1270
  "dist": {
1074
1271
  "type": "zip",
1075
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
1076
- "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
1272
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
1273
+ "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
1077
1274
  "shasum": ""
1078
1275
  },
1079
1276
  "require": {
1080
1277
  "doctrine/lexer": "1.*",
1081
1278
  "ext-tokenizer": "*",
1082
- "php": "^7.1"
1279
+ "php": "^7.1 || ^8.0"
1083
1280
  },
1084
1281
  "require-dev": {
1085
1282
  "doctrine/cache": "1.*",
@@ -1129,7 +1326,7 @@
1129
1326
  "docblock",
1130
1327
  "parser"
1131
1328
  ],
1132
- "time": "2020-04-02T12:33:25+00:00"
1329
+ "time": "2020-05-25T17:24:27+00:00"
1133
1330
  },
1134
1331
  {
1135
1332
  "name": "doctrine/lexer",
@@ -1193,16 +1390,16 @@
1193
1390
  },
1194
1391
  {
1195
1392
  "name": "friendsofphp/php-cs-fixer",
1196
- "version": "v2.16.3",
1393
+ "version": "v2.16.4",
1197
1394
  "source": {
1198
1395
  "type": "git",
1199
1396
  "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1200
- "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
1397
+ "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13"
1201
1398
  },
1202
1399
  "dist": {
1203
1400
  "type": "zip",
1204
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
1205
- "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
1401
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13",
1402
+ "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13",
1206
1403
  "shasum": ""
1207
1404
  },
1208
1405
  "require": {
@@ -1234,12 +1431,12 @@
1234
1431
  "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
1235
1432
  "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
1236
1433
  "phpunitgoodpractices/traits": "^1.8",
1237
- "symfony/phpunit-bridge": "^4.3 || ^5.0",
1434
+ "symfony/phpunit-bridge": "^5.1",
1238
1435
  "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
1239
1436
  },
1240
1437
  "suggest": {
1241
1438
  "ext-dom": "For handling output formats in XML",
1242
- "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
1439
+ "ext-mbstring": "For handling non-UTF8 characters.",
1243
1440
  "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
1244
1441
  "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
1245
1442
  "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
@@ -1286,7 +1483,7 @@
1286
1483
  "type": "github"
1287
1484
  }
1288
1485
  ],
1289
- "time": "2020-04-15T18:51:10+00:00"
1486
+ "time": "2020-06-27T23:57:46+00:00"
1290
1487
  },
1291
1488
  {
1292
1489
  "name": "paragonie/random_compat",
@@ -1386,20 +1583,20 @@
1386
1583
  },
1387
1584
  {
1388
1585
  "name": "phpstan/phpstan",
1389
- "version": "0.12.31",
1586
+ "version": "0.12.34",
1390
1587
  "source": {
1391
1588
  "type": "git",
1392
1589
  "url": "https://github.com/phpstan/phpstan.git",
1393
- "reference": "776c8056b401e1b67f277b9e9fb334d1a274671d"
1590
+ "reference": "ad75388d71fb0b4a954f71a852fd989915a51cb7"
1394
1591
  },
1395
1592
  "dist": {
1396
1593
  "type": "zip",
1397
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/776c8056b401e1b67f277b9e9fb334d1a274671d",
1398
- "reference": "776c8056b401e1b67f277b9e9fb334d1a274671d",
1594
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad75388d71fb0b4a954f71a852fd989915a51cb7",
1595
+ "reference": "ad75388d71fb0b4a954f71a852fd989915a51cb7",
1399
1596
  "shasum": ""
1400
1597
  },
1401
1598
  "require": {
1402
- "php": "^7.1"
1599
+ "php": "^7.1|^8.0"
1403
1600
  },
1404
1601
  "conflict": {
1405
1602
  "phpstan/phpstan-shim": "*"
@@ -1438,20 +1635,20 @@
1438
1635
  "type": "tidelift"
1439
1636
  }
1440
1637
  ],
1441
- "time": "2020-06-24T20:55:29+00:00"
1638
+ "time": "2020-07-30T15:31:10+00:00"
1442
1639
  },
1443
1640
  {
1444
1641
  "name": "symfony/event-dispatcher",
1445
- "version": "v3.4.39",
1642
+ "version": "v3.4.42",
1446
1643
  "source": {
1447
1644
  "type": "git",
1448
1645
  "url": "https://github.com/symfony/event-dispatcher.git",
1449
- "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
1646
+ "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081"
1450
1647
  },
1451
1648
  "dist": {
1452
1649
  "type": "zip",
1453
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
1454
- "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
1650
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081",
1651
+ "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081",
1455
1652
  "shasum": ""
1456
1653
  },
1457
1654
  "require": {
@@ -1515,20 +1712,20 @@
1515
1712
  "type": "tidelift"
1516
1713
  }
1517
1714
  ],
1518
- "time": "2020-03-15T09:38:08+00:00"
1715
+ "time": "2020-05-05T15:06:23+00:00"
1519
1716
  },
1520
1717
  {
1521
1718
  "name": "symfony/options-resolver",
1522
- "version": "v3.4.39",
1719
+ "version": "v3.4.42",
1523
1720
  "source": {
1524
1721
  "type": "git",
1525
1722
  "url": "https://github.com/symfony/options-resolver.git",
1526
- "reference": "730ef56164ed6c9356c159e9f5ff2b84d753b9ed"
1723
+ "reference": "3b9fe6db7fe3694307d182dd73983584af77d5fd"
1527
1724
  },
1528
1725
  "dist": {
1529
1726
  "type": "zip",
1530
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/730ef56164ed6c9356c159e9f5ff2b84d753b9ed",
1531
- "reference": "730ef56164ed6c9356c159e9f5ff2b84d753b9ed",
1727
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/3b9fe6db7fe3694307d182dd73983584af77d5fd",
1728
+ "reference": "3b9fe6db7fe3694307d182dd73983584af77d5fd",
1532
1729
  "shasum": ""
1533
1730
  },
1534
1731
  "require": {
@@ -1569,20 +1766,34 @@
1569
1766
  "configuration",
1570
1767
  "options"
1571
1768
  ],
1572
- "time": "2020-01-01T11:03:25+00:00"
1769
+ "funding": [
1770
+ {
1771
+ "url": "https://symfony.com/sponsor",
1772
+ "type": "custom"
1773
+ },
1774
+ {
1775
+ "url": "https://github.com/fabpot",
1776
+ "type": "github"
1777
+ },
1778
+ {
1779
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1780
+ "type": "tidelift"
1781
+ }
1782
+ ],
1783
+ "time": "2020-05-21T13:02:25+00:00"
1573
1784
  },
1574
1785
  {
1575
1786
  "name": "symfony/polyfill-php70",
1576
- "version": "v1.15.0",
1787
+ "version": "v1.18.0",
1577
1788
  "source": {
1578
1789
  "type": "git",
1579
1790
  "url": "https://github.com/symfony/polyfill-php70.git",
1580
- "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
1791
+ "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
1581
1792
  },
1582
1793
  "dist": {
1583
1794
  "type": "zip",
1584
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
1585
- "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
1795
+ "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
1796
+ "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
1586
1797
  "shasum": ""
1587
1798
  },
1588
1799
  "require": {
@@ -1592,7 +1803,11 @@
1592
1803
  "type": "library",
1593
1804
  "extra": {
1594
1805
  "branch-alias": {
1595
- "dev-master": "1.15-dev"
1806
+ "dev-master": "1.18-dev"
1807
+ },
1808
+ "thanks": {
1809
+ "name": "symfony/polyfill",
1810
+ "url": "https://github.com/symfony/polyfill"
1596
1811
  }
1597
1812
  },
1598
1813
  "autoload": {
@@ -1628,20 +1843,34 @@
1628
1843
  "portable",
1629
1844
  "shim"
1630
1845
  ],
1631
- "time": "2020-02-27T09:26:54+00:00"
1846
+ "funding": [
1847
+ {
1848
+ "url": "https://symfony.com/sponsor",
1849
+ "type": "custom"
1850
+ },
1851
+ {
1852
+ "url": "https://github.com/fabpot",
1853
+ "type": "github"
1854
+ },
1855
+ {
1856
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1857
+ "type": "tidelift"
1858
+ }
1859
+ ],
1860
+ "time": "2020-07-14T12:35:20+00:00"
1632
1861
  },
1633
1862
  {
1634
1863
  "name": "symfony/polyfill-php72",
1635
- "version": "v1.15.0",
1864
+ "version": "v1.18.0",
1636
1865
  "source": {
1637
1866
  "type": "git",
1638
1867
  "url": "https://github.com/symfony/polyfill-php72.git",
1639
- "reference": "37b0976c78b94856543260ce09b460a7bc852747"
1868
+ "reference": "639447d008615574653fb3bc60d1986d7172eaae"
1640
1869
  },
1641
1870
  "dist": {
1642
1871
  "type": "zip",
1643
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
1644
- "reference": "37b0976c78b94856543260ce09b460a7bc852747",
1872
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
1873
+ "reference": "639447d008615574653fb3bc60d1986d7172eaae",
1645
1874
  "shasum": ""
1646
1875
  },
1647
1876
  "require": {
@@ -1650,7 +1879,11 @@
1650
1879
  "type": "library",
1651
1880
  "extra": {
1652
1881
  "branch-alias": {
1653
- "dev-master": "1.15-dev"
1882
+ "dev-master": "1.18-dev"
1883
+ },
1884
+ "thanks": {
1885
+ "name": "symfony/polyfill",
1886
+ "url": "https://github.com/symfony/polyfill"
1654
1887
  }
1655
1888
  },
1656
1889
  "autoload": {
@@ -1697,11 +1930,11 @@
1697
1930
  "type": "tidelift"
1698
1931
  }
1699
1932
  ],
1700
- "time": "2020-02-27T09:26:54+00:00"
1933
+ "time": "2020-07-14T12:35:20+00:00"
1701
1934
  },
1702
1935
  {
1703
1936
  "name": "symfony/stopwatch",
1704
- "version": "v3.4.39",
1937
+ "version": "v3.4.42",
1705
1938
  "source": {
1706
1939
  "type": "git",
1707
1940
  "url": "https://github.com/symfony/stopwatch.git",
@@ -1769,7 +2002,7 @@
1769
2002
  "prefer-stable": false,
1770
2003
  "prefer-lowest": false,
1771
2004
  "platform": {
1772
- "php": "^7.1",
2005
+ "php": "^7.4",
1773
2006
  "ext-json": "*"
1774
2007
  },
1775
2008
  "platform-dev": [],
@@ -1,4 +1,5 @@
1
1
  parameters:
2
2
  inferPrivatePropertyTypeFromConstructor: true
3
+ level: 5
3
4
  paths:
4
5
  - src
@@ -11,11 +11,11 @@ use Composer\Installer\InstallationManager;
11
11
  use Composer\Package\PackageInterface;
12
12
  use Composer\Repository\RepositoryInterface;
13
13
 
14
- class DependabotInstallationManager extends InstallationManager
14
+ final class DependabotInstallationManager extends InstallationManager
15
15
  {
16
- private $installed = [];
17
- private $updated = [];
18
- private $uninstalled = [];
16
+ private array $installed = [];
17
+ private array $updated = [];
18
+ private array $uninstalled = [];
19
19
 
20
20
  public function install(RepositoryInterface $repo, InstallOperation $operation): void
21
21
  {
@@ -7,7 +7,7 @@ namespace Dependabot\Composer;
7
7
  use Composer\Package\PackageInterface;
8
8
  use Composer\Plugin\PluginManager;
9
9
 
10
- class DependabotPluginManager extends PluginManager
10
+ final class DependabotPluginManager extends PluginManager
11
11
  {
12
12
  public function registerPackage(PackageInterface $package, $failOnMissingClasses = false): void
13
13
  {
@@ -6,9 +6,9 @@ namespace Dependabot\Composer;
6
6
 
7
7
  use Composer\IO\NullIO;
8
8
 
9
- class ExceptionIO extends NullIO
9
+ final class ExceptionIO extends NullIO
10
10
  {
11
- private $raise_next_error = false;
11
+ private bool $raise_next_error = false;
12
12
 
13
13
  public function writeError($messages, $newline = true, $verbosity = self::NORMAL): void
14
14
  {
@@ -6,7 +6,7 @@ namespace Dependabot\Composer;
6
6
 
7
7
  use Composer\Package\Locker;
8
8
 
9
- class Hasher
9
+ final class Hasher
10
10
  {
11
11
  /**
12
12
  * @throws \RuntimeException
@@ -8,7 +8,7 @@ use Composer\Factory;
8
8
  use Composer\Installer;
9
9
  use Composer\Package\PackageInterface;
10
10
 
11
- class UpdateChecker
11
+ final class UpdateChecker
12
12
  {
13
13
  public static function getLatestResolvableVersion(array $args): ?string
14
14
  {
@@ -65,8 +65,8 @@ class UpdateChecker
65
65
  ->setDryRun(true)
66
66
  ->setUpdate(true)
67
67
  ->setDevMode(true)
68
- ->setUpdateWhitelist([$dependencyName])
69
- ->setWhitelistTransitiveDependencies(true)
68
+ ->setUpdateAllowList([$dependencyName])
69
+ ->setAllowListTransitiveDependencies(true)
70
70
  ->setExecuteOperations(false)
71
71
  ->setDumpAutoloader(false)
72
72
  ->setRunScripts(false)
@@ -7,7 +7,7 @@ namespace Dependabot\Composer;
7
7
  use Composer\Factory;
8
8
  use Composer\Installer;
9
9
 
10
- class Updater
10
+ final class Updater
11
11
  {
12
12
  /**
13
13
  * @throws \RuntimeException
@@ -78,8 +78,8 @@ class Updater
78
78
  ->setWriteLock(true)
79
79
  ->setUpdate(true)
80
80
  ->setDevMode(true)
81
- ->setUpdateWhitelist([$dependencyName])
82
- ->setWhitelistTransitiveDependencies(true)
81
+ ->setUpdateAllowList([$dependencyName])
82
+ ->setAllowListTransitiveDependencies(true)
83
83
  ->setExecuteOperations(false)
84
84
  ->setDumpAutoloader(false)
85
85
  ->setRunScripts(false)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-composer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.118.6
4
+ version: 0.118.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-30 00:00:00.000000000 Z
11
+ date: 2020-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dependabot-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.118.6
19
+ version: 0.118.12
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.118.6
26
+ version: 0.118.12
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -94,34 +94,20 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '1.2'
97
- - !ruby/object:Gem::Dependency
98
- name: rspec_junit_formatter
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '0.4'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '0.4'
111
97
  - !ruby/object:Gem::Dependency
112
98
  name: rubocop
113
99
  requirement: !ruby/object:Gem::Requirement
114
100
  requirements:
115
101
  - - "~>"
116
102
  - !ruby/object:Gem::Version
117
- version: 0.85.0
103
+ version: 0.88.0
118
104
  type: :development
119
105
  prerelease: false
120
106
  version_requirements: !ruby/object:Gem::Requirement
121
107
  requirements:
122
108
  - - "~>"
123
109
  - !ruby/object:Gem::Version
124
- version: 0.85.0
110
+ version: 0.88.0
125
111
  - !ruby/object:Gem::Dependency
126
112
  name: vcr
127
113
  requirement: !ruby/object:Gem::Requirement
@@ -204,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
190
  - !ruby/object:Gem::Version
205
191
  version: 2.5.0
206
192
  requirements: []
207
- rubygems_version: 3.0.3
193
+ rubygems_version: 3.1.2
208
194
  signing_key:
209
195
  specification_version: 4
210
196
  summary: PHP (Composer) support for dependabot