dependabot-composer 0.118.2 → 0.118.7

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: 283622317b97f8dbd9930f2b0b434b4d4c0347c5eff22a316f37c7337c474aec
4
- data.tar.gz: f9af99d876ed463332ac22cc88f058e45232165852fa677517f7d4c8c9d2d125
3
+ metadata.gz: 4e54de1b9bd10ccd38f0fc2701b60e15e2d112962b19af08b95945796bf5c26f
4
+ data.tar.gz: 30996185ef6e86ded29aa774c925a8c4466534b453661a33e4e19c2240b4d335
5
5
  SHA512:
6
- metadata.gz: 5e5c893b7a4f4876c0d1cdd54e460b48cfc8a854eadaa60d33f0f886874b3584edc88a1d2a6610d77019c1b2cbc8e6cb1e8eefe1b1552b58377e49ec0f310d69
7
- data.tar.gz: e1148dd1fdf7de83ef6ecdb7d081ada78a633ed5b05ff7cca04d79c58be034562794659ea79b0160c04b08ecfcafb5680eccd0923bcf3aa0055915e94b42ffde
6
+ metadata.gz: 37593f38eb81e72ec6f904ef34329cd1c8960ccb504cdb2e668de5570b05f0dc712809066165f7d96b9f53f531473fa6f3b9287fee489ca8426e752d51022a6d
7
+ data.tar.gz: 536f19e8a3fc4eaed5d9a98b4d836b5bf8b4790177053b34710e563300309ee7b92e0dc1b5ded75d6bfea7ca7a4389086f4655e443beaad880ad0c38371eda9a
@@ -8,16 +8,16 @@
8
8
  "packages": [
9
9
  {
10
10
  "name": "composer/ca-bundle",
11
- "version": "1.2.6",
11
+ "version": "1.2.7",
12
12
  "source": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/composer/ca-bundle.git",
15
- "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e"
15
+ "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
16
16
  },
17
17
  "dist": {
18
18
  "type": "zip",
19
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e",
20
- "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e",
19
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
20
+ "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
21
21
  "shasum": ""
22
22
  },
23
23
  "require": {
@@ -60,20 +60,30 @@
60
60
  "ssl",
61
61
  "tls"
62
62
  ],
63
- "time": "2020-01-13T10:02:55+00:00"
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
+ ],
73
+ "time": "2020-04-08T08:27:21+00:00"
64
74
  },
