dependabot-composer 0.118.10 → 0.118.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/helpers/composer.lock +252 -69
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 541bda52852addc272d0d0b8ba57e6fb83d95efaa3bbabbc3427d8fba3ea7aab
4
- data.tar.gz: 941a6d36457397db270d1b5e8fdf03b183d0107012aa065ffb4146420e773e27
3
+ metadata.gz: bb54fe334ec55a6595ac00bab110cde66dc01fa287d361fe627ecb7b93cdbe9f
4
+ data.tar.gz: 47777d8ba31bb6bad5f1dc55483f8a25ce40878b661a7e5cc6c22771c1dbeab7
5
5
  SHA512:
6
- metadata.gz: 3d91c168bfb4fc1f8e3a9dcff2c13a09548d7ca0ec65e89b954d61afb599aed0ac1d1ffb77e0d1deab81fc81da0163e81cdb6fbeb33807d5a38a853dcd55c7d3
7
- data.tar.gz: 2799951eee2b89303f4b43b1835143b8c00a0d7a4ade9c51a309b4165292c1fab4953d6640578c9379053d2c578f2b3d4f332d68a42ea372e05c8f854e7fca44
6
+ metadata.gz: 86ff9d636eca1803472d36e6b403a8778ff6990082cf23a2a0cc03edece2a5e7584728db51cfc80a837df0fd800fc258e304cefb30f35d52e4c20c519027d629
7
+ data.tar.gz: dd4cfde311036296e41dec091be9b2c3ee14717abb306e4e22f52502f21b9ce43b1e9fa74a344101a45b3aaecaa356a50229ff89ad3b7d5b45acd4902cc47f2d
@@ -74,16 +74,16 @@
74
74
  },
75
75
  {
76
76
  "name": "composer/composer",
77
- "version": "1.10.9",
77
+ "version": "1.10.10",
78
78
  "source": {
79
79
  "type": "git",
80
80
  "url": "https://github.com/composer/composer.git",
81
- "reference": "83c3250093d5491600a822e176b107a945baf95a"
81
+ "reference": "32966a3b1d48bc01472a8321fd6472b44fad033a"
82
82
  },
83
83
  "dist": {
84
84
  "type": "zip",
85
- "url": "https://api.github.com/repos/composer/composer/zipball/83c3250093d5491600a822e176b107a945baf95a",
86
- "reference": "83c3250093d5491600a822e176b107a945baf95a",
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-07-16T10:57:00+00:00"
167
+ "time": "2020-08-03T09:35:19+00:00"
168
168
  },
169
169
  {
170
170
  "name": "composer/semver",
@@ -425,6 +425,101 @@
425
425
  ],
426
426
  "time": "2020-05-27T16:41:55+00:00"
427
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
+ },
428
523
  {
429
524
  "name": "psr/log",
430
525
  "version": "1.1.3",
@@ -577,21 +672,21 @@
577
672
  },
