dependabot-composer 0.171.0 → 0.171.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37c636ce1c722de4c11b53ec429b374f8fcd9f2a9f5a091acbf23bbf9a6e1cf2
4
- data.tar.gz: c0f3ca9721d5681e0eba659b78447442217b0a391759024b48475dd05158d563
3
+ metadata.gz: e309cac3621d53687080be1cd794a493671241c60c373101aead241690366f26
4
+ data.tar.gz: c3d349ce98c8fa2aaee8a7a0ddb40322361f6977d74321b58a64ad7b825512d5
5
5
  SHA512:
6
- metadata.gz: 84235892fcd376523d148d3b01cfdb3c046f0c0999aa21bbcd45a5092a31fc44b1b89e7a4fa15130079bad5762aca39c839a07cc1dbea6f58e865d83308492a3
7
- data.tar.gz: 12a8e7872f21efa6f69f480cba4cd5755dd910b2108b939addc0f8b98735bd0035d60545dde5d2ce862f7417de8b0847e068ebd731c074b3c5cfe9f173d73a84
6
+ metadata.gz: 14053733283a09ebd9d805ecdc0713ce08cacdc7486b7deba49bd47778b1e19ba1b37561c83ba09f76fcdbdb2219b332eb563455997982d2c3422035fd17980e
7
+ data.tar.gz: 7ccbd6a0d1b150566b33e22038f5b47cb4cc39960c36774239592491aef7df2ecfb0c23f5509fac44fb7535180ea1e72b71088ee697efbbedc56b6e7c88e65f1
data/helpers/v1/build CHANGED
@@ -2,12 +2,14 @@
2
2
 
3
3
  set -e
4
4
 
5
- install_dir=$1
6
- if [ -z "$install_dir" ]; then
7
- echo "usage: $0 INSTALL_DIR"
5
+ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
6
+ echo "Unable to build, DEPENDABOT_NATIVE_HELPERS_PATH is not set"
8
7
  exit 1
9
8
  fi
10
9
 
10
+ install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v1"
11
+ mkdir -p $install_dir
12
+
11
13
  helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
12
14
  cp -r \
13
15
  "$helpers_dir/bin" \
@@ -8,16 +8,16 @@
8
8
  "packages": [
9
9
  {
10
10
  "name": "composer/ca-bundle",
11
- "version": "1.2.11",
11
+ "version": "1.3.1",
12
12
  "source": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/composer/ca-bundle.git",
15
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582"
15
+ "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
16
16
  },
17
17
  "dist": {
18
18
  "type": "zip",
19
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
20
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
19
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
20
+ "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
21
21
  "shasum": ""
22
22
  },
23
23
  "require": {
@@ -75,20 +75,20 @@
75
75
  "type": "tidelift"
76
76
  }
77
77
  ],
78
- "time": "2021-09-25T20:32:43+00:00"
78
+ "time": "2021-10-28T20:44:15+00:00"
79
79
  },
80
80
  {
81
81
  "name": "composer/composer",
82
- "version": "1.10.23",
82
+ "version": "1.10.24",
83
83
  "source": {
84
84
  "type": "git",
85
85
  "url": "https://github.com/composer/composer.git",
86
- "reference": "eb3bae3d3de2e4abd94fa56fbe18355aba0b47ae"
86
+ "reference": "6dea608377dc5409895d4cfd987947bc0abe154a"
87
87
  },
88
88
  "dist": {
89
89
  "type": "zip",
90
- "url": "https://api.github.com/repos/composer/composer/zipball/eb3bae3d3de2e4abd94fa56fbe18355aba0b47ae",
91
- "reference": "eb3bae3d3de2e4abd94fa56fbe18355aba0b47ae",
90
+ "url": "https://api.github.com/repos/composer/composer/zipball/6dea608377dc5409895d4cfd987947bc0abe154a",
91
+ "reference": "6dea608377dc5409895d4cfd987947bc0abe154a",
92
92
  "shasum": ""
93
93
  },
94
94
  "require": {
@@ -169,7 +169,7 @@
169
169
  "type": "tidelift"
170
170
  }
171
171
  ],
172
- "time": "2021-10-05T07:44:27+00:00"
172
+ "time": "2021-12-09T19:06:33+00:00"
173
173
  },
174
174
  {
175
175
  "name": "composer/semver",
@@ -248,23 +248,24 @@
248
248
  },
249
249
  {
250
250
  "name": "composer/spdx-licenses",
251
- "version": "1.5.5",
251
+ "version": "1.5.6",
252
252
  "source": {
253
253
  "type": "git",
254
254
  "url": "https://github.com/composer/spdx-licenses.git",
255
- "reference": "de30328a7af8680efdc03e396aad24befd513200"
255
+ "reference": "a30d487169d799745ca7280bc90fdfa693536901"
256
256
  },
257
257
  "dist": {
258
258
  "type": "zip",
259
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
260
- "reference": "de30328a7af8680efdc03e396aad24befd513200",
259
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901",
260
+ "reference": "a30d487169d799745ca7280bc90fdfa693536901",
261
261
  "shasum": ""
262
262
  },
263
263
  "require": {
264
264
  "php": "^5.3.2 || ^7.0 || ^8.0"
265
265
  },
266
266
  "require-dev": {
267
- "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
267
+ "phpstan/phpstan": "^0.12.55",
268
+ "symfony/phpunit-bridge": "^4.2 || ^5"
268
269
  },
269
270
  "type": "library",
270
271
  "extra": {
@@ -318,7 +319,7 @@
318
319
  "type": "tidelift"
319
320
  }
320
321
  ],
321
- "time": "2020-12-03T16:04:16+00:00"
322
+ "time": "2021-11-18T10:14:14+00:00"
322
323
  },
323
324
  {
324
325
  "name": "composer/xdebug-handler",
@@ -597,16 +598,16 @@
597
598
  },
598
599
  {
599
600
  "name": "seld/phar-utils",
600
- "version": "1.1.2",
601
+ "version": "1.2.0",
601
602
  "source": {
602
603
  "type": "git",
603
604
  "url": "https://github.com/Seldaek/phar-utils.git",
604
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0"
605
+ "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
605
606
  },
606
607
  "dist": {
607
608
  "type": "zip",
608
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
609
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
609
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
610
+ "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
610
611
  "shasum": ""
611
612
  },
612
613
  "require": {
@@ -637,30 +638,30 @@
637
638
  "keywords": [
638
639
  "phar"
639
640
  ],
640
- "time": "2021-08-19T21:01:38+00:00"
641
+ "time": "2021-12-10T11:20:11+00:00"
641
642
  },
642
643
  {
643
644
  "name": "symfony/console",
644
- "version": "v5.3.10",
645
+ "version": "v5.4.2",
645
646
  "source": {
646
647
  "type": "git",
647
648
  "url": "https://github.com/symfony/console.git",
648
- "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3"
649
+ "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
649
650
  },
650
651
  "dist": {
651
652
  "type": "zip",
652
- "url": "https://api.github.com/repos/symfony/console/zipball/d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
653
- "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
653
+ "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
654
+ "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
654
655
  "shasum": ""
655
656
  },
656
657
  "require": {
657
658
  "php": ">=7.2.5",
658
- "symfony/deprecation-contracts": "^2.1",
659
+ "symfony/deprecation-contracts": "^2.1|^3",
659
660
  "symfony/polyfill-mbstring": "~1.0",
660
- "symfony/polyfill-php73": "^1.8",
661
+ "symfony/polyfill-php73": "^1.9",
661
662
  "symfony/polyfill-php80": "^1.16",
662
- "symfony/service-contracts": "^1.1|^2",
663
- "symfony/string": "^5.1"
663
+ "symfony/service-contracts": "^1.1|^2|^3",
664
+ "symfony/string": "^5.1|^6.0"
664
665
  },
665
666
  "conflict": {
666
667
  "psr/log": ">=3",
@@ -675,12 +676,12 @@
675
676
  },
676
677
  "require-dev": {
677
678
  "psr/log": "^1|^2",
678
- "symfony/config": "^4.4|^5.0",
679
- "symfony/dependency-injection": "^4.4|^5.0",
680
- "symfony/event-dispatcher": "^4.4|^5.0",
681
- "symfony/lock": "^4.4|^5.0",
682
- "symfony/process": "^4.4|^5.0",
683
- "symfony/var-dumper": "^4.4|^5.0"
679
+ "symfony/config": "^4.4|^5.0|^6.0",
680
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
681
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
682
+ "symfony/lock": "^4.4|^5.0|^6.0",
683
+ "symfony/process": "^4.4|^5.0|^6.0",
684
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
684
685
  },
685
686
  "suggest": {
686
687
  "psr/log": "For using the console logger",
@@ -733,20 +734,20 @@
733
734
  "type": "tidelift"
734
735
  }
735
736
  ],
736
- "time": "2021-10-26T09:30:15+00:00"
737
+ "time": "2021-12-20T16:11:12+00:00"
737
738
  },
738
739
  {
739
740
  "name": "symfony/deprecation-contracts",
740
- "version": "v2.4.0",
741
+ "version": "v2.5.0",
741
742
  "source": {
742
743
  "type": "git",
743
744
  "url": "https://github.com/symfony/deprecation-contracts.git",
744
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
745
+ "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
745
746
  },
746
747
  "dist": {
747
748
  "type": "zip",
748
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
749
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
749
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
750
+ "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
750
751
  "shasum": ""
751
752
  },
752
753
  "require": {
@@ -755,7 +756,7 @@
755
756
  "type": "library",
756
757
  "extra": {
757
758
  "branch-alias": {
758
- "dev-main": "2.4-dev"
759
+ "dev-main": "2.5-dev"
759
760
  },
760
761
  "thanks": {
761
762
  "name": "symfony/contracts",
@@ -797,25 +798,26 @@
797
798
  "type": "tidelift"
798
799
  }
799
800
  ],
800
- "time": "2021-03-23T23:28:01+00:00"
801
+ "time": "2021-07-12T14:48:14+00:00"
801
802
  },
802
803
  {
803
804
  "name": "symfony/filesystem",
804
- "version": "v5.3.4",
805
+ "version": "v5.4.0",
805
806
  "source": {
806
807
  "type": "git",
807
808
  "url": "https://github.com/symfony/filesystem.git",
808
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
809
+ "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
809
810
  },
810
811
  "dist": {
811
812
  "type": "zip",
812
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
813
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
813
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
814
+ "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
814
815
  "shasum": ""
815
816
  },
816
817
  "require": {
817
818
  "php": ">=7.2.5",
818
819
  "symfony/polyfill-ctype": "~1.8",
820
+ "symfony/polyfill-mbstring": "~1.8",
819
821
  "symfony/polyfill-php80": "^1.16"
820
822
  },
821
823
  "type": "library",
@@ -857,24 +859,25 @@
857
859
  "type": "tidelift"
858
860
  }
859
861
  ],
860
- "time": "2021-07-21T12:40:44+00:00"
862
+ "time": "2021-10-28T13:39:27+00:00"
861
863
  },
862
864
  {
863
865
  "name": "symfony/finder",
864
- "version": "v5.3.7",
866
+ "version": "v5.4.2",
865
867
  "source": {
866
868
  "type": "git",
867
869
  "url": "https://github.com/symfony/finder.git",
868
- "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
870
+ "reference": "e77046c252be48c48a40816187ed527703c8f76c"
869
871
  },
870
872
  "dist": {
871
873
  "type": "zip",
872
- "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
873
- "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
874
+ "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
875
+ "reference": "e77046c252be48c48a40816187ed527703c8f76c",
874
876
  "shasum": ""
875
877
  },
876
878
  "require": {
877
879
  "php": ">=7.2.5",
880
+ "symfony/deprecation-contracts": "^2.1|^3",
878
881
  "symfony/polyfill-php80": "^1.16"
879
882
  },
880
883
  "type": "library",
@@ -916,25 +919,28 @@
916
919
  "type": "tidelift"
917
920
  }
918
921
  ],
919
- "time": "2021-08-04T21:20:46+00:00"
922
+ "time": "2021-12-15T11:06:13+00:00"
920
923
  },
921
924
  {
922
925
  "name": "symfony/polyfill-ctype",
923
- "version": "v1.23.0",
926
+ "version": "v1.24.0",
924
927
  "source": {
925
928
  "type": "git",
926
929
  "url": "https://github.com/symfony/polyfill-ctype.git",
927
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
930
+ "reference": "30885182c981ab175d4d034db0f6f469898070ab"
928
931
  },
929
932
  "dist": {
930
933
  "type": "zip",
931
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
932
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
934
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
935
+ "reference": "30885182c981ab175d4d034db0f6f469898070ab",
933
936
  "shasum": ""
934
937
  },
935
938
  "require": {
936
939
  "php": ">=7.1"
937
940
  },
941
+ "provide": {
942
+ "ext-ctype": "*"
943
+ },
938
944
  "suggest": {
939
945
  "ext-ctype": "For best performance"
940
946
  },
@@ -992,20 +998,20 @@
992
998
  "type": "tidelift"
993
999
  }
994
1000
  ],
995
- "time": "2021-02-19T12:13:01+00:00"
1001
+ "time": "2021-10-20T20:35:02+00:00"
996
1002
  },
997
1003
  {
998
1004
  "name": "symfony/polyfill-intl-grapheme",
999
- "version": "v1.23.1",
1005
+ "version": "v1.24.0",
1000
1006
  "source": {
1001
1007
  "type": "git",
1002
1008
  "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1003
- "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
1009
+ "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
1004
1010
  },
1005
1011
  "dist": {
1006
1012
  "type": "zip",
1007
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
1008
- "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
1013
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
1014
+ "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
1009
1015
  "shasum": ""
1010
1016
  },
1011
1017
  "require": {
@@ -1070,11 +1076,11 @@
1070
1076
  "type": "tidelift"
1071
1077
  }
1072
1078
  ],
1073
- "time": "2021-05-27T12:26:48+00:00"
1079
+ "time": "2021-11-23T21:10:46+00:00"
1074
1080
  },
1075
1081
  {
1076
1082
  "name": "symfony/polyfill-intl-normalizer",
1077
- "version": "v1.23.0",
1083
+ "version": "v1.24.0",
1078
1084
  "source": {
1079
1085
  "type": "git",
1080
1086
  "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -1155,21 +1161,24 @@
1155
1161
  },
1156
1162
  {
1157
1163
  "name": "symfony/polyfill-mbstring",
1158
- "version": "v1.23.1",
1164
+ "version": "v1.24.0",
1159
1165
  "source": {
1160
1166
  "type": "git",
1161
1167
  "url": "https://github.com/symfony/polyfill-mbstring.git",
1162
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
1168
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
1163
1169
  },
1164
1170
  "dist": {
1165
1171
  "type": "zip",
1166
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
1167
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
1172
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
1173
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
1168
1174
  "shasum": ""
1169
1175
  },
1170
1176
  "require": {
1171
1177
  "php": ">=7.1"
1172
1178
  },
1179
+ "provide": {
1180
+ "ext-mbstring": "*"
1181
+ },
1173
1182
  "suggest": {
1174
1183
  "ext-mbstring": "For best performance"
1175
1184
  },
@@ -1228,20 +1237,20 @@
1228
1237
  "type": "tidelift"
1229
1238
  }
1230
1239
  ],
1231
- "time": "2021-05-27T12:26:48+00:00"
1240
+ "time": "2021-11-30T18:21:41+00:00"
1232
1241
  },
1233
1242
  {
1234
1243
  "name": "symfony/polyfill-php73",
1235
- "version": "v1.23.0",
1244
+ "version": "v1.24.0",
1236
1245
  "source": {
1237
1246
  "type": "git",
1238
1247
  "url": "https://github.com/symfony/polyfill-php73.git",
1239
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
1248
+ "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
1240
1249
  },
1241
1250
  "dist": {
1242
1251
  "type": "zip",
1243
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
1244
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
1252
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
1253
+ "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
1245
1254
  "shasum": ""
1246
1255
  },
1247
1256
  "require": {
@@ -1304,20 +1313,20 @@
1304
1313
  "type": "tidelift"
1305
1314
  }
1306
1315
  ],
1307
- "time": "2021-02-19T12:13:01+00:00"
1316
+ "time": "2021-06-05T21:20:04+00:00"
1308
1317
  },
1309
1318
  {
1310
1319
  "name": "symfony/polyfill-php80",
1311
- "version": "v1.23.1",
1320
+ "version": "v1.24.0",
1312
1321
  "source": {
1313
1322
  "type": "git",
1314
1323
  "url": "https://github.com/symfony/polyfill-php80.git",
1315
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
1324
+ "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
1316
1325
  },
1317
1326
  "dist": {
1318
1327
  "type": "zip",
1319
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
1320
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
1328
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
1329
+ "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
1321
1330
  "shasum": ""
1322
1331
  },
1323
1332
  "require": {
@@ -1384,20 +1393,20 @@
1384
1393
  "type": "tidelift"
1385
1394
  }
1386
1395
  ],
1387
- "time": "2021-07-28T13:41:28+00:00"
1396
+ "time": "2021-09-13T13:58:33+00:00"
1388
1397
  },
1389
1398
  {
1390
1399
  "name": "symfony/process",
1391
- "version": "v5.3.7",
1400
+ "version": "v5.4.2",
1392
1401
  "source": {
1393
1402
  "type": "git",
1394
1403
  "url": "https://github.com/symfony/process.git",
1395
- "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
1404
+ "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
1396
1405
  },
1397
1406
  "dist": {
1398
1407
  "type": "zip",
1399
- "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
1400
- "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
1408
+ "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
1409
+ "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
1401
1410
  "shasum": ""
1402
1411
  },
1403
1412
  "require": {
@@ -1443,25 +1452,29 @@
1443
1452
  "type": "tidelift"
1444
1453
  }
1445
1454
  ],
1446
- "time": "2021-08-04T21:20:46+00:00"
1455
+ "time": "2021-12-27T21:01:00+00:00"
1447
1456
  },
1448
1457
  {
1449
1458
  "name": "symfony/service-contracts",
1450
- "version": "v2.4.0",
1459
+ "version": "v2.5.0",
1451
1460
  "source": {
1452
1461
  "type": "git",
1453
1462
  "url": "https://github.com/symfony/service-contracts.git",
1454
- "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
1463
+ "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
1455
1464
  },
1456
1465
  "dist": {
1457
1466
  "type": "zip",
1458
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
1459
- "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
1467
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
1468
+ "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
1460
1469
  "shasum": ""
1461
1470
  },
1462
1471
  "require": {
1463
1472
  "php": ">=7.2.5",
1464
- "psr/container": "^1.1"
1473
+ "psr/container": "^1.1",
1474
+ "symfony/deprecation-contracts": "^2.1"
1475
+ },
1476
+ "conflict": {
1477
+ "ext-psr": "<1.1|>=2"
1465
1478
  },
1466
1479
  "suggest": {
1467
1480
  "symfony/service-implementation": ""
@@ -1469,7 +1482,7 @@
1469
1482
  "type": "library",
1470
1483
  "extra": {
1471
1484
  "branch-alias": {
1472
- "dev-main": "2.4-dev"
1485
+ "dev-main": "2.5-dev"
1473
1486
  },
1474
1487
  "thanks": {
1475
1488
  "name": "symfony/contracts",
@@ -1519,20 +1532,20 @@
1519
1532
  "type": "tidelift"
1520
1533
  }
1521
1534
  ],
1522
- "time": "2021-04-01T10:43:52+00:00"
1535
+ "time": "2021-11-04T16:48:04+00:00"
1523
1536
  },
1524
1537
  {
1525
1538
  "name": "symfony/string",
1526
- "version": "v5.3.10",
1539
+ "version": "v5.4.2",
1527
1540
  "source": {
1528
1541
  "type": "git",
1529
1542
  "url": "https://github.com/symfony/string.git",
1530
- "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c"
1543
+ "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
1531
1544
  },
1532
1545
  "dist": {
1533
1546
  "type": "zip",
1534
- "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
1535
- "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
1547
+ "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
1548
+ "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
1536
1549
  "shasum": ""
1537
1550
  },
1538
1551
  "require": {
@@ -1543,11 +1556,14 @@
1543
1556
  "symfony/polyfill-mbstring": "~1.0",
1544
1557
  "symfony/polyfill-php80": "~1.15"
1545
1558
  },
1559
+ "conflict": {
1560
+ "symfony/translation-contracts": ">=3.0"
1561
+ },
1546
1562
  "require-dev": {
1547
- "symfony/error-handler": "^4.4|^5.0",
1548
- "symfony/http-client": "^4.4|^5.0",
1563
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
1564
+ "symfony/http-client": "^4.4|^5.0|^6.0",
1549
1565
  "symfony/translation-contracts": "^1.1|^2",
1550
- "symfony/var-exporter": "^4.4|^5.0"
1566
+ "symfony/var-exporter": "^4.4|^5.0|^6.0"
1551
1567
  },
1552
1568
  "type": "library",
1553
1569
  "autoload": {
@@ -1599,7 +1615,7 @@
1599
1615
  "type": "tidelift"
1600
1616
  }
1601
1617
  ],
1602
- "time": "2021-10-27T18:21:46+00:00"
1618
+ "time": "2021-12-16T21:52:00+00:00"
1603
1619
  }
1604
1620
  ],
1605
1621
  "packages-dev": [
@@ -1905,16 +1921,16 @@
1905
1921
  },
1906
1922
  {
1907
1923
  "name": "phpstan/phpstan",
1908
- "version": "1.3.1",
1924
+ "version": "1.3.3",
1909
1925
  "source": {
1910
1926
  "type": "git",
1911
1927
  "url": "https://github.com/phpstan/phpstan.git",
1912
- "reference": "c3e7a5837829b3cd5907b895da73a4da084a9f8f"
1928
+ "reference": "151a51f6149855785fbd883e79768c0abc96b75f"
1913
1929
  },
1914
1930
  "dist": {
1915
1931
  "type": "zip",
1916
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c3e7a5837829b3cd5907b895da73a4da084a9f8f",
1917
- "reference": "c3e7a5837829b3cd5907b895da73a4da084a9f8f",
1932
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/151a51f6149855785fbd883e79768c0abc96b75f",
1933
+ "reference": "151a51f6149855785fbd883e79768c0abc96b75f",
1918
1934
  "shasum": ""
1919
1935
  },
1920
1936
  "require": {
@@ -1961,7 +1977,7 @@
1961
1977
  "type": "tidelift"
1962
1978
  }
1963
1979
  ],
1964
- "time": "2022-01-04T17:12:37+00:00"
1980
+ "time": "2022-01-07T09:49:03+00:00"
1965
1981
  },
1966
1982
  {
1967
1983
  "name": "psr/cache",
data/helpers/v2/build CHANGED
@@ -2,12 +2,14 @@
2
2
 
3
3
  set -e
4
4
 
5
- install_dir=$1
6
- if [ -z "$install_dir" ]; then
7
- echo "usage: $0 INSTALL_DIR"
5
+ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
6
+ echo "Unable to build, DEPENDABOT_NATIVE_HELPERS_PATH is not set"
8
7
  exit 1
9
8
  fi
10
9
 
10
+ install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v2"
11
+ mkdir -p $install_dir
12
+
11
13
  helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
12
14
  cp -r \
13
15
  "$helpers_dir/bin" \
@@ -79,21 +79,22 @@
79
79
  },
80
80
  {
81
81
  "name": "composer/composer",
82
- "version": "2.1.14",
82
+ "version": "2.2.4",
83
83
  "source": {
84
84
  "type": "git",
85
85
  "url": "https://github.com/composer/composer.git",
86
- "reference": "cd28fc05b0c9d3beaf58b57018725c4dc15a6446"
86
+ "reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f"
87
87
  },
88
88
  "dist": {
89
89
  "type": "zip",
90
- "url": "https://api.github.com/repos/composer/composer/zipball/cd28fc05b0c9d3beaf58b57018725c4dc15a6446",
91
- "reference": "cd28fc05b0c9d3beaf58b57018725c4dc15a6446",
90
+ "url": "https://api.github.com/repos/composer/composer/zipball/8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f",
91
+ "reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f",
92
92
  "shasum": ""
93
93
  },
94
94
  "require": {
95
95
  "composer/ca-bundle": "^1.0",
96
96
  "composer/metadata-minifier": "^1.0",
97
+ "composer/pcre": "^1.0",
97
98
  "composer/semver": "^3.0",
98
99
  "composer/spdx-licenses": "^1.2",
99
100
  "composer/xdebug-handler": "^2.0",
@@ -123,7 +124,7 @@
123
124
  "type": "library",
124
125
  "extra": {
125
126
  "branch-alias": {
126
- "dev-main": "2.1-dev"
127
+ "dev-main": "2.2-dev"
127
128
  }
128
129
  },
129
130
  "autoload": {
@@ -168,7 +169,7 @@
168
169
  "type": "tidelift"
169
170
  }
170
171
  ],
171
- "time": "2021-11-30T09:51:43+00:00"
172
+ "time": "2022-01-08T11:30:42+00:00"
172
173
  },
173
174
  {
174
175
  "name": "composer/metadata-minifier",
@@ -235,18 +236,85 @@
235
236
  ],
236
237
  "time": "2021-04-07T13:37:33+00:00"
237
238
  },
239
+ {
240
+ "name": "composer/pcre",
241
+ "version": "1.0.0",
242
+ "source": {
243
+ "type": "git",
244
+ "url": "https://github.com/composer/pcre.git",
245
+ "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2"
246
+ },
247
+ "dist": {
248
+ "type": "zip",
249
+ "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2",
250
+ "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2",
251
+ "shasum": ""
252
+ },
253
+ "require": {
254
+ "php": "^5.3.2 || ^7.0 || ^8.0"
255
+ },
256
+ "require-dev": {
257
+ "phpstan/phpstan": "^1",
258
+ "phpstan/phpstan-strict-rules": "^1.1",
259
+ "symfony/phpunit-bridge": "^4.2 || ^5"
260
+ },
261
+ "type": "library",
262
+ "extra": {
263
+ "branch-alias": {
264
+ "dev-main": "1.x-dev"
265
+ }
266
+ },
267
+ "autoload": {
268
+ "psr-4": {
269
+ "Composer\\Pcre\\": "src"
270
+ }
271
+ },
272
+ "notification-url": "https://packagist.org/downloads/",
273
+ "license": [
274
+ "MIT"
275
+ ],
276
+ "authors": [
277
+ {
278
+ "name": "Jordi Boggiano",
279
+ "email": "j.boggiano@seld.be",
280
+ "homepage": "http://seld.be"
281
+ }
282
+ ],
283
+ "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
284
+ "keywords": [
285
+ "PCRE",
286
+ "preg",
287
+ "regex",
288
+ "regular expression"
289
+ ],
290
+ "funding": [
291
+ {
292
+ "url": "https://packagist.com",
293
+ "type": "custom"
294
+ },
295
+ {
296
+ "url": "https://github.com/composer",
297
+ "type": "github"
298
+ },
299
+ {
300
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
301
+ "type": "tidelift"
302
+ }
303
+ ],
304
+ "time": "2021-12-06T15:17:27+00:00"
305
+ },
238
306
  {
239
307
  "name": "composer/semver",
240
- "version": "3.2.6",
308
+ "version": "3.2.7",
241
309
  "source": {
242
310
  "type": "git",
243
311
  "url": "https://github.com/composer/semver.git",
244
- "reference": "83e511e247de329283478496f7a1e114c9517506"
312
+ "reference": "deac27056b57e46faf136fae7b449eeaa71661ee"
245
313
  },
246
314
  "dist": {
247
315
  "type": "zip",
248
- "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506",
249
- "reference": "83e511e247de329283478496f7a1e114c9517506",
316
+ "url": "https://api.github.com/repos/composer/semver/zipball/deac27056b57e46faf136fae7b449eeaa71661ee",
317
+ "reference": "deac27056b57e46faf136fae7b449eeaa71661ee",
250
318
  "shasum": ""
251
319
  },
252
320
  "require": {
@@ -309,7 +377,7 @@
309
377
  "type": "tidelift"
310
378
  }
311
379
  ],
312
- "time": "2021-10-25T11:34:17+00:00"
380
+ "time": "2022-01-04T09:57:54+00:00"
313
381
  },
314
382
  {
315
383
  "name": "composer/spdx-licenses",
@@ -388,25 +456,27 @@
388
456
  },
389
457
  {
390
458
  "name": "composer/xdebug-handler",
391
- "version": "2.0.2",
459
+ "version": "2.0.4",
392
460
  "source": {
393
461
  "type": "git",
394
462
  "url": "https://github.com/composer/xdebug-handler.git",
395
- "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339"
463
+ "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a"
396
464
  },
397
465
  "dist": {
398
466
  "type": "zip",
399
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339",
400
- "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339",
467
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
468
+ "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
401
469
  "shasum": ""
402
470
  },
403
471
  "require": {
472
+ "composer/pcre": "^1",
404
473
  "php": "^5.3.2 || ^7.0 || ^8.0",
405
474
  "psr/log": "^1 || ^2 || ^3"
406
475
  },
407
476
  "require-dev": {
408
- "phpstan/phpstan": "^0.12.55",
409
- "symfony/phpunit-bridge": "^4.2 || ^5"
477
+ "phpstan/phpstan": "^1.0",
478
+ "phpstan/phpstan-strict-rules": "^1.1",
479
+ "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
410
480
  },
411
481
  "type": "library",
412
482
  "autoload": {
@@ -443,7 +513,7 @@
443
513
  "type": "tidelift"
444
514
  }
445
515
  ],
446
- "time": "2021-07-31T17:03:58+00:00"
516
+ "time": "2022-01-04T17:06:45+00:00"
447
517
  },
448
518
  {
449
519
  "name": "justinrainbow/json-schema",
@@ -709,16 +779,16 @@
709
779
  },
710
780
  {
711
781
  "name": "seld/phar-utils",
712
- "version": "1.1.2",
782
+ "version": "1.2.0",
713
783
  "source": {
714
784
  "type": "git",
715
785
  "url": "https://github.com/Seldaek/phar-utils.git",
716
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0"
786
+ "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
717
787
  },
718
788
  "dist": {
719
789
  "type": "zip",
720
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
721
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
790
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
791
+ "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
722
792
  "shasum": ""
723
793
  },
724
794
  "require": {
@@ -749,27 +819,27 @@
749
819
  "keywords": [
750
820
  "phar"
751
821
  ],
752
- "time": "2021-08-19T21:01:38+00:00"
822
+ "time": "2021-12-10T11:20:11+00:00"
753
823
  },
754
824
  {
755
825
  "name": "symfony/console",
756
- "version": "v5.4.0",
826
+ "version": "v5.4.2",
757
827
  "source": {
758
828
  "type": "git",
759
829
  "url": "https://github.com/symfony/console.git",
760
- "reference": "ec3661faca1d110d6c307e124b44f99ac54179e3"
830
+ "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
761
831
  },
762
832
  "dist": {
763
833
  "type": "zip",
764
- "url": "https://api.github.com/repos/symfony/console/zipball/ec3661faca1d110d6c307e124b44f99ac54179e3",
765
- "reference": "ec3661faca1d110d6c307e124b44f99ac54179e3",
834
+ "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
835
+ "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
766
836
  "shasum": ""
767
837
  },
768
838
  "require": {
769
839
  "php": ">=7.2.5",
770
840
  "symfony/deprecation-contracts": "^2.1|^3",
771
841
  "symfony/polyfill-mbstring": "~1.0",
772
- "symfony/polyfill-php73": "^1.8",
842
+ "symfony/polyfill-php73": "^1.9",
773
843
  "symfony/polyfill-php80": "^1.16",
774
844
  "symfony/service-contracts": "^1.1|^2|^3",
775
845
  "symfony/string": "^5.1|^6.0"
@@ -845,7 +915,7 @@
845
915
  "type": "tidelift"
846
916
  }
847
917
  ],
848
- "time": "2021-11-29T15:30:56+00:00"
918
+ "time": "2021-12-20T16:11:12+00:00"
849
919
  },
850
920
  {
851
921
  "name": "symfony/deprecation-contracts",
@@ -974,16 +1044,16 @@
974
1044
  },
975
1045
  {
976
1046
  "name": "symfony/finder",
977
- "version": "v5.4.0",
1047
+ "version": "v5.4.2",
978
1048
  "source": {
979
1049
  "type": "git",
980
1050
  "url": "https://github.com/symfony/finder.git",
981
- "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590"
1051
+ "reference": "e77046c252be48c48a40816187ed527703c8f76c"
982
1052
  },
983
1053
  "dist": {
984
1054
  "type": "zip",
985
- "url": "https://api.github.com/repos/symfony/finder/zipball/d2f29dac98e96a98be467627bd49c2efb1bc2590",
986
- "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590",
1055
+ "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
1056
+ "reference": "e77046c252be48c48a40816187ed527703c8f76c",
987
1057
  "shasum": ""
988
1058
  },
989
1059
  "require": {
@@ -1030,25 +1100,28 @@
1030
1100
  "type": "tidelift"
1031
1101
  }
1032
1102
  ],
1033
- "time": "2021-11-28T15:25:38+00:00"
1103
+ "time": "2021-12-15T11:06:13+00:00"
1034
1104
  },
1035
1105
  {
1036
1106
  "name": "symfony/polyfill-ctype",
1037
- "version": "v1.23.0",
1107
+ "version": "v1.24.0",
1038
1108
  "source": {
1039
1109
  "type": "git",
1040
1110
  "url": "https://github.com/symfony/polyfill-ctype.git",
1041
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
1111
+ "reference": "30885182c981ab175d4d034db0f6f469898070ab"
1042
1112
  },
1043
1113
  "dist": {
1044
1114
  "type": "zip",
1045
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
1046
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
1115
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
1116
+ "reference": "30885182c981ab175d4d034db0f6f469898070ab",
1047
1117
  "shasum": ""
1048
1118
  },
1049
1119
  "require": {
1050
1120
  "php": ">=7.1"
1051
1121
  },
1122
+ "provide": {
1123
+ "ext-ctype": "*"
1124
+ },
1052
1125
  "suggest": {
1053
1126
  "ext-ctype": "For best performance"
1054
1127
  },
@@ -1106,20 +1179,20 @@
1106
1179
  "type": "tidelift"
1107
1180
  }
1108
1181
  ],
1109
- "time": "2021-02-19T12:13:01+00:00"
1182
+ "time": "2021-10-20T20:35:02+00:00"
1110
1183
  },
1111
1184
  {
1112
1185
  "name": "symfony/polyfill-intl-grapheme",
1113
- "version": "v1.23.1",
1186
+ "version": "v1.24.0",
1114
1187
  "source": {
1115
1188
  "type": "git",
1116
1189
  "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1117
- "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
1190
+ "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
1118
1191
  },
1119
1192
  "dist": {
1120
1193
  "type": "zip",
1121
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
1122
- "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
1194
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
1195
+ "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
1123
1196
  "shasum": ""
1124
1197
  },
1125
1198
  "require": {
@@ -1184,11 +1257,11 @@
1184
1257
  "type": "tidelift"
1185
1258
  }
1186
1259
  ],
1187
- "time": "2021-05-27T12:26:48+00:00"
1260
+ "time": "2021-11-23T21:10:46+00:00"
1188
1261
  },
1189
1262
  {
1190
1263
  "name": "symfony/polyfill-intl-normalizer",
1191
- "version": "v1.23.0",
1264
+ "version": "v1.24.0",
1192
1265
  "source": {
1193
1266
  "type": "git",
1194
1267
  "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -1269,21 +1342,24 @@
1269
1342
  },
1270
1343
  {
1271
1344
  "name": "symfony/polyfill-mbstring",
1272
- "version": "v1.23.1",
1345
+ "version": "v1.24.0",
1273
1346
  "source": {
1274
1347
  "type": "git",
1275
1348
  "url": "https://github.com/symfony/polyfill-mbstring.git",
1276
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
1349
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
1277
1350
  },
1278
1351
  "dist": {
1279
1352
  "type": "zip",
1280
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
1281
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
1353
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
1354
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
1282
1355
  "shasum": ""
1283
1356
  },
1284
1357
  "require": {
1285
1358
  "php": ">=7.1"
1286
1359
  },
1360
+ "provide": {
1361
+ "ext-mbstring": "*"
1362
+ },
1287
1363
  "suggest": {
1288
1364
  "ext-mbstring": "For best performance"
1289
1365
  },
@@ -1342,20 +1418,20 @@
1342
1418
  "type": "tidelift"
1343
1419
  }
1344
1420
  ],
1345
- "time": "2021-05-27T12:26:48+00:00"
1421
+ "time": "2021-11-30T18:21:41+00:00"
1346
1422
  },
1347
1423
  {
1348
1424
  "name": "symfony/polyfill-php73",
1349
- "version": "v1.23.0",
1425
+ "version": "v1.24.0",
1350
1426
  "source": {
1351
1427
  "type": "git",
1352
1428
  "url": "https://github.com/symfony/polyfill-php73.git",
1353
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
1429
+ "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
1354
1430
  },
1355
1431
  "dist": {
1356
1432
  "type": "zip",
1357
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
1358
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
1433
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
1434
+ "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
1359
1435
  "shasum": ""
1360
1436
  },
1361
1437
  "require": {
@@ -1418,20 +1494,20 @@
1418
1494
  "type": "tidelift"
1419
1495
  }
1420
1496
  ],
1421
- "time": "2021-02-19T12:13:01+00:00"
1497
+ "time": "2021-06-05T21:20:04+00:00"
1422
1498
  },
1423
1499
  {
1424
1500
  "name": "symfony/polyfill-php80",
1425
- "version": "v1.23.1",
1501
+ "version": "v1.24.0",
1426
1502
  "source": {
1427
1503
  "type": "git",
1428
1504
  "url": "https://github.com/symfony/polyfill-php80.git",
1429
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
1505
+ "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
1430
1506
  },
1431
1507
  "dist": {
1432
1508
  "type": "zip",
1433
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
1434
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
1509
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
1510
+ "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
1435
1511
  "shasum": ""
1436
1512
  },
1437
1513
  "require": {
@@ -1498,20 +1574,20 @@
1498
1574
  "type": "tidelift"
1499
1575
  }
1500
1576
  ],