65
75
  {
66
76
  "name": "composer/composer",
67
- "version": "1.9.3",
77
+ "version": "1.10.8",
68
78
  "source": {
69
79
  "type": "git",
70
80
  "url": "https://github.com/composer/composer.git",
71
- "reference": "1291a16ce3f48bfdeca39d64fca4875098af4d7b"
81
+ "reference": "56e0e094478f30935e9128552188355fa9712291"
72
82
  },
73
83
  "dist": {
74
84
  "type": "zip",
75
- "url": "https://api.github.com/repos/composer/composer/zipball/1291a16ce3f48bfdeca39d64fca4875098af4d7b",
76
- "reference": "1291a16ce3f48bfdeca39d64fca4875098af4d7b",
85
+ "url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291",
86
+ "reference": "56e0e094478f30935e9128552188355fa9712291",
77
87
  "shasum": ""
78
88
  },
79
89
  "require": {
@@ -81,22 +91,22 @@
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",
88
98
  "seld/phar-utils": "^1.0",
89
- "symfony/console": "^2.7 || ^3.0 || ^4.0",
90
- "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
91
- "symfony/finder": "^2.7 || ^3.0 || ^4.0",
92
- "symfony/process": "^2.7 || ^3.0 || ^4.0"
99
+ "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
100
+ "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
101
+ "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
102
+ "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
93
103
  },
94
104
  "conflict": {
95
105
  "symfony/console": "2.8.38"
96
106
  },
97
107
  "require-dev": {
98
- "phpunit/phpunit": "^4.8.35 || ^5.7",
99
- "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
108
+ "phpspec/prophecy": "^1.10",
109
+ "symfony/phpunit-bridge": "^4.2"
100
110
  },
101
111
  "suggest": {
102
112
  "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -109,7 +119,7 @@
109
119
  "type": "library",
110
120
  "extra": {
111
121
  "branch-alias": {
112
- "dev-master": "1.9-dev"
122
+ "dev-master": "1.10-dev"
113
123
  }
114
124
  },
115
125
  "autoload": {
@@ -140,7 +150,21 @@
140
150
  "dependency",
141
151
  "package"
142
152
  ],
143
- "time": "2020-02-04T11:58:49+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-06-24T19:23:30+00:00"
144
168
  },
145
169
  {
146
170
  "name": "composer/semver",
@@ -205,16 +229,16 @@
205
229
  },
206
230
  {
207
231
  "name": "composer/spdx-licenses",
208
- "version": "1.5.2",
232
+ "version": "1.5.3",
209
233
  "source": {
210
234
  "type": "git",
211
235
  "url": "https://github.com/composer/spdx-licenses.git",
212
- "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
236
+ "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
213
237
  },
214
238
  "dist": {
215
239
  "type": "zip",
216
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
217
- "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
240
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
241
+ "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
218
242
  "shasum": ""
219
243
  },
220
244
  "require": {
@@ -261,20 +285,20 @@
261
285
  "spdx",
262
286
  "validator"
263
287
  ],
264
- "time": "2019-07-29T10:31:59+00:00"
288
+ "time": "2020-02-14T07:44:31+00:00"
265
289
  },
266
290
  {
267
291
  "name": "composer/xdebug-handler",
268
- "version": "1.4.1",
292
+ "version": "1.4.2",
269
293
  "source": {
270
294
  "type": "git",
271
295
  "url": "https://github.com/composer/xdebug-handler.git",
272
- "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
296
+ "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
273
297
  },
274
298
  "dist": {
275
299
  "type": "zip",
276
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
277
- "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
300
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
301
+ "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
278
302
  "shasum": ""
279
303
  },
280
304
  "require": {
@@ -305,20 +329,34 @@
305
329
  "Xdebug",
306
330
  "performance"
307
331
  ],
308
- "time": "2020-03-01T12:26:26+00:00"
332
+ "funding": [
333
+ {
334
+ "url": "https://packagist.com",
335
+ "type": "custom"
336
+ },
337
+ {
338
+ "url": "https://github.com/composer",
339
+ "type": "github"
340
+ },
341
+ {
342
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
343
+ "type": "tidelift"
344
+ }
345
+ ],
346
+ "time": "2020-06-04T11:16:35+00:00"
309
347
  },
310
348
  {
311
349
  "name": "justinrainbow/json-schema",
312
- "version": "5.2.9",
350
+ "version": "5.2.10",
313
351
  "source": {
314
352
  "type": "git",
315
353
  "url": "https://github.com/justinrainbow/json-schema.git",
316
- "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
354
+ "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
317
355
  },
318
356
  "dist": {
319
357
  "type": "zip",
320
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
321
- "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
358
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
359
+ "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
322
360
  "shasum": ""
323
361
  },
324
362
  "require": {
@@ -371,7 +409,7 @@
371
409
  "json",
372
410
  "schema"
373
411
  ],
374
- "time": "2019-09-25T14:49:45+00:00"
412
+ "time": "2020-05-27T16:41:55+00:00"
375
413
  },
376
414
  {
377
415
  "name": "psr/log",
@@ -422,20 +460,20 @@
422
460
  },
423
461
  {
424
462
  "name": "seld/jsonlint",
425
- "version": "1.7.2",
463
+ "version": "1.8.0",
426
464
  "source": {
427
465
  "type": "git",
428
466
  "url": "https://github.com/Seldaek/jsonlint.git",
429
- "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
467
+ "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
430
468
  },
431
469
  "dist": {
432
470
  "type": "zip",
433
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
434
- "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
471
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
472
+ "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
435
473
  "shasum": ""
436
474
  },
437
475
  "require": {
438
- "php": "^5.3 || ^7.0"
476
+ "php": "^5.3 || ^7.0 || ^8.0"
439
477
  },
440
478
  "require-dev": {
441
479
  "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
@@ -467,20 +505,30 @@
467
505
  "parser",
468
506
  "validator"
469
507
  ],
470
- "time": "2019-10-24T14:27:39+00:00"
508
+ "funding": [
509
+ {
510
+ "url": "https://github.com/Seldaek",
511
+ "type": "github"
512
+ },
513
+ {
514
+ "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
515
+ "type": "tidelift"
516
+ }
517
+ ],
518
+ "time": "2020-04-30T19:05:18+00:00"
471
519
  },
472
520
  {
473
521
  "name": "seld/phar-utils",
474
- "version": "1.0.2",
522
+ "version": "1.1.0",
475
523
  "source": {
476
524
  "type": "git",
477
525
  "url": "https://github.com/Seldaek/phar-utils.git",
478
- "reference": "84715761c35808076b00908a20317a3a8a67d17e"
526
+ "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
479
527
  },
480
528
  "dist": {
481
529
  "type": "zip",
482
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/84715761c35808076b00908a20317a3a8a67d17e",
483
- "reference": "84715761c35808076b00908a20317a3a8a67d17e",
530
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
531
+ "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
484
532
  "shasum": ""
485
533
  },
486
534
  "require": {
@@ -509,22 +557,22 @@
509
557
  ],
510
558
  "description": "PHAR file format utilities, for when PHP phars you up",
511
559
  "keywords": [
512
- "phra"
560
+ "phar"
513
561
  ],
514
- "time": "2020-01-13T10:41:09+00:00"
562
+ "time": "2020-02-14T15:25:33+00:00"
515
563
  },
516
564
  {
517
565
  "name": "symfony/console",
518
- "version": "v3.4.39",
566
+ "version": "v3.4.42",
519
567
  "source": {
520
568
  "type": "git",
521
569
  "url": "https://github.com/symfony/console.git",
522
- "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120"
570
+ "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13"
523
571
  },
524
572
  "dist": {
525
573
  "type": "zip",
526
- "url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120",
527
- "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120",
574
+ "url": "https://api.github.com/repos/symfony/console/zipball/bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
575
+ "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
528
576
  "shasum": ""
529
577
  },
530
578
  "require": {
@@ -583,20 +631,34 @@
583
631
  ],
584
632
  "description": "Symfony Console Component",
585
633
  "homepage": "https://symfony.com",
586
- "time": "2020-03-27T17:07:22+00:00"
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"
587
649
  },
588
650
  {
589
651
  "name": "symfony/debug",
590
- "version": "v3.4.39",
652
+ "version": "v3.4.42",
591
653
  "source": {
592
654
  "type": "git",
593
655
  "url": "https://github.com/symfony/debug.git",
594
- "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29"
656
+ "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d"
595
657
  },
596
658
  "dist": {
597
659
  "type": "zip",
598
- "url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
599
- "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
660
+ "url": "https://api.github.com/repos/symfony/debug/zipball/518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
661
+ "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
600
662
  "shasum": ""
601
663
  },
602
664
  "require": {
@@ -639,20 +701,34 @@
639
701
  ],
640
702
  "description": "Symfony Debug Component",
641
703
  "homepage": "https://symfony.com",
642
- "time": "2020-03-23T10:22:40+00:00"
704
+ "funding": [
705
+ {
706
+ "url": "https://symfony.com/sponsor",
707
+ "type": "custom"
708
+ },
709
+ {
710
+ "url": "https://github.com/fabpot",
711
+ "type": "github"
712
+ },
713
+ {
714
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
715
+ "type": "tidelift"
716
+ }
717
+ ],
718
+ "time": "2020-05-22T18:25:20+00:00"
643
719
  },
644
720
  {
645
721
  "name": "symfony/filesystem",
646
- "version": "v3.4.39",
722
+ "version": "v3.4.42",
647
723
  "source": {
648
724
  "type": "git",
649
725
  "url": "https://github.com/symfony/filesystem.git",
650
- "reference": "ec47520778d524b1736e768e0678cd1f01c03019"
726
+ "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10"
651
727
  },
652
728
  "dist": {
653
729
  "type": "zip",
654
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/ec47520778d524b1736e768e0678cd1f01c03019",
655
- "reference": "ec47520778d524b1736e768e0678cd1f01c03019",
730
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f625d0cb1e59c8c4ba61abb170125175218ff10",
731
+ "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10",
656
732
  "shasum": ""
657
733
  },
658
734
  "require": {
@@ -689,11 +765,25 @@
689
765
  ],
690
766
  "description": "Symfony Filesystem Component",
691
767
  "homepage": "https://symfony.com",
692
- "time": "2020-03-16T08:31:04+00:00"
768
+ "funding": [
769
+ {
770
+ "url": "https://symfony.com/sponsor",
771
+ "type": "custom"
772
+ },
773
+ {
774
+ "url": "https://github.com/fabpot",
775
+ "type": "github"
776
+ },
777
+ {
778
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
779
+ "type": "tidelift"
780
+ }
781
+ ],
782
+ "time": "2020-05-30T17:48:24+00:00"
693
783
  },
694
784
  {
695
785
  "name": "symfony/finder",
696
- "version": "v3.4.39",
786
+ "version": "v3.4.42",
697
787
  "source": {
698
788
  "type": "git",
699
789
  "url": "https://github.com/symfony/finder.git",
@@ -738,20 +828,34 @@
738
828
  ],
739
829
  "description": "Symfony Finder Component",
740
830
  "homepage": "https://symfony.com",
831
+ "funding": [
832
+ {
833
+ "url": "https://symfony.com/sponsor",
834
+ "type": "custom"
835
+ },
836
+ {
837
+ "url": "https://github.com/fabpot",
838
+ "type": "github"
839
+ },
840
+ {
841
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
842
+ "type": "tidelift"
843
+ }
844
+ ],
741
845
  "time": "2020-02-14T07:34:21+00:00"
742
846
  },
743
847
  {
744
848
  "name": "symfony/polyfill-ctype",
745
- "version": "v1.15.0",
849
+ "version": "v1.17.1",
746
850
  "source": {
747
851
  "type": "git",
748
852
  "url": "https://github.com/symfony/polyfill-ctype.git",
749
- "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
853
+ "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
750
854
  },
751
855
  "dist": {
752
856
  "type": "zip",
753
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
754
- "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
857
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
858
+ "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
755
859
  "shasum": ""
756
860
  },
757
861
  "require": {
@@ -763,7 +867,11 @@
763
867
  "type": "library",
764
868
  "extra": {
765
869
  "branch-alias": {
766
- "dev-master": "1.15-dev"
870
+ "dev-master": "1.17-dev"
871
+ },
872
+ "thanks": {
873
+ "name": "symfony/polyfill",
874
+ "url": "https://github.com/symfony/polyfill"
767
875
  }
768
876
  },
769
877
  "autoload": {
@@ -796,20 +904,34 @@
796
904
  "polyfill",
797
905
  "portable"
798
906
  ],
799
- "time": "2020-02-27T09:26:54+00:00"
907
+ "funding": [
908
+ {
909
+ "url": "https://symfony.com/sponsor",
910
+ "type": "custom"
911
+ },
912
+ {
913
+ "url": "https://github.com/fabpot",
914
+ "type": "github"
915
+ },
916
+ {
917
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
918
+ "type": "tidelift"
919
+ }
920
+ ],
921
+ "time": "2020-06-06T08:46:27+00:00"
800
922
  },
801
923
  {
802
924
  "name": "symfony/polyfill-mbstring",
803
- "version": "v1.15.0",
925
+ "version": "v1.17.1",
804
926
  "source": {
805
927
  "type": "git",
806
928
  "url": "https://github.com/symfony/polyfill-mbstring.git",
807
- "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
929
+ "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
808
930
  },
809
931
  "dist": {
810
932
  "type": "zip",
811
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
812
- "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
933
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
934
+ "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
813
935
  "shasum": ""
814
936
  },
815
937
  "require": {
@@ -821,7 +943,11 @@
821
943
  "type": "library",
822
944
  "extra": {
823
945
  "branch-alias": {
824
- "dev-master": "1.15-dev"
946
+ "dev-master": "1.17-dev"
947
+ },
948
+ "thanks": {
949
+ "name": "symfony/polyfill",
950
+ "url": "https://github.com/symfony/polyfill"
825
951
  }
826
952
  },
827
953
  "autoload": {
@@ -855,20 +981,34 @@
855
981
  "portable",
856
982
  "shim"
857
983
  ],
858
- "time": "2020-03-09T19:04:49+00:00"
984
+ "funding": [
985
+ {
986
+ "url": "https://symfony.com/sponsor",
987
+ "type": "custom"
988
+ },
989
+ {
990
+ "url": "https://github.com/fabpot",
991
+ "type": "github"
992
+ },
993
+ {
994
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
995
+ "type": "tidelift"
996
+ }
997
+ ],
998
+ "time": "2020-06-06T08:46:27+00:00"
859
999
  },
860
1000
  {
861
1001
  "name": "symfony/process",
862
- "version": "v3.4.39",
1002
+ "version": "v3.4.42",
863
1003
  "source": {
864
1004
  "type": "git",
865
1005
  "url": "https://github.com/symfony/process.git",
866
- "reference": "1dbc09f6e14703ae2398efc86b02ae2bcd9a9931"
1006
+ "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21"
867
1007
  },
868
1008
  "dist": {
869
1009
  "type": "zip",
870
- "url": "https://api.github.com/repos/symfony/process/zipball/1dbc09f6e14703ae2398efc86b02ae2bcd9a9931",
871
- "reference": "1dbc09f6e14703ae2398efc86b02ae2bcd9a9931",
1010
+ "url": "https://api.github.com/repos/symfony/process/zipball/8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
1011
+ "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
872
1012
  "shasum": ""
873
1013
  },
874
1014
  "require": {
@@ -904,7 +1044,21 @@
904
1044
  ],
905
1045
  "description": "Symfony Process Component",
906
1046
  "homepage": "https://symfony.com",
907
- "time": "2020-03-20T06:07:50+00:00"
1047
+ "funding": [
1048
+ {
1049
+ "url": "https://symfony.com/sponsor",
1050
+ "type": "custom"
1051
+ },
1052
+ {
1053
+ "url": "https://github.com/fabpot",
1054
+ "type": "github"
1055
+ },
1056
+ {
1057
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1058
+ "type": "tidelift"
1059
+ }
1060
+ ],
1061
+ "time": "2020-05-23T17:05:51+00:00"
908
1062
  }
909
1063
  ],
910
1064
  "packages-dev": [
@@ -1126,6 +1280,12 @@
1126
1280
  }
1127
1281
  ],
1128
1282
  "description": "A tool to automatically fix PHP code style",
1283
+ "funding": [
1284
+ {
1285
+ "url": "https://github.com/keradus",
1286
+ "type": "github"
1287
+ }
1288
+ ],
1129
1289
  "time": "2020-04-15T18:51:10+00:00"
1130
1290
  },