578
673
  {
579
674
  "name": "symfony/console",
580
- "version": "v3.4.42",
675
+ "version": "v4.2.12",
581
676
  "source": {
582
677
  "type": "git",
583
678
  "url": "https://github.com/symfony/console.git",
584
- "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13"
679
+ "reference": "fc2e274aade6567a750551942094b2145ade9b6c"
585
680
  },
586
681
  "dist": {
587
682
  "type": "zip",
588
- "url": "https://api.github.com/repos/symfony/console/zipball/bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
589
- "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
683
+ "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c",
684
+ "reference": "fc2e274aade6567a750551942094b2145ade9b6c",
590
685
  "shasum": ""
591
686
  },
592
687
  "require": {
593
- "php": "^5.5.9|>=7.0.8",
594
- "symfony/debug": "~2.8|~3.0|~4.0",
688
+ "php": "^7.1.3",
689
+ "symfony/contracts": "^1.0",
595
690
  "symfony/polyfill-mbstring": "~1.0"
596
691
  },
597
692
  "conflict": {
@@ -603,11 +698,11 @@
603
698
  },
604
699
  "require-dev": {
605
700
  "psr/log": "~1.0",
606
- "symfony/config": "~3.3|~4.0",
701
+ "symfony/config": "~3.4|~4.0",
607
702
  "symfony/dependency-injection": "~3.4|~4.0",
608
- "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
703
+ "symfony/event-dispatcher": "~3.4|~4.0",
609
704
  "symfony/lock": "~3.4|~4.0",
610
- "symfony/process": "~3.3|~4.0"
705
+ "symfony/process": "~3.4|~4.0"
611
706
  },
612
707
  "suggest": {
613
708
  "psr/log": "For using the console logger",
@@ -618,7 +713,7 @@
618
713
  "type": "library",
619
714
  "extra": {
620
715
  "branch-alias": {
621
- "dev-master": "3.4-dev"
716
+ "dev-master": "4.2-dev"
622
717
  }
623
718
  },
624
719
  "autoload": {
@@ -645,58 +740,57 @@
645
740
  ],
646
741
  "description": "Symfony Console Component",
647
742
  "homepage": "https://symfony.com",
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"
743
+ "time": "2019-07-24T17:13:20+00:00"
663
744
  },
664
745
  {
665
- "name": "symfony/debug",
666
- "version": "v3.4.42",
746
+ "name": "symfony/contracts",
747
+ "version": "v1.1.9",
667
748
  "source": {
668
749
  "type": "git",
669
- "url": "https://github.com/symfony/debug.git",
670
- "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d"
750
+ "url": "https://github.com/symfony/contracts.git",
751
+ "reference": "8c4de0cf797f2eba4334a1d7a9b788c1b30a7579"
671
752
  },
672
753
  "dist": {
673
754
  "type": "zip",
674
- "url": "https://api.github.com/repos/symfony/debug/zipball/518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
675
- "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
755
+ "url": "https://api.github.com/repos/symfony/contracts/zipball/8c4de0cf797f2eba4334a1d7a9b788c1b30a7579",
756
+ "reference": "8c4de0cf797f2eba4334a1d7a9b788c1b30a7579",
676
757
  "shasum": ""
677
758
  },
678
759
  "require": {
679
- "php": "^5.5.9|>=7.0.8",
680
- "psr/log": "~1.0"
760
+ "php": ">=7.1.3",
761
+ "psr/cache": "^1.0",
762
+ "psr/container": "^1.0"
681
763
  },
682
- "conflict": {
683
- "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"
684
770
  },
685
771
  "require-dev": {
686
- "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": ""
687
781
  },
688
782
  "type": "library",
689
783
  "extra": {
690
784
  "branch-alias": {
691
- "dev-master": "3.4-dev"
785
+ "dev-master": "1.1-dev"
692
786
  }
693
787
  },
694
788
  "autoload": {
695
789
  "psr-4": {
696
- "Symfony\\Component\\Debug\\": ""
790
+ "Symfony\\Contracts\\": ""
697
791
  },
698
792
  "exclude-from-classmap": [
699
- "/Tests/"
793
+ "**/Tests/"
700
794
  ]
701
795
  },
702
796
  "notification-url": "https://packagist.org/downloads/",
@@ -705,16 +799,24 @@
705
799
  ],
706
800
  "authors": [
707
801
  {
708
- "name": "Fabien Potencier",
709
- "email": "fabien@symfony.com"
802
+ "name": "Nicolas Grekas",
803
+ "email": "p@tchwork.com"
710
804
  },
711
805
  {
712
806
  "name": "Symfony Community",
713
807
  "homepage": "https://symfony.com/contributors"
714
808
  }
715
809
  ],
716
- "description": "Symfony Debug Component",
810
+ "description": "A set of abstractions extracted out of the Symfony components",
717
811
  "homepage": "https://symfony.com",
812
+ "keywords": [
813
+ "abstractions",
814
+ "contracts",
815
+ "decoupling",
816
+ "interfaces",
817
+ "interoperability",
818
+ "standards"
819
+ ],
718
820
  "funding": [
719
821
  {
720
822
  "url": "https://symfony.com/sponsor",
@@ -729,30 +831,30 @@
729
831
  "type": "tidelift"
730
832
  }
731
833
  ],
732
- "time": "2020-05-22T18:25:20+00:00"
834
+ "time": "2020-07-29T14:46:19+00:00"
733
835
  },
734
836
  {
735
837
  "name": "symfony/filesystem",
736
- "version": "v3.4.42",
838
+ "version": "v5.1.3",
737
839
  "source": {
738
840
  "type": "git",
739
841
  "url": "https://github.com/symfony/filesystem.git",
740
- "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10"
842
+ "reference": "6e4320f06d5f2cce0d96530162491f4465179157"
741
843
  },
742
844
  "dist": {
743
845
  "type": "zip",
744
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f625d0cb1e59c8c4ba61abb170125175218ff10",
745
- "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10",
846
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/6e4320f06d5f2cce0d96530162491f4465179157",
847
+ "reference": "6e4320f06d5f2cce0d96530162491f4465179157",
746
848
  "shasum": ""
747
849
  },
748
850
  "require": {
749
- "php": "^5.5.9|>=7.0.8",
851
+ "php": ">=7.2.5",
750
852
  "symfony/polyfill-ctype": "~1.8"
751
853
  },
752
854
  "type": "library",
753
855
  "extra": {
754
856
  "branch-alias": {
755
- "dev-master": "3.4-dev"
857
+ "dev-master": "5.1-dev"
756
858
  }
757
859
  },
758
860
  "autoload": {
@@ -793,29 +895,29 @@
793
895
  "type": "tidelift"
794
896
  }
795
897
  ],
796
- "time": "2020-05-30T17:48:24+00:00"
898
+ "time": "2020-05-30T20:35:19+00:00"
797
899
  },
798
900
  {
799
901
  "name": "symfony/finder",
800
- "version": "v3.4.42",
902
+ "version": "v5.1.3",
801
903
  "source": {
802
904
  "type": "git",
803
905
  "url": "https://github.com/symfony/finder.git",
804
- "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
906
+ "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
805
907
  },
806
908
  "dist": {
807
909
  "type": "zip",
808
- "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
809
- "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
910
+ "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
911
+ "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
810
912
  "shasum": ""
811
913
  },
812
914
  "require": {
813
- "php": "^5.5.9|>=7.0.8"
915
+ "php": ">=7.2.5"
814
916
  },
815
917
  "type": "library",
816
918
  "extra": {
817
919
  "branch-alias": {
818
- "dev-master": "3.4-dev"
920
+ "dev-master": "5.1-dev"
819
921
  }
820
922
  },
821
923
  "autoload": {
@@ -856,7 +958,7 @@
856
958
  "type": "tidelift"
857
959
  }
858
960
  ],
859
- "time": "2020-02-14T07:34:21+00:00"
961
+ "time": "2020-05-20T17:43:50+00:00"
860
962
  },
861
963
  {
862
964
  "name": "symfony/polyfill-ctype",
@@ -1011,27 +1113,108 @@
1011
1113
  ],
1012
1114
  "time": "2020-07-14T12:35:20+00:00"
1013
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"
1195
+ },
1014
1196
  {
1015
1197
  "name": "symfony/process",
1016
- "version": "v3.4.42",
1198
+ "version": "v5.1.3",
1017
1199
  "source": {
1018
1200
  "type": "git",
1019
1201
  "url": "https://github.com/symfony/process.git",
1020
- "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21"
1202
+ "reference": "1864216226af21eb76d9477f691e7cbf198e0402"
1021
1203
  },
1022
1204
  "dist": {
1023
1205
  "type": "zip",
1024
- "url": "https://api.github.com/repos/symfony/process/zipball/8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
1025
- "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
1206
+ "url": "https://api.github.com/repos/symfony/process/zipball/1864216226af21eb76d9477f691e7cbf198e0402",
1207
+ "reference": "1864216226af21eb76d9477f691e7cbf198e0402",
1026
1208
  "shasum": ""
1027
1209
  },
1028
1210
  "require": {
1029
- "php": "^5.5.9|>=7.0.8"
1211
+ "php": ">=7.2.5",
1212
+ "symfony/polyfill-php80": "^1.15"
1030
1213
  },
1031
1214
  "type": "library",
1032
1215
  "extra": {
1033
1216
  "branch-alias": {
1034
- "dev-master": "3.4-dev"
1217
+ "dev-master": "5.1-dev"
1035
1218
  }
1036
1219
  },
1037
1220
  "autoload": {
@@ -1072,7 +1255,7 @@
1072
1255
  "type": "tidelift"
1073
1256
  }
1074
1257
  ],
1075
- "time": "2020-05-23T17:05:51+00:00"
1258
+ "time": "2020-07-23T08:36:24+00:00"
1076
1259
  }
1077
1260
  ],
1078
1261
  "packages-dev": [
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.10
4
+ version: 0.118.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-03 00:00:00.000000000 Z
11
+ date: 2020-08-06 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.10
19
+ version: 0.118.11
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.10
26
+ version: 0.118.11
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement