dependabot-composer 0.130.3 → 0.132.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,16 +8,16 @@
8
8
  "packages": [
9
9
  {
10
10
  "name": "composer/ca-bundle",
11
- "version": "1.2.8",
11
+ "version": "1.2.9",
12
12
  "source": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/composer/ca-bundle.git",
15
- "reference": "8a7ecad675253e4654ea05505233285377405215"
15
+ "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
16
16
  },
17
17
  "dist": {
18
18
  "type": "zip",
19
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
20
- "reference": "8a7ecad675253e4654ea05505233285377405215",
19
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
20
+ "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
21
21
  "shasum": ""
22
22
  },
23
23
  "require": {
@@ -26,14 +26,15 @@
26
26
  "php": "^5.3.2 || ^7.0 || ^8.0"
27
27
  },
28
28
  "require-dev": {
29
- "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
29
+ "phpstan/phpstan": "^0.12.55",
30
30
  "psr/log": "^1.0",
31
+ "symfony/phpunit-bridge": "^4.2 || ^5",
31
32
  "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
32
33
  },
33
34
  "type": "library",
34
35
  "extra": {
35
36
  "branch-alias": {
36
- "dev-master": "1.x-dev"
37
+ "dev-main": "1.x-dev"
37
38
  }
38
39
  },
39
40
  "autoload": {
@@ -74,20 +75,20 @@
74
75
  "type": "tidelift"
75
76
  }
76
77
  ],
77
- "time": "2020-08-23T12:54:47+00:00"
78
+ "time": "2021-01-12T12:10:35+00:00"
78
79
  },
79
80
  {
80
81
  "name": "composer/composer",
81
- "version": "2.0.8",
82
+ "version": "2.0.9",
82
83
  "source": {
83
84
  "type": "git",
84
85
  "url": "https://github.com/composer/composer.git",
85
- "reference": "62139b2806178adb979d76bd3437534a1a9fd490"
86
+ "reference": "591c2c155cac0d2d7f34af41d3b1e29bcbfc685e"
86
87
  },
87
88
  "dist": {
88
89
  "type": "zip",
89
- "url": "https://api.github.com/repos/composer/composer/zipball/62139b2806178adb979d76bd3437534a1a9fd490",
90
- "reference": "62139b2806178adb979d76bd3437534a1a9fd490",
90
+ "url": "https://api.github.com/repos/composer/composer/zipball/591c2c155cac0d2d7f34af41d3b1e29bcbfc685e",
91
+ "reference": "591c2c155cac0d2d7f34af41d3b1e29bcbfc685e",
91
92
  "shasum": ""
92
93
  },
93
94
  "require": {
@@ -166,7 +167,7 @@
166
167
  "type": "tidelift"
167
168
  }
168
169
  ],
169
- "time": "2020-12-03T16:20:39+00:00"
170
+ "time": "2021-01-27T15:09:27+00:00"
170
171
  },
171
172
  {
172
173
  "name": "composer/semver",
@@ -689,16 +690,16 @@
689
690
  },
690
691
  {
691
692
  "name": "symfony/console",
692
- "version": "v5.2.1",
693
+ "version": "v5.2.2",
693
694
  "source": {
694
695
  "type": "git",
695
696
  "url": "https://github.com/symfony/console.git",
696
- "reference": "47c02526c532fb381374dab26df05e7313978976"
697
+ "reference": "d62ec79478b55036f65e2602e282822b8eaaff0a"
697
698
  },
698
699
  "dist": {
699
700
  "type": "zip",
700
- "url": "https://api.github.com/repos/symfony/console/zipball/47c02526c532fb381374dab26df05e7313978976",
701
- "reference": "47c02526c532fb381374dab26df05e7313978976",
701
+ "url": "https://api.github.com/repos/symfony/console/zipball/d62ec79478b55036f65e2602e282822b8eaaff0a",
702
+ "reference": "d62ec79478b55036f65e2602e282822b8eaaff0a",
702
703
  "shasum": ""
703
704
  },
704
705
  "require": {
@@ -757,7 +758,7 @@
757
758
  "homepage": "https://symfony.com/contributors"
758
759
  }
759
760
  ],
760
- "description": "Symfony Console Component",
761
+ "description": "Eases the creation of beautiful and testable command line interfaces",
761
762
  "homepage": "https://symfony.com",
762
763
  "keywords": [
763
764
  "cli",
@@ -779,20 +780,20 @@
779
780
  "type": "tidelift"
780
781
  }
781
782
  ],
782
- "time": "2020-12-18T08:03:05+00:00"
783
+ "time": "2021-01-27T10:15:41+00:00"
783
784
  },
784
785
  {
785
786
  "name": "symfony/filesystem",
786
- "version": "v5.2.1",
787
+ "version": "v5.2.2",
787
788
  "source": {
788
789
  "type": "git",
789
790
  "url": "https://github.com/symfony/filesystem.git",
790
- "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d"
791
+ "reference": "262d033b57c73e8b59cd6e68a45c528318b15038"
791
792
  },
792
793
  "dist": {
793
794
  "type": "zip",
794
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
795
- "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
795
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038",
796
+ "reference": "262d033b57c73e8b59cd6e68a45c528318b15038",
796
797
  "shasum": ""
797
798
  },
798
799
  "require": {
@@ -822,7 +823,7 @@
822
823
  "homepage": "https://symfony.com/contributors"
823
824
  }
824
825
  ],
825
- "description": "Symfony Filesystem Component",
826
+ "description": "Provides basic utilities for the filesystem",
826
827
  "homepage": "https://symfony.com",
827
828
  "funding": [
828
829
  {
@@ -838,20 +839,20 @@
838
839
  "type": "tidelift"
839
840
  }
840
841
  ],
841
- "time": "2020-11-30T17:05:38+00:00"
842
+ "time": "2021-01-27T10:01:46+00:00"
842
843
  },
843
844
  {
844
845
  "name": "symfony/finder",
845
- "version": "v5.2.1",
846
+ "version": "v5.2.2",
846
847
  "source": {
847
848
  "type": "git",
848
849
  "url": "https://github.com/symfony/finder.git",
849
- "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba"
850
+ "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e"
850
851
  },
851
852
  "dist": {
852
853
  "type": "zip",
853
- "url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
854
- "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
854
+ "url": "https://api.github.com/repos/symfony/finder/zipball/196f45723b5e618bf0e23b97e96d11652696ea9e",
855
+ "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e",
855
856
  "shasum": ""
856
857
  },
857
858
  "require": {
@@ -880,7 +881,7 @@
880
881
  "homepage": "https://symfony.com/contributors"
881
882
  }
882
883
  ],
883
- "description": "Symfony Finder Component",
884
+ "description": "Finds files and directories via an intuitive fluent interface",
884
885
  "homepage": "https://symfony.com",
885
886
  "funding": [
886
887
  {
@@ -896,20 +897,20 @@
896
897
  "type": "tidelift"
897
898
  }
898
899
  ],
899
- "time": "2020-12-08T17:02:38+00:00"
900
+ "time": "2021-01-27T10:01:46+00:00"
900
901
  },
901
902
  {
902
903
  "name": "symfony/polyfill-ctype",
903
- "version": "v1.20.0",
904
+ "version": "v1.22.0",
904
905
  "source": {
905
906
  "type": "git",
906
907
  "url": "https://github.com/symfony/polyfill-ctype.git",
907
- "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
908
+ "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
908
909
  },
909
910
  "dist": {
910
911
  "type": "zip",
911
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
912
- "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
912
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
913
+ "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
913
914
  "shasum": ""
914
915
  },
915
916
  "require": {
@@ -921,7 +922,7 @@
921
922
  "type": "library",
922
923
  "extra": {
923
924
  "branch-alias": {
924
- "dev-main": "1.20-dev"
925
+ "dev-main": "1.22-dev"
925
926
  },
926
927
  "thanks": {
927
928
  "name": "symfony/polyfill",
@@ -972,20 +973,20 @@
972
973
  "type": "tidelift"
973
974
  }
974
975
  ],
975
- "time": "2020-10-23T14:02:19+00:00"
976
+ "time": "2021-01-07T16:49:33+00:00"
976
977
  },
977
978
  {
978
979
  "name": "symfony/polyfill-intl-grapheme",
979
- "version": "v1.20.0",
980
+ "version": "v1.22.0",
980
981
  "source": {
981
982
  "type": "git",
982
983
  "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
983
- "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
984
+ "reference": "267a9adeb8ecb8071040a740930e077cdfb987af"
984
985
  },
985
986
  "dist": {
986
987
  "type": "zip",
987
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
988
- "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
988
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af",
989
+ "reference": "267a9adeb8ecb8071040a740930e077cdfb987af",
989
990
  "shasum": ""
990
991
  },
991
992
  "require": {
@@ -997,7 +998,7 @@
997
998
  "type": "library",
998
999
  "extra": {
999
1000
  "branch-alias": {
1000
- "dev-main": "1.20-dev"
1001
+ "dev-main": "1.22-dev"
1001
1002
  },
1002
1003
  "thanks": {
1003
1004
  "name": "symfony/polyfill",
@@ -1050,20 +1051,20 @@
1050
1051
  "type": "tidelift"
1051
1052
  }
1052
1053
  ],
1053
- "time": "2020-10-23T14:02:19+00:00"
1054
+ "time": "2021-01-07T16:49:33+00:00"
1054
1055
  },
1055
1056
  {
1056
1057
  "name": "symfony/polyfill-intl-normalizer",
1057
- "version": "v1.20.0",
1058
+ "version": "v1.22.0",
1058
1059
  "source": {
1059
1060
  "type": "git",
1060
1061
  "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1061
- "reference": "727d1096295d807c309fb01a851577302394c897"
1062
+ "reference": "6e971c891537eb617a00bb07a43d182a6915faba"
1062
1063
  },
1063
1064
  "dist": {
1064
1065
  "type": "zip",
1065
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
1066
- "reference": "727d1096295d807c309fb01a851577302394c897",
1066
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba",
1067
+ "reference": "6e971c891537eb617a00bb07a43d182a6915faba",
1067
1068
  "shasum": ""
1068
1069
  },
1069
1070
  "require": {
@@ -1075,7 +1076,7 @@
1075
1076
  "type": "library",
1076
1077
  "extra": {
1077
1078
  "branch-alias": {
1078
- "dev-main": "1.20-dev"
1079
+ "dev-main": "1.22-dev"
1079
1080
  },
1080
1081
  "thanks": {
1081
1082
  "name": "symfony/polyfill",
@@ -1131,20 +1132,20 @@
1131
1132
  "type": "tidelift"
1132
1133
  }
1133
1134
  ],
1134
- "time": "2020-10-23T14:02:19+00:00"
1135
+ "time": "2021-01-07T17:09:11+00:00"
1135
1136
  },
1136
1137
  {
1137
1138
  "name": "symfony/polyfill-mbstring",
1138
- "version": "v1.20.0",
1139
+ "version": "v1.22.0",
1139
1140
  "source": {
1140
1141
  "type": "git",
1141
1142
  "url": "https://github.com/symfony/polyfill-mbstring.git",
1142
- "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
1143
+ "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
1143
1144
  },
1144
1145
  "dist": {
1145
1146
  "type": "zip",
1146
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
1147
- "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
1147
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
1148
+ "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
1148
1149
  "shasum": ""
1149
1150
  },
1150
1151
  "require": {
@@ -1156,7 +1157,7 @@
1156
1157
  "type": "library",
1157
1158
  "extra": {
1158
1159
  "branch-alias": {
1159
- "dev-main": "1.20-dev"
1160
+ "dev-main": "1.22-dev"
1160
1161
  },
1161
1162
  "thanks": {
1162
1163
  "name": "symfony/polyfill",
@@ -1208,20 +1209,20 @@
1208
1209
  "type": "tidelift"
1209
1210
  }
1210
1211
  ],
1211
- "time": "2020-10-23T14:02:19+00:00"
1212
+ "time": "2021-01-07T16:49:33+00:00"
1212
1213
  },
1213
1214
  {
1214
1215
  "name": "symfony/polyfill-php73",
1215
- "version": "v1.20.0",
1216
+ "version": "v1.22.0",
1216
1217
  "source": {
1217
1218
  "type": "git",
1218
1219
  "url": "https://github.com/symfony/polyfill-php73.git",
1219
- "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
1220
+ "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
1220
1221
  },
1221
1222
  "dist": {
1222
1223
  "type": "zip",
1223
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
1224
- "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
1224
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
1225
+ "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
1225
1226
  "shasum": ""
1226
1227
  },
1227
1228
  "require": {
@@ -1230,7 +1231,7 @@
1230
1231
  "type": "library",
1231
1232
  "extra": {
1232
1233
  "branch-alias": {
1233
- "dev-main": "1.20-dev"
1234
+ "dev-main": "1.22-dev"
1234
1235
  },
1235
1236
  "thanks": {
1236
1237
  "name": "symfony/polyfill",
@@ -1284,20 +1285,20 @@
1284
1285
  "type": "tidelift"
1285
1286
  }
1286
1287
  ],
1287
- "time": "2020-10-23T14:02:19+00:00"
1288
+ "time": "2021-01-07T16:49:33+00:00"
1288
1289
  },
1289
1290
  {
1290
1291
  "name": "symfony/polyfill-php80",
1291
- "version": "v1.20.0",
1292
+ "version": "v1.22.0",
1292
1293
  "source": {
1293
1294
  "type": "git",
1294
1295
  "url": "https://github.com/symfony/polyfill-php80.git",
1295
- "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
1296
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
1296
1297
  },
1297
1298
  "dist": {
1298
1299
  "type": "zip",
1299
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
1300
- "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
1300
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
1301
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
1301
1302
  "shasum": ""
1302
1303
  },
1303
1304
  "require": {
@@ -1306,7 +1307,7 @@
1306
1307
  "type": "library",
1307
1308
  "extra": {
1308
1309
  "branch-alias": {
1309
- "dev-main": "1.20-dev"
1310
+ "dev-main": "1.22-dev"
1310
1311
  },
1311
1312
  "thanks": {
1312
1313
  "name": "symfony/polyfill",
@@ -1364,20 +1365,20 @@
1364
1365
  "type": "tidelift"
1365
1366
  }
1366
1367
  ],
1367
- "time": "2020-10-23T14:02:19+00:00"
1368
+ "time": "2021-01-07T16:49:33+00:00"
1368
1369
  },
1369
1370
  {
1370
1371
  "name": "symfony/process",
1371
- "version": "v5.2.1",
1372
+ "version": "v5.2.2",
1372
1373
  "source": {
1373
1374
  "type": "git",
1374
1375
  "url": "https://github.com/symfony/process.git",
1375
- "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd"
1376
+ "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
1376
1377
  },
1377
1378
  "dist": {
1378
1379
  "type": "zip",
1379
- "url": "https://api.github.com/repos/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd",
1380
- "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd",
1380
+ "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
1381
+ "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
1381
1382
  "shasum": ""
1382
1383
  },
1383
1384
  "require": {
@@ -1407,7 +1408,7 @@
1407
1408
  "homepage": "https://symfony.com/contributors"
1408
1409
  }
1409
1410
  ],
1410
- "description": "Symfony Process Component",
1411
+ "description": "Executes commands in sub-processes",
1411
1412
  "homepage": "https://symfony.com",
1412
1413
  "funding": [
1413
1414
  {
@@ -1423,7 +1424,7 @@
1423
1424
  "type": "tidelift"
1424
1425
  }
1425
1426
  ],
1426
- "time": "2020-12-08T17:03:37+00:00"
1427
+ "time": "2021-01-27T10:15:41+00:00"
1427
1428
  },
1428
1429
  {
1429
1430
  "name": "symfony/service-contracts",
@@ -1503,16 +1504,16 @@
1503
1504
  },
1504
1505
  {
1505
1506
  "name": "symfony/string",
1506
- "version": "v5.2.1",
1507
+ "version": "v5.2.2",
1507
1508
  "source": {
1508
1509
  "type": "git",
1509
1510
  "url": "https://github.com/symfony/string.git",
1510
- "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed"
1511
+ "reference": "c95468897f408dd0aca2ff582074423dd0455122"
1511
1512
  },
1512
1513
  "dist": {
1513
1514
  "type": "zip",
1514
- "url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
1515
- "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
1515
+ "url": "https://api.github.com/repos/symfony/string/zipball/c95468897f408dd0aca2ff582074423dd0455122",
1516
+ "reference": "c95468897f408dd0aca2ff582074423dd0455122",
1516
1517
  "shasum": ""
1517
1518
  },
1518
1519
  "require": {
@@ -1555,7 +1556,7 @@
1555
1556
  "homepage": "https://symfony.com/contributors"
1556
1557
  }
1557
1558
  ],
1558
- "description": "Symfony String component",
1559
+ "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
1559
1560
  "homepage": "https://symfony.com",
1560
1561
  "keywords": [
1561
1562
  "grapheme",
@@ -1579,7 +1580,7 @@
1579
1580
  "type": "tidelift"
1580
1581
  }
1581
1582
  ],
1582
- "time": "2020-12-05T07:33:16+00:00"
1583
+ "time": "2021-01-25T15:14:59+00:00"
1583
1584
  }
1584
1585
  ],
1585
1586
  "packages-dev": [
@@ -1732,16 +1733,16 @@
1732
1733
  },
1733
1734
  {
1734
1735
  "name": "friendsofphp/php-cs-fixer",
1735
- "version": "v2.17.3",
1736
+ "version": "v2.18.2",
1736
1737
  "source": {
1737
1738
  "type": "git",
1738
1739
  "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1739
- "reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595"
1740
+ "reference": "18f8c9d184ba777380794a389fabc179896ba913"
1740
1741
  },
1741
1742
  "dist": {
1742
1743
  "type": "zip",
1743
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd32f5dd72cdfc7b53f54077f980e144bfa2f595",
1744
- "reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595",
1744
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/18f8c9d184ba777380794a389fabc179896ba913",
1745
+ "reference": "18f8c9d184ba777380794a389fabc179896ba913",
1745
1746
  "shasum": ""
1746
1747
  },
1747
1748
  "require": {
@@ -1763,7 +1764,6 @@
1763
1764
  "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
1764
1765
  },
1765
1766
  "require-dev": {
1766
- "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
1767
1767
  "justinrainbow/json-schema": "^5.0",
1768
1768
  "keradus/cli-executor": "^1.4",
1769
1769
  "mikey179/vfsstream": "^1.6",
@@ -1772,11 +1772,11 @@
1772
1772
  "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
1773
1773
  "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
1774
1774
  "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
1775
- "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5",
1775
+ "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
1776
1776
  "phpunitgoodpractices/polyfill": "^1.5",
1777
1777
  "phpunitgoodpractices/traits": "^1.9.1",
1778
1778
  "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
1779
- "symfony/phpunit-bridge": "^5.1",
1779
+ "symfony/phpunit-bridge": "^5.2.1",
1780
1780
  "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
1781
1781
  },
1782
1782
  "suggest": {
@@ -1828,7 +1828,7 @@
1828
1828
  "type": "github"
1829
1829
  }
1830
1830
  ],
1831
- "time": "2020-12-24T11:14:44+00:00"
1831
+ "time": "2021-01-26T00:22:21+00:00"
1832
1832
  },
1833
1833
  {
1834
1834
  "name": "php-cs-fixer/diff",
@@ -1883,16 +1883,16 @@
1883
1883
  },
1884
1884
  {
1885
1885
  "name": "phpstan/phpstan",
1886
- "version": "0.12.68",
1886
+ "version": "0.12.71",
1887
1887
  "source": {
1888
1888
  "type": "git",
1889
1889
  "url": "https://github.com/phpstan/phpstan.git",
1890
- "reference": "ddbe01af0706ee094c3f1ce9730b35aebb508d3d"
1890
+ "reference": "d508fa3b0ecc5fc91ac70c6c7ac2862f968ba2b5"
1891
1891
  },
1892
1892
  "dist": {
1893
1893
  "type": "zip",
1894
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ddbe01af0706ee094c3f1ce9730b35aebb508d3d",
1895
- "reference": "ddbe01af0706ee094c3f1ce9730b35aebb508d3d",
1894
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d508fa3b0ecc5fc91ac70c6c7ac2862f968ba2b5",
1895
+ "reference": "d508fa3b0ecc5fc91ac70c6c7ac2862f968ba2b5",
1896
1896
  "shasum": ""
1897
1897
  },
1898
1898
  "require": {
@@ -1935,7 +1935,7 @@
1935
1935
  "type": "tidelift"
1936
1936
  }
1937
1937
  ],
1938
- "time": "2021-01-18T12:29:17+00:00"
1938
+ "time": "2021-02-01T18:24:00+00:00"
1939
1939
  },
1940
1940
  {
1941
1941
  "name": "psr/event-dispatcher",
@@ -2338,16 +2338,16 @@
2338
2338
  },
2339
2339
  {
2340
2340
  "name": "symfony/polyfill-php72",
2341
- "version": "v1.20.0",
2341
+ "version": "v1.22.0",
2342
2342
  "source": {
2343
2343
  "type": "git",
2344
2344
  "url": "https://github.com/symfony/polyfill-php72.git",
2345
- "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
2345
+ "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2346
2346
  },
2347
2347
  "dist": {
2348
2348
  "type": "zip",
2349
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
2350
- "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
2349
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2350
+ "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2351
2351
  "shasum": ""
2352
2352
  },
2353
2353
  "require": {
@@ -2356,7 +2356,7 @@
2356
2356
  "type": "library",
2357
2357
  "extra": {
2358
2358
  "branch-alias": {
2359
- "dev-main": "1.20-dev"
2359
+ "dev-main": "1.22-dev"
2360
2360
  },
2361
2361
  "thanks": {
2362
2362
  "name": "symfony/polyfill",
@@ -2407,7 +2407,7 @@
2407
2407
  "type": "tidelift"
2408
2408
  }
2409
2409
  ],
2410
- "time": "2020-10-23T14:02:19+00:00"
2410
+ "time": "2021-01-07T16:49:33+00:00"
2411
2411
  },
2412
2412
  {
2413
2413
  "name": "symfony/stopwatch",