1131
1291
  {
@@ -1226,16 +1386,16 @@
1226
1386
  },
1227
1387
  {
1228
1388
  "name": "phpstan/phpstan",
1229
- "version": "0.12.19",
1389
+ "version": "0.12.31",
1230
1390
  "source": {
1231
1391
  "type": "git",
1232
1392
  "url": "https://github.com/phpstan/phpstan.git",
1233
- "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d"
1393
+ "reference": "776c8056b401e1b67f277b9e9fb334d1a274671d"
1234
1394
  },
1235
1395
  "dist": {
1236
1396
  "type": "zip",
1237
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d",
1238
- "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d",
1397
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/776c8056b401e1b67f277b9e9fb334d1a274671d",
1398
+ "reference": "776c8056b401e1b67f277b9e9fb334d1a274671d",
1239
1399
  "shasum": ""
1240
1400
  },
1241
1401
  "require": {
@@ -1264,7 +1424,21 @@
1264
1424
  "MIT"
1265
1425
  ],
1266
1426
  "description": "PHPStan - PHP Static Analysis Tool",
1267
- "time": "2020-04-19T20:35:10+00:00"
1427
+ "funding": [
1428
+ {
1429
+ "url": "https://github.com/ondrejmirtes",
1430
+ "type": "github"
1431
+ },
1432
+ {
1433
+ "url": "https://www.patreon.com/phpstan",
1434
+ "type": "patreon"
1435
+ },
1436
+ {
1437
+ "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
1438
+ "type": "tidelift"
1439
+ }
1440
+ ],
1441
+ "time": "2020-06-24T20:55:29+00:00"
1268
1442
  },
1269
1443
  {
1270
1444
  "name": "symfony/event-dispatcher",
@@ -1327,6 +1501,20 @@
1327
1501
  ],
1328
1502
  "description": "Symfony EventDispatcher Component",
1329
1503
  "homepage": "https://symfony.com",
1504
+ "funding": [
1505
+ {
1506
+ "url": "https://symfony.com/sponsor",
1507
+ "type": "custom"
1508
+ },
1509
+ {
1510
+ "url": "https://github.com/fabpot",
1511
+ "type": "github"
1512
+ },
1513
+ {
1514
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1515
+ "type": "tidelift"
1516
+ }
1517
+ ],
1330
1518
  "time": "2020-03-15T09:38:08+00:00"
1331
1519
  },
1332
1520
  {
@@ -1495,6 +1683,20 @@
1495
1683
  "portable",
1496
1684
  "shim"
1497
1685
  ],
1686
+ "funding": [
1687
+ {
1688
+ "url": "https://symfony.com/sponsor",
1689
+ "type": "custom"
1690
+ },
1691
+ {
1692
+ "url": "https://github.com/fabpot",
1693
+ "type": "github"
1694
+ },
1695
+ {
1696
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1697
+ "type": "tidelift"
1698
+ }
1699
+ ],
1498
1700
  "time": "2020-02-27T09:26:54+00:00"
1499
1701
  },
1500
1702
  {
@@ -1544,6 +1746,20 @@
1544
1746
  ],
1545
1747
  "description": "Symfony Stopwatch Component",
1546
1748
  "homepage": "https://symfony.com",
1749
+ "funding": [
1750
+ {
1751
+ "url": "https://symfony.com/sponsor",
1752
+ "type": "custom"
1753
+ },
1754
+ {
1755
+ "url": "https://github.com/fabpot",
1756
+ "type": "github"
1757
+ },
1758
+ {
1759
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1760
+ "type": "tidelift"
1761
+ }
1762
+ ],
1547
1763
  "time": "2020-03-15T09:38:08+00:00"
1548
1764
  }
1549
1765
  ],
@@ -1556,5 +1772,6 @@
1556
1772
  "php": "^7.1",
1557
1773
  "ext-json": "*"
1558
1774
  },
1559
- "platform-dev": []
1775
+ "platform-dev": [],
1776
+ "plugin-api-version": "1.1.0"
1560
1777
  }
@@ -11,7 +11,7 @@ require "dependabot/composer/file_parser"
11
11
  module Dependabot
12
12
  module Composer
13
13
  class UpdateChecker
14
- class VersionResolver
14
+ class VersionResolver # rubocop:disable Metrics/ClassLength
15
15
  class MissingExtensions < StandardError
16
16
  attr_reader :extensions
17
17
 
@@ -72,10 +72,7 @@ module Dependabot
72
72
  def fetch_latest_resolvable_version_string
73
73
  base_directory = dependency_files.first.directory
74
74
  SharedHelpers.in_a_temporary_directory(base_directory) do
75
- File.write("composer.json", prepared_composer_json_content)
76
- File.write("composer.lock", lockfile.content) if lockfile
77
- File.write("auth.json", auth_json.content) if auth_json
78
-
75
+ write_temporary_dependency_files
79
76
  run_update_checker
80
77
  end
81
78
  rescue SharedHelpers::HelperSubprocessFailed => e
@@ -85,6 +82,37 @@ module Dependabot
85
82
  handle_composer_errors(e)
86
83
  end
87
84
 
85
+ def write_temporary_dependency_files(unlock_requirement: true)
86
+ write_dependency_file(unlock_requirement: unlock_requirement)
87
+ write_path_dependency_files
88
+ write_lockfile
89
+ write_auth_file
90
+ end
91
+
92
+ def write_dependency_file(unlock_requirement:)
93
+ File.write(
94
+ "composer.json",
95
+ prepared_composer_json_content(
96
+ unlock_requirement: unlock_requirement
97
+ )
98
+ )
99
+ end
100
+
101
+ def write_path_dependency_files
102
+ path_dependency_files.each do |file|
103
+ FileUtils.mkdir_p(Pathname.new(file.name).dirname)
104
+ File.write(file.name, file.content)
105
+ end
106
+ end
107
+
108
+ def write_lockfile
109
+ File.write("composer.lock", lockfile.content) if lockfile
110
+ end
111
+
112
+ def write_auth_file
113
+ File.write("auth.json", auth_json.content) if auth_json
114
+ end
115
+
88
116
  def transitory_failure?(error)
