dependabot-composer 0.170.1 → 0.171.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/helpers/v1/build +15 -4
- data/helpers/v1/composer.lock +119 -103
- data/helpers/v2/build +15 -4
- data/helpers/v2/composer.lock +215 -217
- data/lib/dependabot/composer/native_helpers.rb +1 -1
- data/lib/dependabot/composer/update_checker/version_resolver.rb +11 -2
- metadata +4 -4
data/helpers/v2/composer.lock
CHANGED
@@ -79,21 +79,22 @@
|
|
79
79
|
},
|
80
80
|
{
|
81
81
|
"name": "composer/composer",
|
82
|
-
"version": "2.
|
82
|
+
"version": "2.2.4",
|
83
83
|
"source": {
|
84
84
|
"type": "git",
|
85
85
|
"url": "https://github.com/composer/composer.git",
|
86
|
-
"reference": "
|
86
|
+
"reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f"
|
87
87
|
},
|
88
88
|
"dist": {
|
89
89
|
"type": "zip",
|
90
|
-
"url": "https://api.github.com/repos/composer/composer/zipball/
|
91
|
-
"reference": "
|
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.
|
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": "
|
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.
|
308
|
+
"version": "3.2.7",
|
241
309
|
"source": {
|
242
310
|
"type": "git",
|
243
311
|
"url": "https://github.com/composer/semver.git",
|
244
|
-
"reference": "
|
312
|
+
"reference": "deac27056b57e46faf136fae7b449eeaa71661ee"
|
245
313
|
},
|
246
314
|
"dist": {
|
247
315
|
"type": "zip",
|
248
|
-
"url": "https://api.github.com/repos/composer/semver/zipball/
|
249
|
-
"reference": "
|
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": "
|
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.
|
459
|
+
"version": "2.0.4",
|
392
460
|
"source": {
|
393
461
|
"type": "git",
|
394
462
|
"url": "https://github.com/composer/xdebug-handler.git",
|
395
|
-
"reference": "
|
463
|
+
"reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a"
|
396
464
|
},
|
397
465
|
"dist": {
|
398
466
|
"type": "zip",
|
399
|
-
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/
|
400
|
-
"reference": "
|
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
|
409
|
-
"
|
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": "
|
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.
|
782
|
+
"version": "1.2.0",
|
713
783
|
"source": {
|
714
784
|
"type": "git",
|
715
785
|
"url": "https://github.com/Seldaek/phar-utils.git",
|
716
|
-
"reference": "
|
786
|
+
"reference": "9f3452c93ff423469c0d56450431562ca423dcee"
|
717
787
|
},
|
718
788
|
"dist": {
|
719
789
|
"type": "zip",
|
720
|
-
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/
|
721
|
-
"reference": "
|
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-
|
822
|
+
"time": "2021-12-10T11:20:11+00:00"
|
753
823
|
},
|
754
824
|
{
|
755
825
|
"name": "symfony/console",
|
756
|
-
"version": "v5.4.
|
826
|
+
"version": "v5.4.2",
|
757
827
|
"source": {
|
758
828
|
"type": "git",
|
759
829
|
"url": "https://github.com/symfony/console.git",
|
760
|
-
"reference": "
|
830
|
+
"reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
|
761
831
|
},
|
762
832
|
"dist": {
|
763
833
|
"type": "zip",
|
764
|
-
"url": "https://api.github.com/repos/symfony/console/zipball/
|
765
|
-
"reference": "
|
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.
|
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-
|
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.
|
1047
|
+
"version": "v5.4.2",
|
978
1048
|
"source": {
|
979
1049
|
"type": "git",
|
980
1050
|
"url": "https://github.com/symfony/finder.git",
|
981
|
-
"reference": "
|
1051
|
+
"reference": "e77046c252be48c48a40816187ed527703c8f76c"
|
982
1052
|
},
|
983
1053
|
"dist": {
|
984
1054
|
"type": "zip",
|
985
|
-
"url": "https://api.github.com/repos/symfony/finder/zipball/
|
986
|
-
"reference": "
|
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-
|
1103
|
+
"time": "2021-12-15T11:06:13+00:00"
|
1034
1104
|
},
|
1035
1105
|
{
|
1036
1106
|
"name": "symfony/polyfill-ctype",
|
1037
|
-
"version": "v1.
|
1107
|
+
"version": "v1.24.0",
|
1038
1108
|
"source": {
|
1039
1109
|
"type": "git",
|
1040
1110
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
1041
|
-
"reference": "
|
1111
|
+
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
|
1042
1112
|
},
|
1043
1113
|
"dist": {
|
1044
1114
|
"type": "zip",
|
1045
|
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
|
1046
|
-
"reference": "
|
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-
|
1182
|
+
"time": "2021-10-20T20:35:02+00:00"
|
1110
1183
|
},
|
1111
1184
|
{
|
1112
1185
|
"name": "symfony/polyfill-intl-grapheme",
|
1113
|
-
"version": "v1.
|
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": "
|
1190
|
+
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
|
1118
1191
|
},
|
1119
1192
|
"dist": {
|
1120
1193
|
"type": "zip",
|
1121
|
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/
|
1122
|
-
"reference": "
|
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-
|
1260
|
+
"time": "2021-11-23T21:10:46+00:00"
|
1188
1261
|
},
|
1189
1262
|
{
|
1190
1263
|
"name": "symfony/polyfill-intl-normalizer",
|
1191
|
-
"version": "v1.
|
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.
|
1345
|
+
"version": "v1.24.0",
|
1273
1346
|
"source": {
|
1274
1347
|
"type": "git",
|
1275
1348
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
1276
|
-
"reference": "
|
1349
|
+
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
|
1277
1350
|
},
|
1278
1351
|
"dist": {
|
1279
1352
|
"type": "zip",
|
1280
|
-
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
|
1281
|
-
"reference": "
|
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-
|
1421
|
+
"time": "2021-11-30T18:21:41+00:00"
|
1346
1422
|
},
|
1347
1423
|
{
|
1348
1424
|
"name": "symfony/polyfill-php73",
|
1349
|
-
"version": "v1.
|
1425
|
+
"version": "v1.24.0",
|
1350
1426
|
"source": {
|
1351
1427
|
"type": "git",
|
1352
1428
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
1353
|
-
"reference": "
|
1429
|
+
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
|
1354
1430
|
},
|
1355
1431
|
"dist": {
|
1356
1432
|
"type": "zip",
|
1357
|
-
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/
|
1358
|
-
"reference": "
|
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-
|
1497
|
+
"time": "2021-06-05T21:20:04+00:00"
|
1422
1498
|
},
|
1423
1499
|
{
|
1424
1500
|
"name": "symfony/polyfill-php80",
|
1425
|
-
"version": "v1.
|
1501
|
+
"version": "v1.24.0",
|
1426
1502
|
"source": {
|
1427
1503
|
"type": "git",
|
1428
1504
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
1429
|
-
"reference": "
|
1505
|
+
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
|
1430
1506
|
},
|
1431
1507
|
"dist": {
|
1432
1508
|
"type": "zip",
|
1433
|
-
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
|
1434
|
-
"reference": "
|
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-
|
1577
|
+
"time": "2021-09-13T13:58:33+00:00"
|
1502
1578
|
},
|
1503
1579
|
{
|
1504
1580
|
"name": "symfony/process",
|
1505
|
-
"version": "v5.4.
|
1581
|
+
"version": "v5.4.2",
|
1506
1582
|
"source": {
|
1507
1583
|
"type": "git",
|
1508
1584
|
"url": "https://github.com/symfony/process.git",
|
1509
|
-
"reference": "
|
1585
|
+
"reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
|
1510
1586
|
},
|
1511
1587
|
"dist": {
|
1512
1588
|
"type": "zip",
|
1513
|
-
"url": "https://api.github.com/repos/symfony/process/zipball/
|
1514
|
-
"reference": "
|
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-
|
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.
|
1720
|
+
"version": "v5.4.2",
|
1645
1721
|
"source": {
|
1646
1722
|
"type": "git",
|
1647
1723
|
"url": "https://github.com/symfony/string.git",
|
1648
|
-
"reference": "
|
1724
|
+
"reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
|
1649
1725
|
},
|
1650
1726
|
"dist": {
|
1651
1727
|
"type": "zip",
|
1652
|
-
"url": "https://api.github.com/repos/symfony/string/zipball/
|
1653
|
-
"reference": "
|
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-
|
1799
|
+
"time": "2021-12-16T21:52:00+00:00"
|
1724
1800
|
}
|
1725
1801
|
],
|
1726
1802
|
"packages-dev": [
|
@@ -1794,32 +1870,28 @@
|
|
1794
1870
|
},
|
1795
1871
|
{
|
1796
1872
|
"name": "doctrine/lexer",
|
1797
|
-
"version": "1.2.
|
1873
|
+
"version": "1.2.2",
|
1798
1874
|
"source": {
|
1799
1875
|
"type": "git",
|
1800
1876
|
"url": "https://github.com/doctrine/lexer.git",
|
1801
|
-
"reference": "
|
1877
|
+
"reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
|
1802
1878
|
},
|
1803
1879
|
"dist": {
|
1804
1880
|
"type": "zip",
|
1805
|
-
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
|
1806
|
-
"reference": "
|
1881
|
+
"url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
|
1882
|
+
"reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
|
1807
1883
|
"shasum": ""
|
1808
1884
|
},
|
1809
1885
|
"require": {
|
1810
|
-
"php": "^7.
|
1886
|
+
"php": "^7.1 || ^8.0"
|
1811
1887
|
},
|
1812
1888
|
"require-dev": {
|
1813
|
-
"doctrine/coding-standard": "^
|
1814
|
-
"phpstan/phpstan": "
|
1815
|
-
"phpunit/phpunit": "^8.
|
1889
|
+
"doctrine/coding-standard": "^9.0",
|
1890
|
+
"phpstan/phpstan": "1.3",
|
1891
|
+
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
1892
|
+
"vimeo/psalm": "^4.11"
|
1816
1893
|
},
|
1817
1894
|
"type": "library",
|
1818
|
-
"extra": {
|
1819
|
-
"branch-alias": {
|
1820
|
-
"dev-master": "1.2.x-dev"
|
1821
|
-
}
|
1822
|
-
},
|
1823
1895
|
"autoload": {
|
1824
1896
|
"psr-4": {
|
1825
1897
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
@@ -1866,20 +1938,20 @@
|
|
1866
1938
|
"type": "tidelift"
|
1867
1939
|
}
|
1868
1940
|
],
|
1869
|
-
"time": "
|
1941
|
+
"time": "2022-01-12T08:27:12+00:00"
|
1870
1942
|
},
|
1871
1943
|
{
|
1872
1944
|
"name": "friendsofphp/php-cs-fixer",
|
1873
|
-
"version": "v3.
|
1945
|
+
"version": "v3.4.0",
|
1874
1946
|
"source": {
|
1875
1947
|
"type": "git",
|
1876
1948
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
1877
|
-
"reference": "
|
1949
|
+
"reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad"
|
1878
1950
|
},
|
1879
1951
|
"dist": {
|
1880
1952
|
"type": "zip",
|
1881
|
-
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/
|
1882
|
-
"reference": "
|
1953
|
+
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/47177af1cfb9dab5d1cc4daf91b7179c2efe7fad",
|
1954
|
+
"reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad",
|
1883
1955
|
"shasum": ""
|
1884
1956
|
},
|
1885
1957
|
"require": {
|
@@ -1890,33 +1962,32 @@
|
|
1890
1962
|
"ext-tokenizer": "*",
|
1891
1963
|
"php": "^7.2.5 || ^8.0",
|
1892
1964
|
"php-cs-fixer/diff": "^2.0",
|
1893
|
-
"symfony/console": "^5.1.3",
|
1894
|
-
"symfony/event-dispatcher": "^5.0",
|
1895
|
-
"symfony/filesystem": "^5.0",
|
1896
|
-
"symfony/finder": "^5.0",
|
1897
|
-
"symfony/options-resolver": "^5.0",
|
1965
|
+
"symfony/console": "^4.4.20 || ^5.1.3 || ^6.0",
|
1966
|
+
"symfony/event-dispatcher": "^4.4.20 || ^5.0 || ^6.0",
|
1967
|
+
"symfony/filesystem": "^4.4.20 || ^5.0 || ^6.0",
|
1968
|
+
"symfony/finder": "^4.4.20 || ^5.0 || ^6.0",
|
1969
|
+
"symfony/options-resolver": "^4.4.20 || ^5.0 || ^6.0",
|
1898
1970
|
"symfony/polyfill-mbstring": "^1.23",
|
1899
|
-
"symfony/polyfill-php72": "^1.23",
|
1900
1971
|
"symfony/polyfill-php80": "^1.23",
|
1901
1972
|
"symfony/polyfill-php81": "^1.23",
|
1902
|
-
"symfony/process": "^5.0",
|
1903
|
-
"symfony/stopwatch": "^5.0"
|
1973
|
+
"symfony/process": "^4.4.20 || ^5.0 || ^6.0",
|
1974
|
+
"symfony/stopwatch": "^4.4.20 || ^5.0 || ^6.0"
|
1904
1975
|
},
|
1905
1976
|
"require-dev": {
|
1906
1977
|
"justinrainbow/json-schema": "^5.2",
|
1907
1978
|
"keradus/cli-executor": "^1.5",
|
1908
1979
|
"mikey179/vfsstream": "^1.6.8",
|
1909
|
-
"php-coveralls/php-coveralls": "^2.
|
1980
|
+
"php-coveralls/php-coveralls": "^2.5.2",
|
1910
1981
|
"php-cs-fixer/accessible-object": "^1.1",
|
1911
1982
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
|
1912
1983
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
|
1913
|
-
"phpspec/prophecy": "^1.
|
1984
|
+
"phpspec/prophecy": "^1.15",
|
1914
1985
|
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
|
1915
|
-
"phpunit/phpunit": "^
|
1986
|
+
"phpunit/phpunit": "^8.5.21 || ^9.5",
|
1916
1987
|
"phpunitgoodpractices/polyfill": "^1.5",
|
1917
1988
|
"phpunitgoodpractices/traits": "^1.9.1",
|
1918
|
-
"symfony/phpunit-bridge": "^5.2.4",
|
1919
|
-
"symfony/yaml": "^5.0"
|
1989
|
+
"symfony/phpunit-bridge": "^5.2.4 || ^6.0",
|
1990
|
+
"symfony/yaml": "^4.4.20 || ^5.0 || ^6.0"
|
1920
1991
|
},
|
1921
1992
|
"suggest": {
|
1922
1993
|
"ext-dom": "For handling output formats in XML",
|
@@ -1952,7 +2023,7 @@
|
|
1952
2023
|
"type": "github"
|
1953
2024
|
}
|
1954
2025
|
],
|
1955
|
-
"time": "2021-
|
2026
|
+
"time": "2021-12-11T16:25:08+00:00"
|
1956
2027
|
},
|
1957
2028
|
{
|
1958
2029
|
"name": "php-cs-fixer/diff",
|
@@ -2004,16 +2075,16 @@
|
|
2004
2075
|
},
|
2005
2076
|
{
|
2006
2077
|
"name": "phpstan/phpstan",
|
2007
|
-
"version": "1.3.
|
2078
|
+
"version": "1.3.3",
|
2008
2079
|
"source": {
|
2009
2080
|
"type": "git",
|
2010
2081
|
"url": "https://github.com/phpstan/phpstan.git",
|
2011
|
-
"reference": "
|
2082
|
+
"reference": "151a51f6149855785fbd883e79768c0abc96b75f"
|
2012
2083
|
},
|
2013
2084
|
"dist": {
|
2014
2085
|
"type": "zip",
|
2015
|
-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/
|
2016
|
-
"reference": "
|
2086
|
+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/151a51f6149855785fbd883e79768c0abc96b75f",
|
2087
|
+
"reference": "151a51f6149855785fbd883e79768c0abc96b75f",
|
2017
2088
|
"shasum": ""
|
2018
2089
|
},
|
2019
2090
|
"require": {
|
@@ -2060,7 +2131,7 @@
|
|
2060
2131
|
"type": "tidelift"
|
2061
2132
|
}
|
2062
2133
|
],
|
2063
|
-
"time": "2022-01-
|
2134
|
+
"time": "2022-01-07T09:49:03+00:00"
|
2064
2135
|
},
|
2065
2136
|
{
|
2066
2137
|
"name": "psr/cache",
|
@@ -2156,22 +2227,22 @@
|
|
2156
2227
|
},
|
2157
2228
|
{
|
2158
2229
|
"name": "symfony/event-dispatcher",
|
2159
|
-
"version": "v5.
|
2230
|
+
"version": "v5.4.0",
|
2160
2231
|
"source": {
|
2161
2232
|
"type": "git",
|
2162
2233
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2163
|
-
"reference": "
|
2234
|
+
"reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
|
2164
2235
|
},
|
2165
2236
|
"dist": {
|
2166
2237
|
"type": "zip",
|
2167
|
-
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
|
2168
|
-
"reference": "
|
2238
|
+
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
|
2239
|
+
"reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
|
2169
2240
|
"shasum": ""
|
2170
2241
|
},
|
2171
2242
|
"require": {
|
2172
2243
|
"php": ">=7.2.5",
|
2173
|
-
"symfony/deprecation-contracts": "^2.1",
|
2174
|
-
"symfony/event-dispatcher-contracts": "^2",
|
2244
|
+
"symfony/deprecation-contracts": "^2.1|^3",
|
2245
|
+
"symfony/event-dispatcher-contracts": "^2|^3",
|
2175
2246
|
"symfony/polyfill-php80": "^1.16"
|
2176
2247
|
},
|
2177
2248
|
"conflict": {
|
@@ -2183,13 +2254,13 @@
|
|
2183
2254
|
},
|
2184
2255
|
"require-dev": {
|
2185
2256
|
"psr/log": "^1|^2|^3",
|
2186
|
-
"symfony/config": "^4.4|^5.0",
|
2187
|
-
"symfony/dependency-injection": "^4.4|^5.0",
|
2188
|
-
"symfony/error-handler": "^4.4|^5.0",
|
2189
|
-
"symfony/expression-language": "^4.4|^5.0",
|
2190
|
-
"symfony/http-foundation": "^4.4|^5.0",
|
2191
|
-
"symfony/service-contracts": "^1.1|^2",
|
2192
|
-
"symfony/stopwatch": "^4.4|^5.0"
|
2257
|
+
"symfony/config": "^4.4|^5.0|^6.0",
|
2258
|
+
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
2259
|
+
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
2260
|
+
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
2261
|
+
"symfony/http-foundation": "^4.4|^5.0|^6.0",
|
2262
|
+
"symfony/service-contracts": "^1.1|^2|^3",
|
2263
|
+
"symfony/stopwatch": "^4.4|^5.0|^6.0"
|
2193
2264
|
},
|
2194
2265
|
"suggest": {
|
2195
2266
|
"symfony/dependency-injection": "",
|
@@ -2234,20 +2305,20 @@
|
|
2234
2305
|
"type": "tidelift"
|
2235
2306
|
}
|
2236
2307
|
],
|
2237
|
-
"time": "2021-
|
2308
|
+
"time": "2021-11-23T10:19:22+00:00"
|
2238
2309
|
},
|
2239
2310
|
{
|
2240
2311
|
"name": "symfony/event-dispatcher-contracts",
|
2241
|
-
"version": "v2.
|
2312
|
+
"version": "v2.5.0",
|
2242
2313
|
"source": {
|
2243
2314
|
"type": "git",
|
2244
2315
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
2245
|
-
"reference": "
|
2316
|
+
"reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
|
2246
2317
|
},
|
2247
2318
|
"dist": {
|
2248
2319
|
"type": "zip",
|
2249
|
-
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/
|
2250
|
-
"reference": "
|
2320
|
+
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
|
2321
|
+
"reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
|
2251
2322
|
"shasum": ""
|
2252
2323
|
},
|
2253
2324
|
"require": {
|
@@ -2260,7 +2331,7 @@
|
|
2260
2331
|
"type": "library",
|
2261
2332
|
"extra": {
|
2262
2333
|
"branch-alias": {
|
2263
|
-
"dev-main": "2.
|
2334
|
+
"dev-main": "2.5-dev"
|
2264
2335
|
},
|
2265
2336
|
"thanks": {
|
2266
2337
|
"name": "symfony/contracts",
|
@@ -2310,25 +2381,25 @@
|
|
2310
2381
|
"type": "tidelift"
|
2311
2382
|
}
|
2312
2383
|
],
|
2313
|
-
"time": "2021-
|
2384
|
+
"time": "2021-07-12T14:48:14+00:00"
|
2314
2385
|
},
|
2315
2386
|
{
|
2316
2387
|
"name": "symfony/options-resolver",
|
2317
|
-
"version": "v5.
|
2388
|
+
"version": "v5.4.0",
|
2318
2389
|
"source": {
|
2319
2390
|
"type": "git",
|
2320
2391
|
"url": "https://github.com/symfony/options-resolver.git",
|
2321
|
-
"reference": "
|
2392
|
+
"reference": "b0fb78576487af19c500aaddb269fd36701d4847"
|
2322
2393
|
},
|
2323
2394
|
"dist": {
|
2324
2395
|
"type": "zip",
|
2325
|
-
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/
|
2326
|
-
"reference": "
|
2396
|
+
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/b0fb78576487af19c500aaddb269fd36701d4847",
|
2397
|
+
"reference": "b0fb78576487af19c500aaddb269fd36701d4847",
|
2327
2398
|
"shasum": ""
|
2328
2399
|
},
|
2329
2400
|
"require": {
|
2330
2401
|
"php": ">=7.2.5",
|
2331
|
-
"symfony/deprecation-contracts": "^2.1",
|
2402
|
+
"symfony/deprecation-contracts": "^2.1|^3",
|
2332
2403
|
"symfony/polyfill-php73": "~1.0",
|
2333
2404
|
"symfony/polyfill-php80": "^1.16"
|
2334
2405
|
},
|
@@ -2376,93 +2447,20 @@
|
|
2376
2447
|
"type": "tidelift"
|
2377
2448
|
}
|
2378
2449
|
],
|
2379
|
-
"time": "2021-
|
2380
|
-
},
|
2381
|
-
{
|
2382
|
-
"name": "symfony/polyfill-php72",
|
2383
|
-
"version": "v1.23.0",
|
2384
|
-
"source": {
|
2385
|
-
"type": "git",
|
2386
|
-
"url": "https://github.com/symfony/polyfill-php72.git",
|
2387
|
-
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
|
2388
|
-
},
|
2389
|
-
"dist": {
|
2390
|
-
"type": "zip",
|
2391
|
-
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
|
2392
|
-
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
|
2393
|
-
"shasum": ""
|
2394
|
-
},
|
2395
|
-
"require": {
|
2396
|
-
"php": ">=7.1"
|
2397
|
-
},
|
2398
|
-
"type": "library",
|
2399
|
-
"extra": {
|
2400
|
-
"branch-alias": {
|
2401
|
-
"dev-main": "1.23-dev"
|
2402
|
-
},
|
2403
|
-
"thanks": {
|
2404
|
-
"name": "symfony/polyfill",
|
2405
|
-
"url": "https://github.com/symfony/polyfill"
|
2406
|
-
}
|
2407
|
-
},
|
2408
|
-
"autoload": {
|
2409
|
-
"psr-4": {
|
2410
|
-
"Symfony\\Polyfill\\Php72\\": ""
|
2411
|
-
},
|
2412
|
-
"files": [
|
2413
|
-
"bootstrap.php"
|
2414
|
-
]
|
2415
|
-
},
|
2416
|
-
"notification-url": "https://packagist.org/downloads/",
|
2417
|
-
"license": [
|
2418
|
-
"MIT"
|
2419
|
-
],
|
2420
|
-
"authors": [
|
2421
|
-
{
|
2422
|
-
"name": "Nicolas Grekas",
|
2423
|
-
"email": "p@tchwork.com"
|
2424
|
-
},
|
2425
|
-
{
|
2426
|
-
"name": "Symfony Community",
|
2427
|
-
"homepage": "https://symfony.com/contributors"
|
2428
|
-
}
|
2429
|
-
],
|
2430
|
-
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
2431
|
-
"homepage": "https://symfony.com",
|
2432
|
-
"keywords": [
|
2433
|
-
"compatibility",
|
2434
|
-
"polyfill",
|
2435
|
-
"portable",
|
2436
|
-
"shim"
|
2437
|
-
],
|
2438
|
-
"funding": [
|
2439
|
-
{
|
2440
|
-
"url": "https://symfony.com/sponsor",
|
2441
|
-
"type": "custom"
|
2442
|
-
},
|
2443
|
-
{
|
2444
|
-
"url": "https://github.com/fabpot",
|
2445
|
-
"type": "github"
|
2446
|
-
},
|
2447
|
-
{
|
2448
|
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2449
|
-
"type": "tidelift"
|
2450
|
-
}
|
2451
|
-
],
|
2452
|
-
"time": "2021-05-27T09:17:38+00:00"
|
2450
|
+
"time": "2021-11-23T10:19:22+00:00"
|
2453
2451
|
},
|
2454
2452
|
{
|
2455
2453
|
"name": "symfony/polyfill-php81",
|
2456
|
-
"version": "v1.
|
2454
|
+
"version": "v1.24.0",
|
2457
2455
|
"source": {
|
2458
2456
|
"type": "git",
|
2459
2457
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
2460
|
-
"reference": "
|
2458
|
+
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
|
2461
2459
|
},
|
2462
2460
|
"dist": {
|
2463
2461
|
"type": "zip",
|
2464
|
-
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/
|
2465
|
-
"reference": "
|
2462
|
+
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
|
2463
|
+
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
|
2466
2464
|
"shasum": ""
|
2467
2465
|
},
|
2468
2466
|
"require": {
|
@@ -2525,25 +2523,25 @@
|
|
2525
2523
|
"type": "tidelift"
|
2526
2524
|
}
|
2527
2525
|
],
|
2528
|
-
"time": "2021-
|
2526
|
+
"time": "2021-09-13T13:58:11+00:00"
|
2529
2527
|
},
|
2530
2528
|
{
|
2531
2529
|
"name": "symfony/stopwatch",
|
2532
|
-
"version": "v5.
|
2530
|
+
"version": "v5.4.0",
|
2533
2531
|
"source": {
|
2534
2532
|
"type": "git",
|
2535
2533
|
"url": "https://github.com/symfony/stopwatch.git",
|
2536
|
-
"reference": "
|
2534
|
+
"reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe"
|
2537
2535
|
},
|
2538
2536
|
"dist": {
|
2539
2537
|
"type": "zip",
|
2540
|
-
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/
|
2541
|
-
"reference": "
|
2538
|
+
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe",
|
2539
|
+
"reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe",
|
2542
2540
|
"shasum": ""
|
2543
2541
|
},
|
2544
2542
|
"require": {
|
2545
2543
|
"php": ">=7.2.5",
|
2546
|
-
"symfony/service-contracts": "^1
|
2544
|
+
"symfony/service-contracts": "^1|^2|^3"
|
2547
2545
|
},
|
2548
2546
|
"type": "library",
|
2549
2547
|
"autoload": {
|
@@ -2584,7 +2582,7 @@
|
|
2584
2582
|
"type": "tidelift"
|
2585
2583
|
}
|
2586
2584
|
],
|
2587
|
-
"time": "2021-
|
2585
|
+
"time": "2021-11-23T10:19:22+00:00"
|
2588
2586
|
}
|
2589
2587
|
],
|
2590
2588
|
"aliases": [],
|