dependabot-composer 0.118.3 → 0.118.8

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: '08402145cc1ab6f8d9528fe72e25603b58949c1739dca9a4016c866cccb4de5b'
4
- data.tar.gz: c6faada0d71b46059ab133a2d18da0ca3c88c0f08c2f38cc9501430ab45aa948
3
+ metadata.gz: 59df454ff251185bd7fdf804bca1c1528f09d3459e44aa8b7860a132c30b6274
4
+ data.tar.gz: b161ab77943b13906996b4c2c64160c6ecb4ffb1886bca1b9b8620f609f47762
5
5
  SHA512:
6
- metadata.gz: 628b0917b8fac4a45236b32cbd81b4a155ac7a9a77e0f7cb0977186cf5e49db0bf46745810012d843017bed55a49ca66568ec77fdbc3a6d8cc0faa434249ee7f
7
- data.tar.gz: 7ee186338c85442e484e9d513b313f573eeb479d19f9d04187a922b8326a62c28bda6a7e2ff360e4a0fab92a9ffdb157f91bd7d24b7397901d9a096734b6e4ac
6
+ metadata.gz: 0c74e54a87661f5055a4b7104ad7c89ff5d3f1c13dec9b3aadc8a7c3b83cb29880209ea60d96493f776fa6c0a093f0ef43a276606f71afcc0d325ead2032f108
7
+ data.tar.gz: 695091691b553314f4e0d2c86ae089ce1c1fee0bea9631102ef3f340d20ec0609fc80eb81b75c93b050fa619ada9ed34d7c96d70f5da24cde69a602972638269
@@ -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
@@ -60,20 +60,30 @@
60
60
  "ssl",
61
61
  "tls"
62
62
  ],
63
+ "funding": [
64
+ {
65
+ "url": "https://packagist.com",
66
+ "type": "custom"
67
+ },
68
+ {
69
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
70
+ "type": "tidelift"
71
+ }
72
+ ],
63
73
  "time": "2020-04-08T08:27:21+00:00"
64
74
  },
65
75
  {
66
76
  "name": "composer/composer",
67
- "version": "1.10.6",
77
+ "version": "1.10.9",
68
78
  "source": {
69
79
  "type": "git",
70
80
  "url": "https://github.com/composer/composer.git",
71
- "reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88"
81
+ "reference": "83c3250093d5491600a822e176b107a945baf95a"
72
82
  },
73
83
  "dist": {
74
84
  "type": "zip",
75
- "url": "https://api.github.com/repos/composer/composer/zipball/be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
76
- "reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
85
+ "url": "https://api.github.com/repos/composer/composer/zipball/83c3250093d5491600a822e176b107a945baf95a",
86
+ "reference": "83c3250093d5491600a822e176b107a945baf95a",
77
87
  "shasum": ""
78
88
  },
79
89
  "require": {
@@ -81,7 +91,7 @@
81
91
  "composer/semver": "^1.0",
82
92
  "composer/spdx-licenses": "^1.2",
83
93
  "composer/xdebug-handler": "^1.1",
84
- "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
94
+ "justinrainbow/json-schema": "^5.2.10",
85
95
  "php": "^5.3.2 || ^7.0",
86
96
  "psr/log": "^1.0",
87
97
  "seld/jsonlint": "^1.4",
@@ -92,12 +102,11 @@
92
102
  "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
93
103
  },
94
104
  "conflict": {
95
- "symfony/console": "2.8.38",
96
- "symfony/phpunit-bridge": "3.4.40"
105
+ "symfony/console": "2.8.38"
97
106
  },
98
107
  "require-dev": {
99
108
  "phpspec/prophecy": "^1.10",
100
- "symfony/phpunit-bridge": "^3.4"
109
+ "symfony/phpunit-bridge": "^4.2"
101
110
  },
102
111
  "suggest": {
103
112
  "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -141,7 +150,21 @@
141
150
  "dependency",
142
151
  "package"
143
152
  ],
144
- "time": "2020-05-06T08:28:10+00:00"
153
+ "funding": [
154
+ {
155
+ "url": "https://packagist.com",
156
+ "type": "custom"
157
+ },
158
+ {
159
+ "url": "https://github.com/composer",
160
+ "type": "github"
161
+ },
162
+ {
163
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
164
+ "type": "tidelift"
165
+ }
166
+ ],
167
+ "time": "2020-07-16T10:57:00+00:00"
145
168
  },
146
169
  {
147
170
  "name": "composer/semver",
@@ -206,16 +229,16 @@
206
229
  },
207
230
  {
208
231
  "name": "composer/spdx-licenses",
209
- "version": "1.5.3",
232
+ "version": "1.5.4",
210
233
  "source": {
211
234
  "type": "git",
212
235
  "url": "https://github.com/composer/spdx-licenses.git",
213
- "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
236
+ "reference": "6946f785871e2314c60b4524851f3702ea4f2223"
214
237
  },
215
238
  "dist": {
216
239
  "type": "zip",
217
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
218
- "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
240
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
241
+ "reference": "6946f785871e2314c60b4524851f3702ea4f2223",
219
242
  "shasum": ""
220
243
  },
221
244
  "require": {
@@ -262,20 +285,34 @@
262
285
  "spdx",
263
286
  "validator"
264
287
  ],
265
- "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"
266
303
  },
267
304
  {
268
305
  "name": "composer/xdebug-handler",
269
- "version": "1.4.1",
306
+ "version": "1.4.2",
270
307
  "source": {
271
308
  "type": "git",
272
309
  "url": "https://github.com/composer/xdebug-handler.git",
273
- "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
310
+ "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
274
311
  },
275
312
  "dist": {
276
313
  "type": "zip",
277
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
278
- "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
314
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
315
+ "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
279
316
  "shasum": ""
280
317
  },
281
318
  "require": {
@@ -306,20 +343,34 @@
306
343
  "Xdebug",
307
344
  "performance"
308
345
  ],
309
- "time": "2020-03-01T12:26:26+00:00"
346
+ "funding": [
347
+ {
348
+ "url": "https://packagist.com",
349
+ "type": "custom"
350
+ },
351
+ {
352
+ "url": "https://github.com/composer",
353
+ "type": "github"
354
+ },
355
+ {
356
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
357
+ "type": "tidelift"
358
+ }
359
+ ],
360
+ "time": "2020-06-04T11:16:35+00:00"
310
361
  },
311
362
  {
312
363
  "name": "justinrainbow/json-schema",
313
- "version": "5.2.9",
364
+ "version": "5.2.10",
314
365
  "source": {
315
366
  "type": "git",
316
367
  "url": "https://github.com/justinrainbow/json-schema.git",
317
- "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
368
+ "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
318
369
  },
319
370
  "dist": {
320
371
  "type": "zip",
321
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
322
- "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
372
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
373
+ "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
323
374
  "shasum": ""
324
375
  },
325
376
  "require": {
@@ -372,7 +423,7 @@
372
423
  "json",
373
424
  "schema"
374
425
  ],
375
- "time": "2019-09-25T14:49:45+00:00"
426
+ "time": "2020-05-27T16:41:55+00:00"
376
427
  },
377
428
  {
378
429
  "name": "psr/log",
@@ -468,20 +519,30 @@
468
519
  "parser",
469
520
  "validator"
470
521
  ],
522
+ "funding": [
523
+ {
524
+ "url": "https://github.com/Seldaek",
525
+ "type": "github"
526
+ },
527
+ {
528
+ "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
529
+ "type": "tidelift"
530
+ }
531
+ ],
471
532
  "time": "2020-04-30T19:05:18+00:00"
472
533
  },
473
534
  {
474
535
  "name": "seld/phar-utils",
475
- "version": "1.1.0",
536
+ "version": "1.1.1",
476
537
  "source": {
477
538
  "type": "git",
478
539
  "url": "https://github.com/Seldaek/phar-utils.git",
479
- "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
540
+ "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
480
541
  },
481
542
  "dist": {
482
543
  "type": "zip",
483
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
484
- "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
544
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
545
+ "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
485
546
  "shasum": ""
486
547
  },
487
548
  "require": {
@@ -512,20 +573,20 @@
512
573
  "keywords": [
513
574
  "phar"
514
575
  ],
515
- "time": "2020-02-14T15:25:33+00:00"
576
+ "time": "2020-07-07T18:42:57+00:00"
516
577
  },
517
578
  {
518
579
  "name": "symfony/console",
519
- "version": "v3.4.40",
580
+ "version": "v3.4.42",
520
581
  "source": {
521
582
  "type": "git",
522
583
  "url": "https://github.com/symfony/console.git",
523
- "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120"
584
+ "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13"
524
585
  },
525
586
  "dist": {
526
587
  "type": "zip",
527
- "url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120",
528
- "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120",
588
+ "url": "https://api.github.com/repos/symfony/console/zipball/bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
589
+ "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
529
590
  "shasum": ""
530
591
  },
531
592
  "require": {
@@ -584,20 +645,34 @@
584
645
  ],
585
646
  "description": "Symfony Console Component",
586
647
  "homepage": "https://symfony.com",
587
- "time": "2020-03-27T17:07:22+00:00"
648
+ "funding": [
649
+ {
650
+ "url": "https://symfony.com/sponsor",
651
+ "type": "custom"
652
+ },
653
+ {
654
+ "url": "https://github.com/fabpot",
655
+ "type": "github"
656
+ },
657
+ {
658
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
659
+ "type": "tidelift"
660
+ }
661
+ ],
662
+ "time": "2020-05-30T18:58:05+00:00"
588
663
  },
589
664
  {
590
665
  "name": "symfony/debug",
591
- "version": "v3.4.40",
666
+ "version": "v3.4.42",
592
667
  "source": {
593
668
  "type": "git",
594
669
  "url": "https://github.com/symfony/debug.git",
595
- "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29"
670
+ "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d"
596
671
  },
597
672
  "dist": {
598
673
  "type": "zip",
599
- "url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
600
- "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
674
+ "url": "https://api.github.com/repos/symfony/debug/zipball/518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
675
+ "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
601
676
  "shasum": ""
602
677
  },
603
678
  "require": {
@@ -640,20 +715,34 @@
640
715
  ],
641
716
  "description": "Symfony Debug Component",
642
717
  "homepage": "https://symfony.com",
643
- "time": "2020-03-23T10:22:40+00:00"
718
+ "funding": [
719
+ {
720
+ "url": "https://symfony.com/sponsor",
721
+ "type": "custom"
722
+ },
723
+ {
724
+ "url": "https://github.com/fabpot",
725
+ "type": "github"
726
+ },
727
+ {
728
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
729
+ "type": "tidelift"
730
+ }
731
+ ],
732
+ "time": "2020-05-22T18:25:20+00:00"
644
733
  },
645
734
  {
646
735
  "name": "symfony/filesystem",
647
- "version": "v3.4.40",
736
+ "version": "v3.4.42",
648
737
  "source": {
649
738
  "type": "git",
650
739
  "url": "https://github.com/symfony/filesystem.git",
651
- "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
740
+ "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10"
652
741
  },
653
742
  "dist": {
654
743
  "type": "zip",
655
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
656
- "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
744
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f625d0cb1e59c8c4ba61abb170125175218ff10",
745
+ "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10",
657
746
  "shasum": ""
658
747
  },
659
748
  "require": {
@@ -690,11 +779,25 @@
690
779
  ],
691
780
  "description": "Symfony Filesystem Component",
692
781
  "homepage": "https://symfony.com",
693
- "time": "2020-04-12T16:54:01+00:00"
782
+ "funding": [
783
+ {
784
+ "url": "https://symfony.com/sponsor",
785
+ "type": "custom"
786
+ },
787
+ {
788
+ "url": "https://github.com/fabpot",
789
+ "type": "github"
790
+ },
791
+ {
792
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
793
+ "type": "tidelift"
794
+ }
795
+ ],
796
+ "time": "2020-05-30T17:48:24+00:00"
694
797
  },
695
798
  {
696
799
  "name": "symfony/finder",
697
- "version": "v3.4.40",
800
+ "version": "v3.4.42",
698
801
  "source": {
699
802
  "type": "git",
700
803
  "url": "https://github.com/symfony/finder.git",
@@ -739,20 +842,34 @@
739
842
  ],
740
843
  "description": "Symfony Finder Component",
741
844
  "homepage": "https://symfony.com",
845
+ "funding": [
846
+ {
847
+ "url": "https://symfony.com/sponsor",
848
+ "type": "custom"
849
+ },
850
+ {
851
+ "url": "https://github.com/fabpot",
852
+ "type": "github"
853
+ },
854
+ {
855
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
856
+ "type": "tidelift"
857
+ }
858
+ ],
742
859
  "time": "2020-02-14T07:34:21+00:00"
743
860
  },
744
861
  {
745
862
  "name": "symfony/polyfill-ctype",
746
- "version": "v1.15.0",
863
+ "version": "v1.18.0",
747
864
  "source": {
748
865
  "type": "git",
749
866
  "url": "https://github.com/symfony/polyfill-ctype.git",
750
- "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
867
+ "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
751
868
  },
752
869
  "dist": {
753
870
  "type": "zip",
754
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
755
- "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
871
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
872
+ "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
756
873
  "shasum": ""
757
874
  },
758
875
  "require": {
@@ -764,7 +881,11 @@
764
881
  "type": "library",
765
882
  "extra": {
766
883
  "branch-alias": {
767
- "dev-master": "1.15-dev"
884
+ "dev-master": "1.18-dev"
885
+ },
886
+ "thanks": {
887
+ "name": "symfony/polyfill",
888
+ "url": "https://github.com/symfony/polyfill"
768
889
  }
769
890
  },
770
891
  "autoload": {
@@ -797,20 +918,34 @@
797
918
  "polyfill",
798
919
  "portable"
799
920
  ],
800
- "time": "2020-02-27T09:26:54+00:00"
921
+ "funding": [
922
+ {
923
+ "url": "https://symfony.com/sponsor",
924
+ "type": "custom"
925
+ },
926
+ {
927
+ "url": "https://github.com/fabpot",
928
+ "type": "github"
929
+ },
930
+ {
931
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
932
+ "type": "tidelift"
933
+ }
934
+ ],
935
+ "time": "2020-07-14T12:35:20+00:00"
801
936
  },
802
937
  {
803
938
  "name": "symfony/polyfill-mbstring",
804
- "version": "v1.15.0",
939
+ "version": "v1.18.0",
805
940
  "source": {
806
941
  "type": "git",
807
942
  "url": "https://github.com/symfony/polyfill-mbstring.git",
808
- "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
943
+ "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
809
944
  },
810
945
  "dist": {
811
946
  "type": "zip",
812
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
813
- "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
947
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
948
+ "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
814
949
  "shasum": ""
815
950
  },
816
951
  "require": {
@@ -822,7 +957,11 @@
822
957
  "type": "library",
823
958
  "extra": {
824
959
  "branch-alias": {
825
- "dev-master": "1.15-dev"
960
+ "dev-master": "1.18-dev"
961
+ },
962
+ "thanks": {
963
+ "name": "symfony/polyfill",
964
+ "url": "https://github.com/symfony/polyfill"
826
965
  }
827
966
  },
828
967
  "autoload": {
@@ -856,20 +995,34 @@
856
995
  "portable",
857
996
  "shim"
858
997
  ],
859
- "time": "2020-03-09T19:04:49+00:00"
998
+ "funding": [
999
+ {
1000
+ "url": "https://symfony.com/sponsor",
1001
+ "type": "custom"
1002
+ },
1003
+ {
1004
+ "url": "https://github.com/fabpot",
1005
+ "type": "github"
1006
+ },
1007
+ {
1008
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1009
+ "type": "tidelift"
1010
+ }
1011
+ ],
1012
+ "time": "2020-07-14T12:35:20+00:00"
860
1013
  },
861
1014
  {
862
1015
  "name": "symfony/process",
863
- "version": "v3.4.40",
1016
+ "version": "v3.4.42",
864
1017
  "source": {
865
1018
  "type": "git",
866
1019
  "url": "https://github.com/symfony/process.git",
867
- "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
1020
+ "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21"
868
1021
  },
869
1022
  "dist": {
870
1023
  "type": "zip",
871
- "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
872
- "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
1024
+ "url": "https://api.github.com/repos/symfony/process/zipball/8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
1025
+ "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
873
1026
  "shasum": ""
874
1027
  },
875
1028
  "require": {
@@ -905,28 +1058,42 @@
905
1058
  ],
906
1059
  "description": "Symfony Process Component",
907
1060
  "homepage": "https://symfony.com",
908
- "time": "2020-04-12T14:33:46+00:00"
1061
+ "funding": [
1062
+ {
1063
+ "url": "https://symfony.com/sponsor",
1064
+ "type": "custom"
1065
+ },
1066
+ {
1067
+ "url": "https://github.com/fabpot",
1068
+ "type": "github"
1069
+ },
1070
+ {
1071
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1072
+ "type": "tidelift"
1073
+ }
1074
+ ],
1075
+ "time": "2020-05-23T17:05:51+00:00"
909
1076
  }
910
1077
  ],
911
1078
  "packages-dev": [
912
1079
  {
913
1080
  "name": "doctrine/annotations",
914
- "version": "1.10.1",
1081
+ "version": "1.10.3",
915
1082
  "source": {
916
1083
  "type": "git",
917
1084
  "url": "https://github.com/doctrine/annotations.git",
918
- "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
1085
+ "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
919
1086
  },
920
1087
  "dist": {
921
1088
  "type": "zip",
922
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
923
- "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
1089
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
1090
+ "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
924
1091
  "shasum": ""
925
1092
  },
926
1093
  "require": {
927
1094
  "doctrine/lexer": "1.*",
928
1095
  "ext-tokenizer": "*",
929
- "php": "^7.1"
1096
+ "php": "^7.1 || ^8.0"
930
1097
  },
931
1098
  "require-dev": {
932
1099
  "doctrine/cache": "1.*",
@@ -976,7 +1143,7 @@
976
1143
  "docblock",
977
1144
  "parser"
978
1145
  ],
979
- "time": "2020-04-02T12:33:25+00:00"
1146
+ "time": "2020-05-25T17:24:27+00:00"
980
1147
  },
981
1148
  {
982
1149
  "name": "doctrine/lexer",
@@ -1040,16 +1207,16 @@
1040
1207
  },
1041
1208
  {
1042
1209
  "name": "friendsofphp/php-cs-fixer",
1043
- "version": "v2.16.3",
1210
+ "version": "v2.16.4",
1044
1211
  "source": {
1045
1212
  "type": "git",
1046
1213
  "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1047
- "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
1214
+ "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13"
1048
1215
  },
1049
1216
  "dist": {
1050
1217
  "type": "zip",
1051
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
1052
- "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
1218
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13",
1219
+ "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13",
1053
1220
  "shasum": ""
1054
1221
  },
1055
1222
  "require": {
@@ -1081,12 +1248,12 @@
1081
1248
  "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
1082
1249
  "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
1083
1250
  "phpunitgoodpractices/traits": "^1.8",
1084
- "symfony/phpunit-bridge": "^4.3 || ^5.0",
1251
+ "symfony/phpunit-bridge": "^5.1",
1085
1252
  "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
1086
1253
  },
1087
1254
  "suggest": {
1088
1255
  "ext-dom": "For handling output formats in XML",
1089
- "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
1256
+ "ext-mbstring": "For handling non-UTF8 characters.",
1090
1257
  "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
1091
1258
  "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
1092
1259
  "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
@@ -1127,7 +1294,13 @@
1127
1294
  }
1128
1295
  ],
1129
1296
  "description": "A tool to automatically fix PHP code style",
1130
- "time": "2020-04-15T18:51:10+00:00"
1297
+ "funding": [
1298
+ {
1299
+ "url": "https://github.com/keradus",
1300
+ "type": "github"
1301
+ }
1302
+ ],
1303
+ "time": "2020-06-27T23:57:46+00:00"
1131
1304
  },
1132
1305
  {
1133
1306
  "name": "paragonie/random_compat",
@@ -1227,20 +1400,20 @@
1227
1400
  },
1228
1401
  {
1229
1402
  "name": "phpstan/phpstan",
1230
- "version": "0.12.29",
1403
+ "version": "0.12.33",
1231
1404
  "source": {
1232
1405
  "type": "git",
1233
1406
  "url": "https://github.com/phpstan/phpstan.git",
1234
- "reference": "9771daaf6b95c6313b908d0bcdee0afcd51f838a"
1407
+ "reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d"
1235
1408
  },
1236
1409
  "dist": {
1237
1410
  "type": "zip",
1238
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9771daaf6b95c6313b908d0bcdee0afcd51f838a",
1239
- "reference": "9771daaf6b95c6313b908d0bcdee0afcd51f838a",
1411
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e698a0452526a05c4a351d7c47c4b8c37a548d",
1412
+ "reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d",
1240
1413
  "shasum": ""
1241
1414
  },
1242
1415
  "require": {
1243
- "php": "^7.1"
1416
+ "php": "^7.1|^8.0"
1244
1417
  },
1245
1418
  "conflict": {
1246
1419
  "phpstan/phpstan-shim": "*"
@@ -1265,20 +1438,34 @@
1265
1438
  "MIT"
1266
1439
  ],
1267
1440
  "description": "PHPStan - PHP Static Analysis Tool",
1268
- "time": "2020-06-14T14:10:59+00:00"
1441
+ "funding": [
1442
+ {
1443
+ "url": "https://github.com/ondrejmirtes",
1444
+ "type": "github"
1445
+ },
1446
+ {
1447
+ "url": "https://www.patreon.com/phpstan",
1448
+ "type": "patreon"
1449
+ },
1450
+ {
1451
+ "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
1452
+ "type": "tidelift"
1453
+ }
1454
+ ],
1455
+ "time": "2020-07-19T22:10:11+00:00"
1269
1456
  },
1270
1457
  {
1271
1458
  "name": "symfony/event-dispatcher",
1272
- "version": "v3.4.39",
1459
+ "version": "v3.4.42",
1273
1460
  "source": {
1274
1461
  "type": "git",
1275
1462
  "url": "https://github.com/symfony/event-dispatcher.git",
1276
- "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
1463
+ "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081"
1277
1464
  },
1278
1465
  "dist": {
1279
1466
  "type": "zip",
1280
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
1281
- "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
1467
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081",
1468
+ "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081",
1282
1469
  "shasum": ""
1283
1470
  },
1284
1471
  "require": {
@@ -1328,20 +1515,34 @@
1328
1515
  ],
1329
1516
  "description": "Symfony EventDispatcher Component",
1330
1517
  "homepage": "https://symfony.com",
1331
- "time": "2020-03-15T09:38:08+00:00"
1518
+ "funding": [
1519
+ {
1520
+ "url": "https://symfony.com/sponsor",
1521
+ "type": "custom"
1522
+ },
1523
+ {
1524
+ "url": "https://github.com/fabpot",
1525
+ "type": "github"
1526
+ },
1527
+ {
1528
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1529
+ "type": "tidelift"
1530
+ }
1531
+ ],
1532
+ "time": "2020-05-05T15:06:23+00:00"
1332
1533
  },
1333
1534
  {
1334
1535
  "name": "symfony/options-resolver",
1335
- "version": "v3.4.39",
1536
+ "version": "v3.4.42",
1336
1537
  "source": {
1337
1538
  "type": "git",
1338
1539
  "url": "https://github.com/symfony/options-resolver.git",
1339
- "reference": "730ef56164ed6c9356c159e9f5ff2b84d753b9ed"
1540
+ "reference": "3b9fe6db7fe3694307d182dd73983584af77d5fd"
1340
1541
  },
1341
1542
  "dist": {
1342
1543
  "type": "zip",
1343
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/730ef56164ed6c9356c159e9f5ff2b84d753b9ed",
1344
- "reference": "730ef56164ed6c9356c159e9f5ff2b84d753b9ed",
1544
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/3b9fe6db7fe3694307d182dd73983584af77d5fd",
1545
+ "reference": "3b9fe6db7fe3694307d182dd73983584af77d5fd",
1345
1546
  "shasum": ""
1346
1547
  },
1347
1548
  "require": {
@@ -1382,20 +1583,34 @@
1382
1583
  "configuration",
1383
1584
  "options"
1384
1585
  ],
1385
- "time": "2020-01-01T11:03:25+00:00"
1586
+ "funding": [
1587
+ {
1588
+ "url": "https://symfony.com/sponsor",
1589
+ "type": "custom"
1590
+ },
1591
+ {
1592
+ "url": "https://github.com/fabpot",
1593
+ "type": "github"
1594
+ },
1595
+ {
1596
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1597
+ "type": "tidelift"
1598
+ }
1599
+ ],
1600
+ "time": "2020-05-21T13:02:25+00:00"
1386
1601
  },
1387
1602
  {
1388
1603
  "name": "symfony/polyfill-php70",
1389
- "version": "v1.15.0",
1604
+ "version": "v1.18.0",
1390
1605
  "source": {
1391
1606
  "type": "git",
1392
1607
  "url": "https://github.com/symfony/polyfill-php70.git",
1393
- "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
1608
+ "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
1394
1609
  },
1395
1610
  "dist": {
1396
1611
  "type": "zip",
1397
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
1398
- "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
1612
+ "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
1613
+ "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
1399
1614
  "shasum": ""
1400
1615
  },
1401
1616
  "require": {
@@ -1405,7 +1620,11 @@
1405
1620
  "type": "library",
1406
1621
  "extra": {
1407
1622
  "branch-alias": {
1408
- "dev-master": "1.15-dev"
1623
+ "dev-master": "1.18-dev"
1624
+ },
1625
+ "thanks": {
1626
+ "name": "symfony/polyfill",
1627
+ "url": "https://github.com/symfony/polyfill"
1409
1628
  }
1410
1629
  },
1411
1630
  "autoload": {
@@ -1441,20 +1660,34 @@
1441
1660
  "portable",
1442
1661
  "shim"
1443
1662
  ],
1444
- "time": "2020-02-27T09:26:54+00:00"
1663
+ "funding": [
1664
+ {
1665
+ "url": "https://symfony.com/sponsor",
1666
+ "type": "custom"
1667
+ },
1668
+ {
1669
+ "url": "https://github.com/fabpot",
1670
+ "type": "github"
1671
+ },
1672
+ {
1673
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1674
+ "type": "tidelift"
1675
+ }
1676
+ ],
1677
+ "time": "2020-07-14T12:35:20+00:00"
1445
1678
  },
1446
1679
  {
1447
1680
  "name": "symfony/polyfill-php72",
1448
- "version": "v1.15.0",
1681
+ "version": "v1.18.0",
1449
1682
  "source": {
1450
1683
  "type": "git",
1451
1684
  "url": "https://github.com/symfony/polyfill-php72.git",
1452
- "reference": "37b0976c78b94856543260ce09b460a7bc852747"
1685
+ "reference": "639447d008615574653fb3bc60d1986d7172eaae"
1453
1686
  },
1454
1687
  "dist": {
1455
1688
  "type": "zip",
1456
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
1457
- "reference": "37b0976c78b94856543260ce09b460a7bc852747",
1689
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
1690
+ "reference": "639447d008615574653fb3bc60d1986d7172eaae",
1458
1691
  "shasum": ""
1459
1692
  },
1460
1693
  "require": {
@@ -1463,7 +1696,11 @@
1463
1696
  "type": "library",
1464
1697
  "extra": {
1465
1698
  "branch-alias": {
1466
- "dev-master": "1.15-dev"
1699
+ "dev-master": "1.18-dev"
1700
+ },
1701
+ "thanks": {
1702
+ "name": "symfony/polyfill",
1703
+ "url": "https://github.com/symfony/polyfill"
1467
1704
  }
1468
1705
  },
1469
1706
  "autoload": {
@@ -1496,11 +1733,25 @@
1496
1733
  "portable",
1497
1734
  "shim"
1498
1735
  ],
1499
- "time": "2020-02-27T09:26:54+00:00"
1736
+ "funding": [
1737
+ {
1738
+ "url": "https://symfony.com/sponsor",
1739
+ "type": "custom"
1740
+ },
1741
+ {
1742
+ "url": "https://github.com/fabpot",
1743
+ "type": "github"
1744
+ },
1745
+ {
1746
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1747
+ "type": "tidelift"
1748
+ }
1749
+ ],
1750
+ "time": "2020-07-14T12:35:20+00:00"
1500
1751
  },
1501
1752
  {
1502
1753
  "name": "symfony/stopwatch",
1503
- "version": "v3.4.39",
1754
+ "version": "v3.4.42",
1504
1755
  "source": {
1505
1756
  "type": "git",
1506
1757
  "url": "https://github.com/symfony/stopwatch.git",
@@ -1545,6 +1796,20 @@
1545
1796
  ],
1546
1797
  "description": "Symfony Stopwatch Component",
1547
1798
  "homepage": "https://symfony.com",
1799
+ "funding": [
1800
+ {
1801
+ "url": "https://symfony.com/sponsor",
1802
+ "type": "custom"
1803
+ },
1804
+ {
1805
+ "url": "https://github.com/fabpot",
1806
+ "type": "github"
1807
+ },
1808
+ {
1809
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1810
+ "type": "tidelift"
1811
+ }
1812
+ ],
1548
1813
  "time": "2020-03-15T09:38:08+00:00"
1549
1814
  }
1550
1815
  ],
@@ -1,4 +1,5 @@
1
1
  parameters:
2
2
  inferPrivatePropertyTypeFromConstructor: true
3
+ level: 5
3
4
  paths:
4
5
  - src
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.3
4
+ version: 0.118.8
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-18 00:00:00.000000000 Z
11
+ date: 2020-07-24 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.3
19
+ version: 0.118.8
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.3
26
+ version: 0.118.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: 0.85.0
117
+ version: 0.88.0
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: 0.85.0
124
+ version: 0.88.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: vcr
127
127
  requirement: !ruby/object:Gem::Requirement