89
117
  return true if error.message.include?("404 Not Found")
90
118
  return true if error.message.include?("timed out")
@@ -332,17 +360,10 @@ module Dependabot
332
360
  end
333
361
  end
334
362
 
335
- # rubocop:disable Metrics/AbcSize
336
- # rubocop:disable Metrics/PerceivedComplexity
337
363
  def check_original_requirements_resolvable
338
364
  base_directory = dependency_files.first.directory
339
365
  SharedHelpers.in_a_temporary_directory(base_directory) do
340
- File.write(
341
- "composer.json",
342
- prepared_composer_json_content(unlock_requirement: false)
343
- )
344
- File.write("composer.lock", lockfile.content) if lockfile
345
- File.write("auth.json", auth_json.content) if auth_json
366
+ write_temporary_dependency_files(unlock_requirement: false)
346
367
 
347
368
  run_update_checker
348
369
  end
@@ -370,9 +391,6 @@ module Dependabot
370
391
 
371
392
  raise Dependabot::DependencyFileNotResolvable, e.message
372
393
  end
373
- # rubocop:enable Metrics/AbcSize
374
-
375
- # rubocop:enable Metrics/PerceivedComplexity
376
394
 
377
395
  def version_for_reqs(requirements)
378
396
  req_arrays =
@@ -445,6 +463,11 @@ module Dependabot
445
463
  dependency_files.find { |f| f.name == "composer.json" }
446
464
  end
447
465
 
466
+ def path_dependency_files
467
+ @path_dependency_files ||=
468
+ dependency_files.select { |f| f.name.end_with?("/composer.json") }
469
+ end
470
+
448
471
  def lockfile
449
472
  @lockfile ||=
450
473
  dependency_files.find { |f| f.name == "composer.lock" }
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.2
4
+ version: 0.118.7
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-16 00:00:00.000000000 Z
11
+ date: 2020-07-02 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.2
19
+ version: 0.118.7
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.2
26
+ version: 0.118.7
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement