dependabot-composer 0.225.0 → 0.226.0
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 +4 -4
- data/helpers/v1/composer.lock +5 -5
- data/helpers/v2/composer.lock +64 -68
- data/lib/dependabot/composer/file_fetcher.rb +5 -5
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 411948083100c5a5d7002233ec210d2b0f3f16e91c94c9846c1ca2e6186e019d
|
|
4
|
+
data.tar.gz: 35a1e24f8ee0a2a9d3d4fca50c5f9479cc08c455fdcb876ab5905470dd11c17e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad9f3ad5aac24c4f0a2de6754c8f46b3d12e741e3d0939f9ad8ded898ed3597844d8f06894b58cf932c6a28ba91b78b7082249a99309c38db49c162cb07d1ead
|
|
7
|
+
data.tar.gz: bacdae6011d3aa73071a623c2ca574b27a0306e7f76d971c0aa807cea2f6788542ef01ff0146dc36aba2466cf9d1f7c70168f0d05167662846d635ea18dcffab
|
data/helpers/v1/composer.lock
CHANGED
|
@@ -1920,16 +1920,16 @@
|
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
1922
1922
|
"name": "phpstan/phpstan",
|
|
1923
|
-
"version": "1.10.
|
|
1923
|
+
"version": "1.10.27",
|
|
1924
1924
|
"source": {
|
|
1925
1925
|
"type": "git",
|
|
1926
1926
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
1927
|
-
"reference": "
|
|
1927
|
+
"reference": "a9f44dcea06f59d1363b100bb29f297b311fa640"
|
|
1928
1928
|
},
|
|
1929
1929
|
"dist": {
|
|
1930
1930
|
"type": "zip",
|
|
1931
|
-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/
|
|
1932
|
-
"reference": "
|
|
1931
|
+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a9f44dcea06f59d1363b100bb29f297b311fa640",
|
|
1932
|
+
"reference": "a9f44dcea06f59d1363b100bb29f297b311fa640",
|
|
1933
1933
|
"shasum": ""
|
|
1934
1934
|
},
|
|
1935
1935
|
"require": {
|
|
@@ -1971,7 +1971,7 @@
|
|
|
1971
1971
|
"type": "tidelift"
|
|
1972
1972
|
}
|
|
1973
1973
|
],
|
|
1974
|
-
"time": "2023-
|
|
1974
|
+
"time": "2023-08-05T09:57:55+00:00"
|
|
1975
1975
|
},
|
|
1976
1976
|
{
|
|
1977
1977
|
"name": "psr/cache",
|
data/helpers/v2/composer.lock
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
"packages": [
|
|
9
9
|
{
|
|
10
10
|
"name": "composer/ca-bundle",
|
|
11
|
-
"version": "1.3.
|
|
11
|
+
"version": "1.3.6",
|
|
12
12
|
"source": {
|
|
13
13
|
"type": "git",
|
|
14
14
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
15
|
-
"reference": "
|
|
15
|
+
"reference": "90d087e988ff194065333d16bc5cf649872d9cdb"
|
|
16
16
|
},
|
|
17
17
|
"dist": {
|
|
18
18
|
"type": "zip",
|
|
19
|
-
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/
|
|
20
|
-
"reference": "
|
|
19
|
+
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb",
|
|
20
|
+
"reference": "90d087e988ff194065333d16bc5cf649872d9cdb",
|
|
21
21
|
"shasum": ""
|
|
22
22
|
},
|
|
23
23
|
"require": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"support": {
|
|
65
65
|
"irc": "irc://irc.freenode.org/composer",
|
|
66
66
|
"issues": "https://github.com/composer/ca-bundle/issues",
|
|
67
|
-
"source": "https://github.com/composer/ca-bundle/tree/1.3.
|
|
67
|
+
"source": "https://github.com/composer/ca-bundle/tree/1.3.6"
|
|
68
68
|
},
|
|
69
69
|
"funding": [
|
|
70
70
|
{
|
|
@@ -80,26 +80,26 @@
|
|
|
80
80
|
"type": "tidelift"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
83
|
-
"time": "2023-
|
|
83
|
+
"time": "2023-06-06T12:02:59+00:00"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "composer/class-map-generator",
|
|
87
|
-
"version": "1.
|
|
87
|
+
"version": "1.1.0",
|
|
88
88
|
"source": {
|
|
89
89
|
"type": "git",
|
|
90
90
|
"url": "https://github.com/composer/class-map-generator.git",
|
|
91
|
-
"reference": "
|
|
91
|
+
"reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9"
|
|
92
92
|
},
|
|
93
93
|
"dist": {
|
|
94
94
|
"type": "zip",
|
|
95
|
-
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/
|
|
96
|
-
"reference": "
|
|
95
|
+
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9",
|
|
96
|
+
"reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9",
|
|
97
97
|
"shasum": ""
|
|
98
98
|
},
|
|
99
99
|
"require": {
|
|
100
|
-
"composer/pcre": "^2 || ^3",
|
|
100
|
+
"composer/pcre": "^2.1 || ^3.1",
|
|
101
101
|
"php": "^7.2 || ^8.0",
|
|
102
|
-
"symfony/finder": "^4.4 || ^5.3 || ^6"
|
|
102
|
+
"symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
|
|
103
103
|
},
|
|
104
104
|
"require-dev": {
|
|
105
105
|
"phpstan/phpstan": "^1.6",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
],
|
|
138
138
|
"support": {
|
|
139
139
|
"issues": "https://github.com/composer/class-map-generator/issues",
|
|
140
|
-
"source": "https://github.com/composer/class-map-generator/tree/1.
|
|
140
|
+
"source": "https://github.com/composer/class-map-generator/tree/1.1.0"
|
|
141
141
|
},
|
|
142
142
|
"funding": [
|
|
143
143
|
{
|
|
@@ -153,20 +153,20 @@
|
|
|
153
153
|
"type": "tidelift"
|
|
154
154
|
}
|
|
155
155
|
],
|
|
156
|
-
"time": "
|
|
156
|
+
"time": "2023-06-30T13:58:57+00:00"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"name": "composer/composer",
|
|
160
|
-
"version": "2.5.
|
|
160
|
+
"version": "2.5.8",
|
|
161
161
|
"source": {
|
|
162
162
|
"type": "git",
|
|
163
163
|
"url": "https://github.com/composer/composer.git",
|
|
164
|
-
"reference": "
|
|
164
|
+
"reference": "4c516146167d1392c8b9b269bb7c24115d262164"
|
|
165
165
|
},
|
|
166
166
|
"dist": {
|
|
167
167
|
"type": "zip",
|
|
168
|
-
"url": "https://api.github.com/repos/composer/composer/zipball/
|
|
169
|
-
"reference": "
|
|
168
|
+
"url": "https://api.github.com/repos/composer/composer/zipball/4c516146167d1392c8b9b269bb7c24115d262164",
|
|
169
|
+
"reference": "4c516146167d1392c8b9b269bb7c24115d262164",
|
|
170
170
|
"shasum": ""
|
|
171
171
|
},
|
|
172
172
|
"require": {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"support": {
|
|
251
251
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
|
252
252
|
"issues": "https://github.com/composer/composer/issues",
|
|
253
|
-
"source": "https://github.com/composer/composer/tree/2.5.
|
|
253
|
+
"source": "https://github.com/composer/composer/tree/2.5.8"
|
|
254
254
|
},
|
|
255
255
|
"funding": [
|
|
256
256
|
{
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"type": "tidelift"
|
|
267
267
|
}
|
|
268
268
|
],
|
|
269
|
-
"time": "2023-
|
|
269
|
+
"time": "2023-06-09T15:13:21+00:00"
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
"name": "composer/metadata-minifier",
|
|
@@ -805,23 +805,23 @@
|
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
807
|
"name": "react/promise",
|
|
808
|
-
"version": "v2.
|
|
808
|
+
"version": "v2.10.0",
|
|
809
809
|
"source": {
|
|
810
810
|
"type": "git",
|
|
811
811
|
"url": "https://github.com/reactphp/promise.git",
|
|
812
|
-
"reference": "
|
|
812
|
+
"reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38"
|
|
813
813
|
},
|
|
814
814
|
"dist": {
|
|
815
815
|
"type": "zip",
|
|
816
|
-
"url": "https://api.github.com/repos/reactphp/promise/zipball/
|
|
817
|
-
"reference": "
|
|
816
|
+
"url": "https://api.github.com/repos/reactphp/promise/zipball/f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38",
|
|
817
|
+
"reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38",
|
|
818
818
|
"shasum": ""
|
|
819
819
|
},
|
|
820
820
|
"require": {
|
|
821
821
|
"php": ">=5.4.0"
|
|
822
822
|
},
|
|
823
823
|
"require-dev": {
|
|
824
|
-
"phpunit/phpunit": "^9.
|
|
824
|
+
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36"
|
|
825
825
|
},
|
|
826
826
|
"type": "library",
|
|
827
827
|
"autoload": {
|
|
@@ -865,32 +865,28 @@
|
|
|
865
865
|
],
|
|
866
866
|
"support": {
|
|
867
867
|
"issues": "https://github.com/reactphp/promise/issues",
|
|
868
|
-
"source": "https://github.com/reactphp/promise/tree/v2.
|
|
868
|
+
"source": "https://github.com/reactphp/promise/tree/v2.10.0"
|
|
869
869
|
},
|
|
870
870
|
"funding": [
|
|
871
871
|
{
|
|
872
|
-
"url": "https://
|
|
873
|
-
"type": "
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"url": "https://github.com/clue",
|
|
877
|
-
"type": "github"
|
|
872
|
+
"url": "https://opencollective.com/reactphp",
|
|
873
|
+
"type": "open_collective"
|
|
878
874
|
}
|
|
879
875
|
],
|
|
880
|
-
"time": "
|
|
876
|
+
"time": "2023-05-02T15:15:43+00:00"
|
|
881
877
|
},
|
|
882
878
|
{
|
|
883
879
|
"name": "seld/jsonlint",
|
|
884
|
-
"version": "1.
|
|
880
|
+
"version": "1.10.0",
|
|
885
881
|
"source": {
|
|
886
882
|
"type": "git",
|
|
887
883
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
|
888
|
-
"reference": "
|
|
884
|
+
"reference": "594fd6462aad8ecee0b45ca5045acea4776667f1"
|
|
889
885
|
},
|
|
890
886
|
"dist": {
|
|
891
887
|
"type": "zip",
|
|
892
|
-
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/
|
|
893
|
-
"reference": "
|
|
888
|
+
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/594fd6462aad8ecee0b45ca5045acea4776667f1",
|
|
889
|
+
"reference": "594fd6462aad8ecee0b45ca5045acea4776667f1",
|
|
894
890
|
"shasum": ""
|
|
895
891
|
},
|
|
896
892
|
"require": {
|
|
@@ -929,7 +925,7 @@
|
|
|
929
925
|
],
|
|
930
926
|
"support": {
|
|
931
927
|
"issues": "https://github.com/Seldaek/jsonlint/issues",
|
|
932
|
-
"source": "https://github.com/Seldaek/jsonlint/tree/1.
|
|
928
|
+
"source": "https://github.com/Seldaek/jsonlint/tree/1.10.0"
|
|
933
929
|
},
|
|
934
930
|
"funding": [
|
|
935
931
|
{
|
|
@@ -941,7 +937,7 @@
|
|
|
941
937
|
"type": "tidelift"
|
|
942
938
|
}
|
|
943
939
|
],
|
|
944
|
-
"time": "
|
|
940
|
+
"time": "2023-05-11T13:16:46+00:00"
|
|
945
941
|
},
|
|
946
942
|
{
|
|
947
943
|
"name": "seld/phar-utils",
|
|
@@ -1054,16 +1050,16 @@
|
|
|
1054
1050
|
},
|
|
1055
1051
|
{
|
|
1056
1052
|
"name": "symfony/console",
|
|
1057
|
-
"version": "v5.4.
|
|
1053
|
+
"version": "v5.4.26",
|
|
1058
1054
|
"source": {
|
|
1059
1055
|
"type": "git",
|
|
1060
1056
|
"url": "https://github.com/symfony/console.git",
|
|
1061
|
-
"reference": "
|
|
1057
|
+
"reference": "b504a3d266ad2bb632f196c0936ef2af5ff6e273"
|
|
1062
1058
|
},
|
|
1063
1059
|
"dist": {
|
|
1064
1060
|
"type": "zip",
|
|
1065
|
-
"url": "https://api.github.com/repos/symfony/console/zipball/
|
|
1066
|
-
"reference": "
|
|
1061
|
+
"url": "https://api.github.com/repos/symfony/console/zipball/b504a3d266ad2bb632f196c0936ef2af5ff6e273",
|
|
1062
|
+
"reference": "b504a3d266ad2bb632f196c0936ef2af5ff6e273",
|
|
1067
1063
|
"shasum": ""
|
|
1068
1064
|
},
|
|
1069
1065
|
"require": {
|
|
@@ -1133,7 +1129,7 @@
|
|
|
1133
1129
|
"terminal"
|
|
1134
1130
|
],
|
|
1135
1131
|
"support": {
|
|
1136
|
-
"source": "https://github.com/symfony/console/tree/v5.4.
|
|
1132
|
+
"source": "https://github.com/symfony/console/tree/v5.4.26"
|
|
1137
1133
|
},
|
|
1138
1134
|
"funding": [
|
|
1139
1135
|
{
|
|
@@ -1149,7 +1145,7 @@
|
|
|
1149
1145
|
"type": "tidelift"
|
|
1150
1146
|
}
|
|
1151
1147
|
],
|
|
1152
|
-
"time": "2023-
|
|
1148
|
+
"time": "2023-07-19T20:11:33+00:00"
|
|
1153
1149
|
},
|
|
1154
1150
|
{
|
|
1155
1151
|
"name": "symfony/deprecation-contracts",
|
|
@@ -1284,16 +1280,16 @@
|
|
|
1284
1280
|
},
|
|
1285
1281
|
{
|
|
1286
1282
|
"name": "symfony/finder",
|
|
1287
|
-
"version": "v5.4.
|
|
1283
|
+
"version": "v5.4.27",
|
|
1288
1284
|
"source": {
|
|
1289
1285
|
"type": "git",
|
|
1290
1286
|
"url": "https://github.com/symfony/finder.git",
|
|
1291
|
-
"reference": "
|
|
1287
|
+
"reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d"
|
|
1292
1288
|
},
|
|
1293
1289
|
"dist": {
|
|
1294
1290
|
"type": "zip",
|
|
1295
|
-
"url": "https://api.github.com/repos/symfony/finder/zipball/
|
|
1296
|
-
"reference": "
|
|
1291
|
+
"url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d",
|
|
1292
|
+
"reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d",
|
|
1297
1293
|
"shasum": ""
|
|
1298
1294
|
},
|
|
1299
1295
|
"require": {
|
|
@@ -1327,7 +1323,7 @@
|
|
|
1327
1323
|
"description": "Finds files and directories via an intuitive fluent interface",
|
|
1328
1324
|
"homepage": "https://symfony.com",
|
|
1329
1325
|
"support": {
|
|
1330
|
-
"source": "https://github.com/symfony/finder/tree/v5.4.
|
|
1326
|
+
"source": "https://github.com/symfony/finder/tree/v5.4.27"
|
|
1331
1327
|
},
|
|
1332
1328
|
"funding": [
|
|
1333
1329
|
{
|
|
@@ -1343,7 +1339,7 @@
|
|
|
1343
1339
|
"type": "tidelift"
|
|
1344
1340
|
}
|
|
1345
1341
|
],
|
|
1346
|
-
"time": "2023-
|
|
1342
|
+
"time": "2023-07-31T08:02:31+00:00"
|
|
1347
1343
|
},
|
|
1348
1344
|
{
|
|
1349
1345
|
"name": "symfony/polyfill-ctype",
|
|
@@ -1918,16 +1914,16 @@
|
|
|
1918
1914
|
},
|
|
1919
1915
|
{
|
|
1920
1916
|
"name": "symfony/process",
|
|
1921
|
-
"version": "v5.4.
|
|
1917
|
+
"version": "v5.4.26",
|
|
1922
1918
|
"source": {
|
|
1923
1919
|
"type": "git",
|
|
1924
1920
|
"url": "https://github.com/symfony/process.git",
|
|
1925
|
-
"reference": "
|
|
1921
|
+
"reference": "1a44dc377ec86a50fab40d066cd061e28a6b482f"
|
|
1926
1922
|
},
|
|
1927
1923
|
"dist": {
|
|
1928
1924
|
"type": "zip",
|
|
1929
|
-
"url": "https://api.github.com/repos/symfony/process/zipball/
|
|
1930
|
-
"reference": "
|
|
1925
|
+
"url": "https://api.github.com/repos/symfony/process/zipball/1a44dc377ec86a50fab40d066cd061e28a6b482f",
|
|
1926
|
+
"reference": "1a44dc377ec86a50fab40d066cd061e28a6b482f",
|
|
1931
1927
|
"shasum": ""
|
|
1932
1928
|
},
|
|
1933
1929
|
"require": {
|
|
@@ -1960,7 +1956,7 @@
|
|
|
1960
1956
|
"description": "Executes commands in sub-processes",
|
|
1961
1957
|
"homepage": "https://symfony.com",
|
|
1962
1958
|
"support": {
|
|
1963
|
-
"source": "https://github.com/symfony/process/tree/v5.4.
|
|
1959
|
+
"source": "https://github.com/symfony/process/tree/v5.4.26"
|
|
1964
1960
|
},
|
|
1965
1961
|
"funding": [
|
|
1966
1962
|
{
|
|
@@ -1976,7 +1972,7 @@
|
|
|
1976
1972
|
"type": "tidelift"
|
|
1977
1973
|
}
|
|
1978
1974
|
],
|
|
1979
|
-
"time": "2023-
|
|
1975
|
+
"time": "2023-07-12T15:44:31+00:00"
|
|
1980
1976
|
},
|
|
1981
1977
|
{
|
|
1982
1978
|
"name": "symfony/service-contracts",
|
|
@@ -2063,16 +2059,16 @@
|
|
|
2063
2059
|
},
|
|
2064
2060
|
{
|
|
2065
2061
|
"name": "symfony/string",
|
|
2066
|
-
"version": "v5.4.
|
|
2062
|
+
"version": "v5.4.26",
|
|
2067
2063
|
"source": {
|
|
2068
2064
|
"type": "git",
|
|
2069
2065
|
"url": "https://github.com/symfony/string.git",
|
|
2070
|
-
"reference": "
|
|
2066
|
+
"reference": "1181fe9270e373537475e826873b5867b863883c"
|
|
2071
2067
|
},
|
|
2072
2068
|
"dist": {
|
|
2073
2069
|
"type": "zip",
|
|
2074
|
-
"url": "https://api.github.com/repos/symfony/string/zipball/
|
|
2075
|
-
"reference": "
|
|
2070
|
+
"url": "https://api.github.com/repos/symfony/string/zipball/1181fe9270e373537475e826873b5867b863883c",
|
|
2071
|
+
"reference": "1181fe9270e373537475e826873b5867b863883c",
|
|
2076
2072
|
"shasum": ""
|
|
2077
2073
|
},
|
|
2078
2074
|
"require": {
|
|
@@ -2129,7 +2125,7 @@
|
|
|
2129
2125
|
"utf8"
|
|
2130
2126
|
],
|
|
2131
2127
|
"support": {
|
|
2132
|
-
"source": "https://github.com/symfony/string/tree/v5.4.
|
|
2128
|
+
"source": "https://github.com/symfony/string/tree/v5.4.26"
|
|
2133
2129
|
},
|
|
2134
2130
|
"funding": [
|
|
2135
2131
|
{
|
|
@@ -2145,7 +2141,7 @@
|
|
|
2145
2141
|
"type": "tidelift"
|
|
2146
2142
|
}
|
|
2147
2143
|
],
|
|
2148
|
-
"time": "2023-
|
|
2144
|
+
"time": "2023-06-28T12:46:07+00:00"
|
|
2149
2145
|
}
|
|
2150
2146
|
],
|
|
2151
2147
|
"packages-dev": [
|
|
@@ -2449,16 +2445,16 @@
|
|
|
2449
2445
|
},
|
|
2450
2446
|
{
|
|
2451
2447
|
"name": "phpstan/phpstan",
|
|
2452
|
-
"version": "1.10.
|
|
2448
|
+
"version": "1.10.27",
|
|
2453
2449
|
"source": {
|
|
2454
2450
|
"type": "git",
|
|
2455
2451
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
2456
|
-
"reference": "
|
|
2452
|
+
"reference": "a9f44dcea06f59d1363b100bb29f297b311fa640"
|
|
2457
2453
|
},
|
|
2458
2454
|
"dist": {
|
|
2459
2455
|
"type": "zip",
|
|
2460
|
-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/
|
|
2461
|
-
"reference": "
|
|
2456
|
+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a9f44dcea06f59d1363b100bb29f297b311fa640",
|
|
2457
|
+
"reference": "a9f44dcea06f59d1363b100bb29f297b311fa640",
|
|
2462
2458
|
"shasum": ""
|
|
2463
2459
|
},
|
|
2464
2460
|
"require": {
|
|
@@ -2507,7 +2503,7 @@
|
|
|
2507
2503
|
"type": "tidelift"
|
|
2508
2504
|
}
|
|
2509
2505
|
],
|
|
2510
|
-
"time": "2023-
|
|
2506
|
+
"time": "2023-08-05T09:57:55+00:00"
|
|
2511
2507
|
},
|
|
2512
2508
|
{
|
|
2513
2509
|
"name": "psr/cache",
|
|
@@ -41,16 +41,16 @@ module Dependabot
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
def composer_lock
|
|
44
|
-
return @composer_lock if @
|
|
44
|
+
return @composer_lock if defined?(@composer_lock)
|
|
45
45
|
|
|
46
|
-
@
|
|
47
|
-
@composer_lock ||= fetch_file_if_present("composer.lock")
|
|
46
|
+
@composer_lock = fetch_file_if_present("composer.lock")
|
|
48
47
|
end
|
|
49
48
|
|
|
50
49
|
# NOTE: This is fetched but currently unused
|
|
51
50
|
def auth_json
|
|
52
|
-
@auth_json
|
|
53
|
-
|
|
51
|
+
return @auth_json if defined?(@auth_json)
|
|
52
|
+
|
|
53
|
+
@auth_json = fetch_support_file("auth.json")
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
def path_dependencies
|
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.
|
|
4
|
+
version: 0.226.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-08-11 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.
|
|
19
|
+
version: 0.226.0
|
|
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.
|
|
26
|
+
version: 0.226.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: debug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 1.
|
|
131
|
+
version: 1.18.0
|
|
132
132
|
type: :development
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 1.
|
|
138
|
+
version: 1.18.0
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: stackprof
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -230,7 +230,7 @@ licenses:
|
|
|
230
230
|
- Nonstandard
|
|
231
231
|
metadata:
|
|
232
232
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
|
233
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
|
233
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.226.0
|
|
234
234
|
post_install_message:
|
|
235
235
|
rdoc_options: []
|
|
236
236
|
require_paths:
|