1501
- "time": "2021-07-28T13:41:28+00:00"
1577
+ "time": "2021-09-13T13:58:33+00:00"
1502
1578
  },
1503
1579
  {
1504
1580
  "name": "symfony/process",
1505
- "version": "v5.4.0",
1581
+ "version": "v5.4.2",
1506
1582
  "source": {
1507
1583
  "type": "git",
1508
1584
  "url": "https://github.com/symfony/process.git",
1509
- "reference": "5be20b3830f726e019162b26223110c8f47cf274"
1585
+ "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
1510
1586
  },
1511
1587
  "dist": {
1512
1588
  "type": "zip",
1513
- "url": "https://api.github.com/repos/symfony/process/zipball/5be20b3830f726e019162b26223110c8f47cf274",
1514
- "reference": "5be20b3830f726e019162b26223110c8f47cf274",
1589
+ "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
1590
+ "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
1515
1591
  "shasum": ""
1516
1592
  },
1517
1593
  "require": {
@@ -1557,7 +1633,7 @@
1557
1633
  "type": "tidelift"
1558
1634
  }
1559
1635
  ],
1560
- "time": "2021-11-28T15:25:38+00:00"
1636
+ "time": "2021-12-27T21:01:00+00:00"
1561
1637
  },
1562
1638
  {
1563
1639
  "name": "symfony/service-contracts",
@@ -1641,16 +1717,16 @@
1641
1717
  },
1642
1718
  {
1643
1719
  "name": "symfony/string",
1644
- "version": "v5.4.0",
1720
+ "version": "v5.4.2",
1645
1721
  "source": {
1646
1722
  "type": "git",
1647
1723
  "url": "https://github.com/symfony/string.git",
1648
- "reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d"
1724
+ "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
1649
1725
  },
1650
1726
  "dist": {
1651
1727
  "type": "zip",
1652
- "url": "https://api.github.com/repos/symfony/string/zipball/9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
1653
- "reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
1728
+ "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
1729
+ "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
1654
1730
  "shasum": ""
1655
1731
  },
1656
1732
  "require": {
@@ -1720,7 +1796,7 @@
1720
1796
  "type": "tidelift"
1721
1797
  }
1722
1798
  ],
1723
- "time": "2021-11-24T10:02:00+00:00"
1799
+ "time": "2021-12-16T21:52:00+00:00"
1724
1800
  }
1725
1801
  ],
1726
1802
  "packages-dev": [
@@ -2004,16 +2080,16 @@
2004
2080
  },
2005
2081
  {
2006
2082
  "name": "phpstan/phpstan",
2007
- "version": "1.3.1",
2083
+ "version": "1.3.3",
2008
2084
  "source": {
2009
2085
  "type": "git",
2010
2086
  "url": "https://github.com/phpstan/phpstan.git",
2011
- "reference": "c3e7a5837829b3cd5907b895da73a4da084a9f8f"
2087
+ "reference": "151a51f6149855785fbd883e79768c0abc96b75f"
2012
2088
  },
2013
2089
  "dist": {
2014
2090
  "type": "zip",
2015
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c3e7a5837829b3cd5907b895da73a4da084a9f8f",
2016
- "reference": "c3e7a5837829b3cd5907b895da73a4da084a9f8f",
2091
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/151a51f6149855785fbd883e79768c0abc96b75f",
2092
+ "reference": "151a51f6149855785fbd883e79768c0abc96b75f",
2017
2093
  "shasum": ""
2018
2094
  },
2019
2095
  "require": {
@@ -2060,7 +2136,7 @@
2060
2136
  "type": "tidelift"
2061
2137
  }
2062
2138
  ],
2063
- "time": "2022-01-04T17:12:37+00:00"
2139
+ "time": "2022-01-07T09:49:03+00:00"
2064
2140
  },
2065
2141
  {
2066
2142
  "name": "psr/cache",
@@ -250,10 +250,10 @@ module Dependabot
250
250
 
251
251
  if error.message.match?(FAILED_GIT_CLONE_WITH_MIRROR)
252
252
  dependency_url = error.message.match(FAILED_GIT_CLONE_WITH_MIRROR).named_captures.fetch("url")
253
- raise Dependabot::GitDependenciesNotReachable, dependency_url
253
+ raise Dependabot::GitDependenciesNotReachable, clean_dependency_url(dependency_url)
254
254
  elsif error.message.match?(FAILED_GIT_CLONE)
255
255
  dependency_url = error.message.match(FAILED_GIT_CLONE).named_captures.fetch("url")
256
- raise Dependabot::GitDependenciesNotReachable, dependency_url
256
+ raise Dependabot::GitDependenciesNotReachable, clean_dependency_url(dependency_url)
257
257
  elsif unresolvable_error?(error)
258
258
  raise Dependabot::DependencyFileNotResolvable, sanitized_message
259
259
  elsif error.message.match?(MISSING_EXPLICIT_PLATFORM_REQ_REGEX)
@@ -463,6 +463,15 @@ module Dependabot
463
463
  platform
464
464
  end
465
465
 
466
+ def clean_dependency_url(dependency_url)
467
+ return dependency_url unless URI::DEFAULT_PARSER.regexp[:ABS_URI].match?(dependency_url)
468
+
469
+ url = URI.parse(dependency_url)
470
+ url.user = nil
471
+ url.password = nil
472
+ url.to_s
473
+ end
474
+
466
475
  def parsed_composer_file
467
476
  @parsed_composer_file ||= JSON.parse(composer_file.content)
468
477
  end
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.171.0
4
+ version: 0.171.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-01-12 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.171.0
19
+ version: 0.171.1
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.171.0
26
+ version: 0.171.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement