dependabot-composer 0.118.8 → 0.118.14

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: 59df454ff251185bd7fdf804bca1c1528f09d3459e44aa8b7860a132c30b6274
4
- data.tar.gz: b161ab77943b13906996b4c2c64160c6ecb4ffb1886bca1b9b8620f609f47762
3
+ metadata.gz: 562fca9ddee6a3f9ebf506a9f3c64858fe02c4ad4a80f16bd6179cc6a9b4237d
4
+ data.tar.gz: d0d6b03a17711538cb0f0ebadf9cb2aaa02709562eef11cb75e1334f8fac5393
5
5
  SHA512:
6
- metadata.gz: 0c74e54a87661f5055a4b7104ad7c89ff5d3f1c13dec9b3aadc8a7c3b83cb29880209ea60d96493f776fa6c0a093f0ef43a276606f71afcc0d325ead2032f108
7
- data.tar.gz: 695091691b553314f4e0d2c86ae089ce1c1fee0bea9631102ef3f340d20ec0609fc80eb81b75c93b050fa619ada9ed34d7c96d70f5da24cde69a602972638269
6
+ metadata.gz: ae694d529cc8059eb6247996511efa2aa95f9f0c387bf270d9e8dd3e4cc4afe127010268ce7fd86c1746a2215d115bace9f7297b756cf5cf7c6e99bc6f712113
7
+ data.tar.gz: c94c5f7b3de592744716e23404104bffd80a03afa185099083154e2591a4c7cc709b9b7259d55dd2f6cb6cae05a6a6b1713d6072b4031706e2576f5ca37b554c
@@ -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",
@@ -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.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": [
@@ -1400,16 +1583,16 @@
1400
1583
  },
1401
1584
  {
1402
1585
  "name": "phpstan/phpstan",
1403
- "version": "0.12.33",
1586
+ "version": "0.12.37",
1404
1587
  "source": {
1405
1588
  "type": "git",
1406
1589
  "url": "https://github.com/phpstan/phpstan.git",
1407
- "reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d"
1590
+ "reference": "5e16d83e6eb2dd784fbdaeaece5e2bca72e4f68a"
1408
1591
  },
1409
1592
  "dist": {
1410
1593
  "type": "zip",
1411
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e698a0452526a05c4a351d7c47c4b8c37a548d",
1412
- "reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d",
1594
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5e16d83e6eb2dd784fbdaeaece5e2bca72e4f68a",
1595
+ "reference": "5e16d83e6eb2dd784fbdaeaece5e2bca72e4f68a",
1413
1596
  "shasum": ""
1414
1597
  },
1415
1598
  "require": {
@@ -1452,7 +1635,7 @@
1452
1635
  "type": "tidelift"
1453
1636
  }
1454
1637
  ],
1455
- "time": "2020-07-19T22:10:11+00:00"
1638
+ "time": "2020-08-09T14:32:41+00:00"
1456
1639
  },
1457
1640
  {
1458
1641
  "name": "symfony/event-dispatcher",
@@ -1819,7 +2002,7 @@
1819
2002
  "prefer-stable": false,
1820
2003
  "prefer-lowest": false,
1821
2004
  "platform": {
1822
- "php": "^7.1",
2005
+ "php": "^7.4",
1823
2006
  "ext-json": "*"
1824
2007
  },
1825
2008
  "platform-dev": [],
@@ -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.8
4
+ version: 0.118.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-24 00:00:00.000000000 Z
11
+ date: 2020-08-20 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.8
19
+ version: 0.118.14
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.8
26
+ version: 0.118.14
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -94,20 +94,6 @@ 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
@@ -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