dependabot-composer 0.124.3 → 0.124.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/helpers/composer.lock +794 -354
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dd1d3539f1e3b9681a2cc0647914ffc8b1cdfa0d17af582db25041e73f9214c
4
- data.tar.gz: 551ea457362e9d62fc3bfa02ab3360bd5c84dc155952349a05d2b1159ffe22e9
3
+ metadata.gz: f4b443cbb28df3a2be64b17cf402b0e1f548a07bd9811ec6056be0b1f04676a8
4
+ data.tar.gz: 7dda15e4607a71bfc9830fb4d92635f80a9132b745555a80e713826f13d0175e
5
5
  SHA512:
6
- metadata.gz: f52adfd58b99dc4ba64fdaf4e26d6b0ccd677ec9f012db315334d5e3310f0986f76a601826f5127b160d9934f331428fc6bc661b44dde323427f8728803854b0
7
- data.tar.gz: 05a66b9b8ebdb6de6797843a1f276c48c91e52f8a43bf631c3bf860ac4101db90f9649869c0a42226f5a93ae4b5e12c759c1982d00bc3493ea880623bfcaba2e
6
+ metadata.gz: 57ee0f5c65408fa7135e680ee665cd05b722c9a0e8ef3e0eb5a1206122c9a5340ece5506523b5d9478152f011c509866edffc4eb202eef549741ae51c67e1324
7
+ data.tar.gz: 7e46b99e5483d19305dda38df1f2d733d47982a5a12844047bf7a416f3d5aa3140a3b9cd3a990d7f739fdda2a3717c692bee372ac2a4d2304f0309ec3fe72c6b
@@ -443,52 +443,6 @@
443
443
  ],
444
444
  "time": "2020-05-27T16:41:55+00:00"
445
445
  },
446
- {
447
- "name": "psr/cache",
448
- "version": "1.0.1",
449
- "source": {
450
- "type": "git",
451
- "url": "https://github.com/php-fig/cache.git",
452
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
453
- },
454
- "dist": {
455
- "type": "zip",
456
- "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
457
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
458
- "shasum": ""
459
- },
460
- "require": {
461
- "php": ">=5.3.0"
462
- },
463
- "type": "library",
464
- "extra": {
465
- "branch-alias": {
466
- "dev-master": "1.0.x-dev"
467
- }
468
- },
469
- "autoload": {
470
- "psr-4": {
471
- "Psr\\Cache\\": "src/"
472
- }
473
- },
474
- "notification-url": "https://packagist.org/downloads/",
475
- "license": [
476
- "MIT"
477
- ],
478
- "authors": [
479
- {
480
- "name": "PHP-FIG",
481
- "homepage": "http://www.php-fig.org/"
482
- }
483
- ],
484
- "description": "Common interface for caching libraries",
485
- "keywords": [
486
- "cache",
487
- "psr",
488
- "psr-6"
489
- ],
490
- "time": "2016-08-06T20:24:11+00:00"
491
- },
492
446
  {
493
447
  "name": "psr/container",
494
448
  "version": "1.0.0",
@@ -690,37 +644,44 @@
690
644
  },
691
645
  {
692
646
  "name": "symfony/console",
693
- "version": "v4.2.12",
647
+ "version": "v5.1.7",
694
648
  "source": {
695
649
  "type": "git",
696
650
  "url": "https://github.com/symfony/console.git",
697
- "reference": "fc2e274aade6567a750551942094b2145ade9b6c"
651
+ "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8"
698
652
  },
699
653
  "dist": {
700
654
  "type": "zip",
701
- "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c",
702
- "reference": "fc2e274aade6567a750551942094b2145ade9b6c",
655
+ "url": "https://api.github.com/repos/symfony/console/zipball/ae789a8a2ad189ce7e8216942cdb9b77319f5eb8",
656
+ "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8",
703
657
  "shasum": ""
704
658
  },
705
659
  "require": {
706
- "php": "^7.1.3",
707
- "symfony/contracts": "^1.0",
708
- "symfony/polyfill-mbstring": "~1.0"
660
+ "php": ">=7.2.5",
661
+ "symfony/polyfill-mbstring": "~1.0",
662
+ "symfony/polyfill-php73": "^1.8",
663
+ "symfony/polyfill-php80": "^1.15",
664
+ "symfony/service-contracts": "^1.1|^2",
665
+ "symfony/string": "^5.1"
709
666
  },
710
667
  "conflict": {
711
- "symfony/dependency-injection": "<3.4",
712
- "symfony/process": "<3.3"
668
+ "symfony/dependency-injection": "<4.4",
669
+ "symfony/dotenv": "<5.1",
670
+ "symfony/event-dispatcher": "<4.4",
671
+ "symfony/lock": "<4.4",
672
+ "symfony/process": "<4.4"
713
673
  },
714
674
  "provide": {
715
675
  "psr/log-implementation": "1.0"
716
676
  },
717
677
  "require-dev": {
718
678
  "psr/log": "~1.0",
719
- "symfony/config": "~3.4|~4.0",
720
- "symfony/dependency-injection": "~3.4|~4.0",
721
- "symfony/event-dispatcher": "~3.4|~4.0",
722
- "symfony/lock": "~3.4|~4.0",
723
- "symfony/process": "~3.4|~4.0"
679
+ "symfony/config": "^4.4|^5.0",
680
+ "symfony/dependency-injection": "^4.4|^5.0",
681
+ "symfony/event-dispatcher": "^4.4|^5.0",
682
+ "symfony/lock": "^4.4|^5.0",
683
+ "symfony/process": "^4.4|^5.0",
684
+ "symfony/var-dumper": "^4.4|^5.0"
724
685
  },
725
686
  "suggest": {
726
687
  "psr/log": "For using the console logger",
@@ -731,7 +692,7 @@
731
692
  "type": "library",
732
693
  "extra": {
733
694
  "branch-alias": {
734
- "dev-master": "4.2-dev"
695
+ "dev-master": "5.1-dev"
735
696
  }
736
697
  },
737
698
  "autoload": {
@@ -758,83 +719,6 @@
758
719
  ],
759
720
  "description": "Symfony Console Component",
760
721
  "homepage": "https://symfony.com",
761
- "time": "2019-07-24T17:13:20+00:00"
762
- },
763
- {
764
- "name": "symfony/contracts",
765
- "version": "v1.1.10",
766
- "source": {
767
- "type": "git",
768
- "url": "https://github.com/symfony/contracts.git",
769
- "reference": "011c20407c4b99d454f44021d023fb39ce23b73d"
770
- },
771
- "dist": {
772
- "type": "zip",
773
- "url": "https://api.github.com/repos/symfony/contracts/zipball/011c20407c4b99d454f44021d023fb39ce23b73d",
774
- "reference": "011c20407c4b99d454f44021d023fb39ce23b73d",
775
- "shasum": ""
776
- },
777
- "require": {
778
- "php": ">=7.1.3",
779
- "psr/cache": "^1.0",
780
- "psr/container": "^1.0"
781
- },
782
- "replace": {
783
- "symfony/cache-contracts": "self.version",
784
- "symfony/event-dispatcher-contracts": "self.version",
785
- "symfony/http-client-contracts": "self.version",
786
- "symfony/service-contracts": "self.version",
787
- "symfony/translation-contracts": "self.version"
788
- },
789
- "require-dev": {
790
- "symfony/polyfill-intl-idn": "^1.10"
791
- },
792
- "suggest": {
793
- "psr/event-dispatcher": "When using the EventDispatcher contracts",
794
- "symfony/cache-implementation": "",
795
- "symfony/event-dispatcher-implementation": "",
796
- "symfony/http-client-implementation": "",
797
- "symfony/service-implementation": "",
798
- "symfony/translation-implementation": ""
799
- },
800
- "type": "library",
801
- "extra": {
802
- "branch-alias": {
803
- "dev-master": "1.1-dev"
804
- }
805
- },
806
- "autoload": {
807
- "psr-4": {
808
- "Symfony\\Contracts\\": ""
809
- },
810
- "exclude-from-classmap": [
811
- "**/Tests/"
812
- ]
813
- },
814
- "notification-url": "https://packagist.org/downloads/",
815
- "license": [
816
- "MIT"
817
- ],
818
- "authors": [
819
- {
820
- "name": "Nicolas Grekas",
821
- "email": "p@tchwork.com"
822
- },
823
- {
824
- "name": "Symfony Community",
825
- "homepage": "https://symfony.com/contributors"
826
- }
827
- ],
828
- "description": "A set of abstractions extracted out of the Symfony components",
829
- "homepage": "https://symfony.com",
830
- "keywords": [
831
- "abstractions",
832
- "contracts",
833
- "decoupling",
834
- "interfaces",
835
- "interoperability",
836
- "standards"
837
- ],
838
722
  "funding": [
839
723
  {
840
724
  "url": "https://symfony.com/sponsor",
@@ -849,7 +733,7 @@
849
733
  "type": "tidelift"
850
734
  }
851
735
  ],
852
- "time": "2020-09-02T16:08:58+00:00"
736
+ "time": "2020-10-07T15:23:00+00:00"
853
737
  },
854
738
  {
855
739
  "name": "symfony/filesystem",
@@ -1055,24 +939,24 @@
1055
939
  "time": "2020-10-23T14:02:19+00:00"
1056
940
  },
1057
941
  {
1058
- "name": "symfony/polyfill-mbstring",
942
+ "name": "symfony/polyfill-intl-grapheme",
1059
943
  "version": "v1.20.0",
1060
944
  "source": {
1061
945
  "type": "git",
1062
- "url": "https://github.com/symfony/polyfill-mbstring.git",
1063
- "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
946
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
947
+ "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
1064
948
  },
1065
949
  "dist": {
1066
950
  "type": "zip",
1067
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
1068
- "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
951
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
952
+ "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
1069
953
  "shasum": ""
1070
954
  },
1071
955
  "require": {
1072
956
  "php": ">=7.1"
1073
957
  },
1074
958
  "suggest": {
1075
- "ext-mbstring": "For best performance"
959
+ "ext-intl": "For best performance"
1076
960
  },
1077
961
  "type": "library",
1078
962
  "extra": {
@@ -1086,7 +970,7 @@
1086
970
  },
1087
971
  "autoload": {
1088
972
  "psr-4": {
1089
- "Symfony\\Polyfill\\Mbstring\\": ""
973
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
1090
974
  },
1091
975
  "files": [
1092
976
  "bootstrap.php"
@@ -1106,11 +990,12 @@
1106
990
  "homepage": "https://symfony.com/contributors"
1107
991
  }
1108
992
  ],
1109
- "description": "Symfony polyfill for the Mbstring extension",
993
+ "description": "Symfony polyfill for intl's grapheme_* functions",
1110
994
  "homepage": "https://symfony.com",
1111
995
  "keywords": [
1112
996
  "compatibility",
1113
- "mbstring",
997
+ "grapheme",
998
+ "intl",
1114
999
  "polyfill",
1115
1000
  "portable",
1116
1001
  "shim"
@@ -1132,22 +1017,25 @@
1132
1017
  "time": "2020-10-23T14:02:19+00:00"
1133
1018
  },
1134
1019
  {
1135
- "name": "symfony/polyfill-php80",
1020
+ "name": "symfony/polyfill-intl-normalizer",
1136
1021
  "version": "v1.20.0",
1137
1022
  "source": {
1138
1023
  "type": "git",
1139
- "url": "https://github.com/symfony/polyfill-php80.git",
1140
- "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
1024
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1025
+ "reference": "727d1096295d807c309fb01a851577302394c897"
1141
1026
  },
1142
1027
  "dist": {
1143
1028
  "type": "zip",
1144
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
1145
- "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
1029
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
1030
+ "reference": "727d1096295d807c309fb01a851577302394c897",
1146
1031
  "shasum": ""
1147
1032
  },
1148
1033
  "require": {
1149
1034
  "php": ">=7.1"
1150
1035
  },
1036
+ "suggest": {
1037
+ "ext-intl": "For best performance"
1038
+ },
1151
1039
  "type": "library",
1152
1040
  "extra": {
1153
1041
  "branch-alias": {
@@ -1160,7 +1048,7 @@
1160
1048
  },
1161
1049
  "autoload": {
1162
1050
  "psr-4": {
1163
- "Symfony\\Polyfill\\Php80\\": ""
1051
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1164
1052
  },
1165
1053
  "files": [
1166
1054
  "bootstrap.php"
@@ -1174,10 +1062,6 @@
1174
1062
  "MIT"
1175
1063
  ],
1176
1064
  "authors": [
1177
- {
1178
- "name": "Ion Bazan",
1179
- "email": "ion.bazan@gmail.com"
1180
- },
1181
1065
  {
1182
1066
  "name": "Nicolas Grekas",
1183
1067
  "email": "p@tchwork.com"
@@ -1187,10 +1071,12 @@
1187
1071
  "homepage": "https://symfony.com/contributors"
1188
1072
  }
1189
1073
  ],
1190
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1074
+ "description": "Symfony polyfill for intl's Normalizer class and related functions",
1191
1075
  "homepage": "https://symfony.com",
1192
1076
  "keywords": [
1193
1077
  "compatibility",
1078
+ "intl",
1079
+ "normalizer",
1194
1080
  "polyfill",
1195
1081
  "portable",
1196
1082
  "shim"
@@ -1212,35 +1098,41 @@
1212
1098
  "time": "2020-10-23T14:02:19+00:00"
1213
1099
  },
1214
1100
  {
1215
- "name": "symfony/process",
1216
- "version": "v5.1.7",
1101
+ "name": "symfony/polyfill-mbstring",
1102
+ "version": "v1.20.0",
1217
1103
  "source": {
1218
1104
  "type": "git",
1219
- "url": "https://github.com/symfony/process.git",
1220
- "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9"
1105
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
1106
+ "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
1221
1107
  },
1222
1108
  "dist": {
1223
1109
  "type": "zip",
1224
- "url": "https://api.github.com/repos/symfony/process/zipball/d3a2e64866169586502f0cd9cab69135ad12cee9",
1225
- "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9",
1110
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
1111
+ "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
1226
1112
  "shasum": ""
1227
1113
  },
1228
1114
  "require": {
1229
- "php": ">=7.2.5",
1230
- "symfony/polyfill-php80": "^1.15"
1115
+ "php": ">=7.1"
1116
+ },
1117
+ "suggest": {
1118
+ "ext-mbstring": "For best performance"
1231
1119
  },
1232
1120
  "type": "library",
1233
1121
  "extra": {
1234
1122
  "branch-alias": {
1235
- "dev-master": "5.1-dev"
1123
+ "dev-main": "1.20-dev"
1124
+ },
1125
+ "thanks": {
1126
+ "name": "symfony/polyfill",
1127
+ "url": "https://github.com/symfony/polyfill"
1236
1128
  }
1237
1129
  },
1238
1130
  "autoload": {
1239
1131
  "psr-4": {
1240
- "Symfony\\Component\\Process\\": ""
1132
+ "Symfony\\Polyfill\\Mbstring\\": ""
1241
1133
  },
1242
- "exclude-from-classmap": [
1243
- "/Tests/"
1134
+ "files": [
1135
+ "bootstrap.php"
1244
1136
  ]
1245
1137
  },
1246
1138
  "notification-url": "https://packagist.org/downloads/",
@@ -1249,16 +1141,23 @@
1249
1141
  ],
1250
1142
  "authors": [
1251
1143
  {
1252
- "name": "Fabien Potencier",
1253
- "email": "fabien@symfony.com"
1144
+ "name": "Nicolas Grekas",
1145
+ "email": "p@tchwork.com"
1254
1146
  },
1255
1147
  {
1256
1148
  "name": "Symfony Community",
1257
1149
  "homepage": "https://symfony.com/contributors"
1258
1150
  }
1259
1151
  ],
1260
- "description": "Symfony Process Component",
1152
+ "description": "Symfony polyfill for the Mbstring extension",
1261
1153
  "homepage": "https://symfony.com",
1154
+ "keywords": [
1155
+ "compatibility",
1156
+ "mbstring",
1157
+ "polyfill",
1158
+ "portable",
1159
+ "shim"
1160
+ ],
1262
1161
  "funding": [
1263
1162
  {
1264
1163
  "url": "https://symfony.com/sponsor",
@@ -1273,43 +1172,45 @@
1273
1172
  "type": "tidelift"
1274
1173
  }
1275
1174
  ],
1276
- "time": "2020-09-02T16:23:27+00:00"
1277
- }
1278
- ],
1279
- "packages-dev": [
1175
+ "time": "2020-10-23T14:02:19+00:00"
1176
+ },
1280
1177
  {
1281
- "name": "doctrine/annotations",
1282
- "version": "1.10.3",
1178
+ "name": "symfony/polyfill-php73",
1179
+ "version": "v1.20.0",
1283
1180
  "source": {
1284
1181
  "type": "git",
1285
- "url": "https://github.com/doctrine/annotations.git",
1286
- "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
1182
+ "url": "https://github.com/symfony/polyfill-php73.git",
1183
+ "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
1287
1184
  },
1288
1185
  "dist": {
1289
1186
  "type": "zip",
1290
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
1291
- "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
1187
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
1188
+ "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
1292
1189
  "shasum": ""
1293
1190
  },
1294
1191
  "require": {
1295
- "doctrine/lexer": "1.*",
1296
- "ext-tokenizer": "*",
1297
- "php": "^7.1 || ^8.0"
1298
- },
1299
- "require-dev": {
1300
- "doctrine/cache": "1.*",
1301
- "phpunit/phpunit": "^7.5"
1192
+ "php": ">=7.1"
1302
1193
  },
1303
1194
  "type": "library",
1304
1195
  "extra": {
1305
1196
  "branch-alias": {
1306
- "dev-master": "1.9.x-dev"
1197
+ "dev-main": "1.20-dev"
1198
+ },
1199
+ "thanks": {
1200
+ "name": "symfony/polyfill",
1201
+ "url": "https://github.com/symfony/polyfill"
1307
1202
  }
1308
1203
  },
1309
1204
  "autoload": {
1310
1205
  "psr-4": {
1311
- "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1312
- }
1206
+ "Symfony\\Polyfill\\Php73\\": ""
1207
+ },
1208
+ "files": [
1209
+ "bootstrap.php"
1210
+ ],
1211
+ "classmap": [
1212
+ "Resources/stubs"
1213
+ ]
1313
1214
  },
1314
1215
  "notification-url": "https://packagist.org/downloads/",
1315
1216
  "license": [
@@ -1317,65 +1218,75 @@
1317
1218
  ],
1318
1219
  "authors": [
1319
1220
  {
1320
- "name": "Guilherme Blanco",
1321
- "email": "guilhermeblanco@gmail.com"
1221
+ "name": "Nicolas Grekas",
1222
+ "email": "p@tchwork.com"
1322
1223
  },
1323
1224
  {
1324
- "name": "Roman Borschel",
1325
- "email": "roman@code-factory.org"
1326
- },
1225
+ "name": "Symfony Community",
1226
+ "homepage": "https://symfony.com/contributors"
1227
+ }
1228
+ ],
1229
+ "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1230
+ "homepage": "https://symfony.com",
1231
+ "keywords": [
1232
+ "compatibility",
1233
+ "polyfill",
1234
+ "portable",
1235
+ "shim"
1236
+ ],
1237
+ "funding": [
1327
1238
  {
1328
- "name": "Benjamin Eberlei",
1329
- "email": "kontakt@beberlei.de"
1239
+ "url": "https://symfony.com/sponsor",
1240
+ "type": "custom"
1330
1241
  },
1331
1242
  {
1332
- "name": "Jonathan Wage",
1333
- "email": "jonwage@gmail.com"
1243
+ "url": "https://github.com/fabpot",
1244
+ "type": "github"
1334
1245
  },
1335
1246
  {
1336
- "name": "Johannes Schmitt",
1337
- "email": "schmittjoh@gmail.com"
1247
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1248
+ "type": "tidelift"
1338
1249
  }
1339
1250
  ],
1340
- "description": "Docblock Annotations Parser",
1341
- "homepage": "http://www.doctrine-project.org",
1342
- "keywords": [
1343
- "annotations",
1344
- "docblock",
1345
- "parser"
1346
- ],
1347
- "time": "2020-05-25T17:24:27+00:00"
1251
+ "time": "2020-10-23T14:02:19+00:00"
1348
1252
  },
1349
1253
  {
1350
- "name": "doctrine/lexer",
1351
- "version": "1.0.2",
1254
+ "name": "symfony/polyfill-php80",
1255
+ "version": "v1.20.0",
1352
1256
  "source": {
1353
1257
  "type": "git",
1354
- "url": "https://github.com/doctrine/lexer.git",
1355
- "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1258
+ "url": "https://github.com/symfony/polyfill-php80.git",
1259
+ "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
1356
1260
  },
1357
1261
  "dist": {
1358
1262
  "type": "zip",
1359
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1360
- "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1263
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
1264
+ "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
1361
1265
  "shasum": ""
1362
1266
  },
1363
1267
  "require": {
1364
- "php": ">=5.3.2"
1365
- },
1366
- "require-dev": {
1367
- "phpunit/phpunit": "^4.5"
1268
+ "php": ">=7.1"
1368
1269
  },
1369
1270
  "type": "library",
1370
1271
  "extra": {
1371
1272
  "branch-alias": {
1372
- "dev-master": "1.0.x-dev"
1273
+ "dev-main": "1.20-dev"
1274
+ },
1275
+ "thanks": {
1276
+ "name": "symfony/polyfill",
1277
+ "url": "https://github.com/symfony/polyfill"
1373
1278
  }
1374
1279
  },
1375
1280
  "autoload": {
1376
1281
  "psr-4": {
1377
- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1378
- }
1282
+ "Symfony\\Polyfill\\Php80\\": ""
1283
+ },
1284
+ "files": [
1285
+ "bootstrap.php"
1286
+ ],
1287
+ "classmap": [
1288
+ "Resources/stubs"
1289
+ ]
1379
1290
  },
1380
1291
  "notification-url": "https://packagist.org/downloads/",
1381
1292
  "license": [
@@ -1383,13 +1294,386 @@
1383
1294
  ],
1384
1295
  "authors": [
1385
1296
  {
1386
- "name": "Roman Borschel",
1387
- "email": "roman@code-factory.org"
1297
+ "name": "Ion Bazan",
1298
+ "email": "ion.bazan@gmail.com"
1388
1299
  },
1389
1300
  {
1390
- "name": "Guilherme Blanco",
1391
- "email": "guilhermeblanco@gmail.com"
1392
- },
1301
+ "name": "Nicolas Grekas",
1302
+ "email": "p@tchwork.com"
1303
+ },
1304
+ {
1305
+ "name": "Symfony Community",
1306
+ "homepage": "https://symfony.com/contributors"
1307
+ }
1308
+ ],
1309
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1310
+ "homepage": "https://symfony.com",
1311
+ "keywords": [
1312
+ "compatibility",
1313
+ "polyfill",
1314
+ "portable",
1315
+ "shim"
1316
+ ],
1317
+ "funding": [
1318
+ {
1319
+ "url": "https://symfony.com/sponsor",
1320
+ "type": "custom"
1321
+ },
1322
+ {
1323
+ "url": "https://github.com/fabpot",
1324
+ "type": "github"
1325
+ },
1326
+ {
1327
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1328
+ "type": "tidelift"
1329
+ }
1330
+ ],
1331
+ "time": "2020-10-23T14:02:19+00:00"
1332
+ },
1333
+ {
1334
+ "name": "symfony/process",
1335
+ "version": "v5.1.7",
1336
+ "source": {
1337
+ "type": "git",
1338
+ "url": "https://github.com/symfony/process.git",
1339
+ "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9"
1340
+ },
1341
+ "dist": {
1342
+ "type": "zip",
1343
+ "url": "https://api.github.com/repos/symfony/process/zipball/d3a2e64866169586502f0cd9cab69135ad12cee9",
1344
+ "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9",
1345
+ "shasum": ""
1346
+ },
1347
+ "require": {
1348
+ "php": ">=7.2.5",
1349
+ "symfony/polyfill-php80": "^1.15"
1350
+ },
1351
+ "type": "library",
1352
+ "extra": {
1353
+ "branch-alias": {
1354
+ "dev-master": "5.1-dev"
1355
+ }
1356
+ },
1357
+ "autoload": {
1358
+ "psr-4": {
1359
+ "Symfony\\Component\\Process\\": ""
1360
+ },
1361
+ "exclude-from-classmap": [
1362
+ "/Tests/"
1363
+ ]
1364
+ },
1365
+ "notification-url": "https://packagist.org/downloads/",
1366
+ "license": [
1367
+ "MIT"
1368
+ ],
1369
+ "authors": [
1370
+ {
1371
+ "name": "Fabien Potencier",
1372
+ "email": "fabien@symfony.com"
1373
+ },
1374
+ {
1375
+ "name": "Symfony Community",
1376
+ "homepage": "https://symfony.com/contributors"
1377
+ }
1378
+ ],
1379
+ "description": "Symfony Process Component",
1380
+ "homepage": "https://symfony.com",
1381
+ "funding": [
1382
+ {
1383
+ "url": "https://symfony.com/sponsor",
1384
+ "type": "custom"
1385
+ },
1386
+ {
1387
+ "url": "https://github.com/fabpot",
1388
+ "type": "github"
1389
+ },
1390
+ {
1391
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1392
+ "type": "tidelift"
1393
+ }
1394
+ ],
1395
+ "time": "2020-09-02T16:23:27+00:00"
1396
+ },
1397
+ {
1398
+ "name": "symfony/service-contracts",
1399
+ "version": "v2.2.0",
1400
+ "source": {
1401
+ "type": "git",
1402
+ "url": "https://github.com/symfony/service-contracts.git",
1403
+ "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
1404
+ },
1405
+ "dist": {
1406
+ "type": "zip",
1407
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
1408
+ "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
1409
+ "shasum": ""
1410
+ },
1411
+ "require": {
1412
+ "php": ">=7.2.5",
1413
+ "psr/container": "^1.0"
1414
+ },
1415
+ "suggest": {
1416
+ "symfony/service-implementation": ""
1417
+ },
1418
+ "type": "library",
1419
+ "extra": {
1420
+ "branch-alias": {
1421
+ "dev-master": "2.2-dev"
1422
+ },
1423
+ "thanks": {
1424
+ "name": "symfony/contracts",
1425
+ "url": "https://github.com/symfony/contracts"
1426
+ }
1427
+ },
1428
+ "autoload": {
1429
+ "psr-4": {
1430
+ "Symfony\\Contracts\\Service\\": ""
1431
+ }
1432
+ },
1433
+ "notification-url": "https://packagist.org/downloads/",
1434
+ "license": [
1435
+ "MIT"
1436
+ ],
1437
+ "authors": [
1438
+ {
1439
+ "name": "Nicolas Grekas",
1440
+ "email": "p@tchwork.com"
1441
+ },
1442
+ {
1443
+ "name": "Symfony Community",
1444
+ "homepage": "https://symfony.com/contributors"
1445
+ }
1446
+ ],
1447
+ "description": "Generic abstractions related to writing services",
1448
+ "homepage": "https://symfony.com",
1449
+ "keywords": [
1450
+ "abstractions",
1451
+ "contracts",
1452
+ "decoupling",
1453
+ "interfaces",
1454
+ "interoperability",
1455
+ "standards"
1456
+ ],
1457
+ "funding": [
1458
+ {
1459
+ "url": "https://symfony.com/sponsor",
1460
+ "type": "custom"
1461
+ },
1462
+ {
1463
+ "url": "https://github.com/fabpot",
1464
+ "type": "github"
1465
+ },
1466
+ {
1467
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1468
+ "type": "tidelift"
1469
+ }
1470
+ ],
1471
+ "time": "2020-09-07T11:33:47+00:00"
1472
+ },
1473
+ {
1474
+ "name": "symfony/string",
1475
+ "version": "v5.1.7",
1476
+ "source": {
1477
+ "type": "git",
1478
+ "url": "https://github.com/symfony/string.git",
1479
+ "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e"
1480
+ },
1481
+ "dist": {
1482
+ "type": "zip",
1483
+ "url": "https://api.github.com/repos/symfony/string/zipball/4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
1484
+ "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
1485
+ "shasum": ""
1486
+ },
1487
+ "require": {
1488
+ "php": ">=7.2.5",
1489
+ "symfony/polyfill-ctype": "~1.8",
1490
+ "symfony/polyfill-intl-grapheme": "~1.0",
1491
+ "symfony/polyfill-intl-normalizer": "~1.0",
1492
+ "symfony/polyfill-mbstring": "~1.0",
1493
+ "symfony/polyfill-php80": "~1.15"
1494
+ },
1495
+ "require-dev": {
1496
+ "symfony/error-handler": "^4.4|^5.0",
1497
+ "symfony/http-client": "^4.4|^5.0",
1498
+ "symfony/translation-contracts": "^1.1|^2",
1499
+ "symfony/var-exporter": "^4.4|^5.0"
1500
+ },
1501
+ "type": "library",
1502
+ "extra": {
1503
+ "branch-alias": {
1504
+ "dev-master": "5.1-dev"
1505
+ }
1506
+ },
1507
+ "autoload": {
1508
+ "psr-4": {
1509
+ "Symfony\\Component\\String\\": ""
1510
+ },
1511
+ "files": [
1512
+ "Resources/functions.php"
1513
+ ],
1514
+ "exclude-from-classmap": [
1515
+ "/Tests/"
1516
+ ]
1517
+ },
1518
+ "notification-url": "https://packagist.org/downloads/",
1519
+ "license": [
1520
+ "MIT"
1521
+ ],
1522
+ "authors": [
1523
+ {
1524
+ "name": "Nicolas Grekas",
1525
+ "email": "p@tchwork.com"
1526
+ },
1527
+ {
1528
+ "name": "Symfony Community",
1529
+ "homepage": "https://symfony.com/contributors"
1530
+ }
1531
+ ],
1532
+ "description": "Symfony String component",
1533
+ "homepage": "https://symfony.com",
1534
+ "keywords": [
1535
+ "grapheme",
1536
+ "i18n",
1537
+ "string",
1538
+ "unicode",
1539
+ "utf-8",
1540
+ "utf8"
1541
+ ],
1542
+ "funding": [
1543
+ {
1544
+ "url": "https://symfony.com/sponsor",
1545
+ "type": "custom"
1546
+ },
1547
+ {
1548
+ "url": "https://github.com/fabpot",
1549
+ "type": "github"
1550
+ },
1551
+ {
1552
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1553
+ "type": "tidelift"
1554
+ }
1555
+ ],
1556
+ "time": "2020-09-15T12:23:47+00:00"
1557
+ }
1558
+ ],
1559
+ "packages-dev": [
1560
+ {
1561
+ "name": "doctrine/annotations",
1562
+ "version": "1.11.1",
1563
+ "source": {
1564
+ "type": "git",
1565
+ "url": "https://github.com/doctrine/annotations.git",
1566
+ "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad"
1567
+ },
1568
+ "dist": {
1569
+ "type": "zip",
1570
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
1571
+ "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
1572
+ "shasum": ""
1573
+ },
1574
+ "require": {
1575
+ "doctrine/lexer": "1.*",
1576
+ "ext-tokenizer": "*",
1577
+ "php": "^7.1 || ^8.0"
1578
+ },
1579
+ "require-dev": {
1580
+ "doctrine/cache": "1.*",
1581
+ "doctrine/coding-standard": "^6.0 || ^8.1",
1582
+ "phpstan/phpstan": "^0.12.20",
1583
+ "phpunit/phpunit": "^7.5 || ^9.1.5"
1584
+ },
1585
+ "type": "library",
1586
+ "extra": {
1587
+ "branch-alias": {
1588
+ "dev-master": "1.11.x-dev"
1589
+ }
1590
+ },
1591
+ "autoload": {
1592
+ "psr-4": {
1593
+ "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1594
+ }
1595
+ },
1596
+ "notification-url": "https://packagist.org/downloads/",
1597
+ "license": [
1598
+ "MIT"
1599
+ ],
1600
+ "authors": [
1601
+ {
1602
+ "name": "Guilherme Blanco",
1603
+ "email": "guilhermeblanco@gmail.com"
1604
+ },
1605
+ {
1606
+ "name": "Roman Borschel",
1607
+ "email": "roman@code-factory.org"
1608
+ },
1609
+ {
1610
+ "name": "Benjamin Eberlei",
1611
+ "email": "kontakt@beberlei.de"
1612
+ },
1613
+ {
1614
+ "name": "Jonathan Wage",
1615
+ "email": "jonwage@gmail.com"
1616
+ },
1617
+ {
1618
+ "name": "Johannes Schmitt",
1619
+ "email": "schmittjoh@gmail.com"
1620
+ }
1621
+ ],
1622
+ "description": "Docblock Annotations Parser",
1623
+ "homepage": "https://www.doctrine-project.org/projects/annotations.html",
1624
+ "keywords": [
1625
+ "annotations",
1626
+ "docblock",
1627
+ "parser"
1628
+ ],
1629
+ "time": "2020-10-26T10:28:16+00:00"
1630
+ },
1631
+ {
1632
+ "name": "doctrine/lexer",
1633
+ "version": "1.2.1",
1634
+ "source": {
1635
+ "type": "git",
1636
+ "url": "https://github.com/doctrine/lexer.git",
1637
+ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
1638
+ },
1639
+ "dist": {
1640
+ "type": "zip",
1641
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
1642
+ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
1643
+ "shasum": ""
1644
+ },
1645
+ "require": {
1646
+ "php": "^7.2 || ^8.0"
1647
+ },
1648
+ "require-dev": {
1649
+ "doctrine/coding-standard": "^6.0",
1650
+ "phpstan/phpstan": "^0.11.8",
1651
+ "phpunit/phpunit": "^8.2"
1652
+ },
1653
+ "type": "library",
1654
+ "extra": {
1655
+ "branch-alias": {
1656
+ "dev-master": "1.2.x-dev"
1657
+ }
1658
+ },
1659
+ "autoload": {
1660
+ "psr-4": {
1661
+ "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1662
+ }
1663
+ },
1664
+ "notification-url": "https://packagist.org/downloads/",
1665
+ "license": [
1666
+ "MIT"
1667
+ ],
1668
+ "authors": [
1669
+ {
1670
+ "name": "Guilherme Blanco",
1671
+ "email": "guilhermeblanco@gmail.com"
1672
+ },
1673
+ {
1674
+ "name": "Roman Borschel",
1675
+ "email": "roman@code-factory.org"
1676
+ },
1393
1677
  {
1394
1678
  "name": "Johannes Schmitt",
1395
1679
  "email": "schmittjoh@gmail.com"
@@ -1404,31 +1688,45 @@
1404
1688
  "parser",
1405
1689
  "php"
1406
1690
  ],
1407
- "time": "2019-06-08T11:03:04+00:00"
1691
+ "funding": [
1692
+ {
1693
+ "url": "https://www.doctrine-project.org/sponsorship.html",
1694
+ "type": "custom"
1695
+ },
1696
+ {
1697
+ "url": "https://www.patreon.com/phpdoctrine",
1698
+ "type": "patreon"
1699
+ },
1700
+ {
1701
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
1702
+ "type": "tidelift"
1703
+ }
1704
+ ],
1705
+ "time": "2020-05-25T17:44:05+00:00"
1408
1706
  },
1409
1707
  {
1410
1708
  "name": "friendsofphp/php-cs-fixer",
1411
- "version": "v2.16.4",
1709
+ "version": "v2.16.7",
1412
1710
  "source": {
1413
1711
  "type": "git",
1414
1712
  "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1415
- "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13"
1713
+ "reference": "4e35806a6d7d8510d6842ae932e8832363d22c87"
1416
1714
  },
1417
1715
  "dist": {
1418
1716
  "type": "zip",
1419
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13",
1420
- "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13",
1717
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/4e35806a6d7d8510d6842ae932e8832363d22c87",
1718
+ "reference": "4e35806a6d7d8510d6842ae932e8832363d22c87",
1421
1719
  "shasum": ""
1422
1720
  },
1423
1721
  "require": {
1424
- "composer/semver": "^1.4",
1722
+ "composer/semver": "^1.4 || ^2.0 || ^3.0",
1425
1723
  "composer/xdebug-handler": "^1.2",
1426
1724
  "doctrine/annotations": "^1.2",
1427
1725
  "ext-json": "*",
1428
1726
  "ext-tokenizer": "*",
1429
- "php": "^5.6 || ^7.0",
1727
+ "php": "^7.1",
1430
1728
  "php-cs-fixer/diff": "^1.3",
1431
- "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
1729
+ "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
1432
1730
  "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
1433
1731
  "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
1434
1732
  "symfony/finder": "^3.0 || ^4.0 || ^5.0",
@@ -1441,14 +1739,14 @@
1441
1739
  "require-dev": {
1442
1740
  "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
1443
1741
  "justinrainbow/json-schema": "^5.0",
1444
- "keradus/cli-executor": "^1.2",
1742
+ "keradus/cli-executor": "^1.4",
1445
1743
  "mikey179/vfsstream": "^1.6",
1446
- "php-coveralls/php-coveralls": "^2.1",
1744
+ "php-coveralls/php-coveralls": "^2.4.1",
1447
1745
  "php-cs-fixer/accessible-object": "^1.0",
1448
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
1449
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
1746
+ "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
1747
+ "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
1450
1748
  "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
1451
- "phpunitgoodpractices/traits": "^1.8",
1749
+ "phpunitgoodpractices/traits": "^1.9.1",
1452
1750
  "symfony/phpunit-bridge": "^5.1",
1453
1751
  "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
1454
1752
  },
@@ -1501,72 +1799,27 @@
1501
1799
  "type": "github"
1502
1800
  }
1503
1801
  ],
1504
- "time": "2020-06-27T23:57:46+00:00"
1505
- },
1506
- {
1507
- "name": "paragonie/random_compat",
1508
- "version": "v9.99.99",
1509
- "source": {
1510
- "type": "git",
1511
- "url": "https://github.com/paragonie/random_compat.git",
1512
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1513
- },
1514
- "dist": {
1515
- "type": "zip",
1516
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1517
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1518
- "shasum": ""
1519
- },
1520
- "require": {
1521
- "php": "^7"
1522
- },
1523
- "require-dev": {
1524
- "phpunit/phpunit": "4.*|5.*",
1525
- "vimeo/psalm": "^1"
1526
- },
1527
- "suggest": {
1528
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1529
- },
1530
- "type": "library",
1531
- "notification-url": "https://packagist.org/downloads/",
1532
- "license": [
1533
- "MIT"
1534
- ],
1535
- "authors": [
1536
- {
1537
- "name": "Paragon Initiative Enterprises",
1538
- "email": "security@paragonie.com",
1539
- "homepage": "https://paragonie.com"
1540
- }
1541
- ],
1542
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1543
- "keywords": [
1544
- "csprng",
1545
- "polyfill",
1546
- "pseudorandom",
1547
- "random"
1548
- ],
1549
- "time": "2018-07-02T15:55:56+00:00"
1802
+ "time": "2020-10-27T22:44:27+00:00"
1550
1803
  },
1551
1804
  {
1552
1805
  "name": "php-cs-fixer/diff",
1553
- "version": "v1.3.0",
1806
+ "version": "v1.3.1",
1554
1807
  "source": {
1555
1808
  "type": "git",
1556
1809
  "url": "https://github.com/PHP-CS-Fixer/diff.git",
1557
- "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
1810
+ "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
1558
1811
  },
1559
1812
  "dist": {
1560
1813
  "type": "zip",
1561
- "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
1562
- "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
1814
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
1815
+ "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
1563
1816
  "shasum": ""
1564
1817
  },
1565
1818
  "require": {
1566
- "php": "^5.6 || ^7.0"
1819
+ "php": "^5.6 || ^7.0 || ^8.0"
1567
1820
  },
1568
1821
  "require-dev": {
1569
- "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1822
+ "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
1570
1823
  "symfony/process": "^3.3"
1571
1824
  },
1572
1825
  "type": "library",
@@ -1580,14 +1833,14 @@
1580
1833
  "BSD-3-Clause"
1581
1834
  ],
1582
1835
  "authors": [
1583
- {
1584
- "name": "Kore Nordmann",
1585
- "email": "mail@kore-nordmann.de"
1586
- },
1587
1836
  {
1588
1837
  "name": "Sebastian Bergmann",
1589
1838
  "email": "sebastian@phpunit.de"
1590
1839
  },
1840
+ {
1841
+ "name": "Kore Nordmann",
1842
+ "email": "mail@kore-nordmann.de"
1843
+ },
1591
1844
  {
1592
1845
  "name": "SpacePossum"
1593
1846
  }
@@ -1597,7 +1850,7 @@
1597
1850
  "keywords": [
1598
1851
  "diff"
1599
1852
  ],
1600
- "time": "2018-02-15T16:58:55+00:00"
1853
+ "time": "2020-10-14T08:39:05+00:00"
1601
1854
  },
1602
1855
  {
1603
1856
  "name": "phpstan/phpstan",
@@ -1655,32 +1908,152 @@
1655
1908
  ],
1656
1909
  "time": "2020-10-12T14:10:44+00:00"
1657
1910
  },
1911
+ {
1912
+ "name": "psr/event-dispatcher",
1913
+ "version": "1.0.0",
1914
+ "source": {
1915
+ "type": "git",
1916
+ "url": "https://github.com/php-fig/event-dispatcher.git",
1917
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1918
+ },
1919
+ "dist": {
1920
+ "type": "zip",
1921
+ "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1922
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1923
+ "shasum": ""
1924
+ },
1925
+ "require": {
1926
+ "php": ">=7.2.0"
1927
+ },
1928
+ "type": "library",
1929
+ "extra": {
1930
+ "branch-alias": {
1931
+ "dev-master": "1.0.x-dev"
1932
+ }
1933
+ },
1934
+ "autoload": {
1935
+ "psr-4": {
1936
+ "Psr\\EventDispatcher\\": "src/"
1937
+ }
1938
+ },
1939
+ "notification-url": "https://packagist.org/downloads/",
1940
+ "license": [
1941
+ "MIT"
1942
+ ],
1943
+ "authors": [
1944
+ {
1945
+ "name": "PHP-FIG",
1946
+ "homepage": "http://www.php-fig.org/"
1947
+ }
1948
+ ],
1949
+ "description": "Standard interfaces for event handling.",
1950
+ "keywords": [
1951
+ "events",
1952
+ "psr",
1953
+ "psr-14"
1954
+ ],
1955
+ "time": "2019-01-08T18:20:26+00:00"
1956
+ },
1957
+ {
1958
+ "name": "symfony/deprecation-contracts",
1959
+ "version": "v2.2.0",
1960
+ "source": {
1961
+ "type": "git",
1962
+ "url": "https://github.com/symfony/deprecation-contracts.git",
1963
+ "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
1964
+ },
1965
+ "dist": {
1966
+ "type": "zip",
1967
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
1968
+ "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
1969
+ "shasum": ""
1970
+ },
1971
+ "require": {
1972
+ "php": ">=7.1"
1973
+ },
1974
+ "type": "library",
1975
+ "extra": {
1976
+ "branch-alias": {
1977
+ "dev-master": "2.2-dev"
1978
+ },
1979
+ "thanks": {
1980
+ "name": "symfony/contracts",
1981
+ "url": "https://github.com/symfony/contracts"
1982
+ }
1983
+ },
1984
+ "autoload": {
1985
+ "files": [
1986
+ "function.php"
1987
+ ]
1988
+ },
1989
+ "notification-url": "https://packagist.org/downloads/",
1990
+ "license": [
1991
+ "MIT"
1992
+ ],
1993
+ "authors": [
1994
+ {
1995
+ "name": "Nicolas Grekas",
1996
+ "email": "p@tchwork.com"
1997
+ },
1998
+ {
1999
+ "name": "Symfony Community",
2000
+ "homepage": "https://symfony.com/contributors"
2001
+ }
2002
+ ],
2003
+ "description": "A generic function and convention to trigger deprecation notices",
2004
+ "homepage": "https://symfony.com",
2005
+ "funding": [
2006
+ {
2007
+ "url": "https://symfony.com/sponsor",
2008
+ "type": "custom"
2009
+ },
2010
+ {
2011
+ "url": "https://github.com/fabpot",
2012
+ "type": "github"
2013
+ },
2014
+ {
2015
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2016
+ "type": "tidelift"
2017
+ }
2018
+ ],
2019
+ "time": "2020-09-07T11:33:47+00:00"
2020
+ },
1658
2021
  {
1659
2022
  "name": "symfony/event-dispatcher",
1660
- "version": "v3.4.42",
2023
+ "version": "v5.1.7",
1661
2024
  "source": {
1662
2025
  "type": "git",
1663
2026
  "url": "https://github.com/symfony/event-dispatcher.git",
1664
- "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081"
2027
+ "reference": "d5de97d6af175a9e8131c546db054ca32842dd0f"
1665
2028
  },
1666
2029
  "dist": {
1667
2030
  "type": "zip",
1668
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081",
1669
- "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081",
2031
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d5de97d6af175a9e8131c546db054ca32842dd0f",
2032
+ "reference": "d5de97d6af175a9e8131c546db054ca32842dd0f",
1670
2033
  "shasum": ""
1671
2034
  },
1672
2035
  "require": {
1673
- "php": "^5.5.9|>=7.0.8"
2036
+ "php": ">=7.2.5",
2037
+ "symfony/deprecation-contracts": "^2.1",
2038
+ "symfony/event-dispatcher-contracts": "^2",
2039
+ "symfony/polyfill-php80": "^1.15"
1674
2040
  },
1675
2041
  "conflict": {
1676
- "symfony/dependency-injection": "<3.3"
2042
+ "symfony/dependency-injection": "<4.4"
2043
+ },
2044
+ "provide": {
2045
+ "psr/event-dispatcher-implementation": "1.0",
2046
+ "symfony/event-dispatcher-implementation": "2.0"
1677
2047
  },
1678
2048
  "require-dev": {
1679
2049
  "psr/log": "~1.0",
1680
- "symfony/config": "~2.8|~3.0|~4.0",
1681
- "symfony/dependency-injection": "~3.3|~4.0",
1682
- "symfony/expression-language": "~2.8|~3.0|~4.0",
1683
- "symfony/stopwatch": "~2.8|~3.0|~4.0"
2050
+ "symfony/config": "^4.4|^5.0",
2051
+ "symfony/dependency-injection": "^4.4|^5.0",
2052
+ "symfony/error-handler": "^4.4|^5.0",
2053
+ "symfony/expression-language": "^4.4|^5.0",
2054
+ "symfony/http-foundation": "^4.4|^5.0",
2055
+ "symfony/service-contracts": "^1.1|^2",
2056
+ "symfony/stopwatch": "^4.4|^5.0"
1684
2057
  },
1685
2058
  "suggest": {
1686
2059
  "symfony/dependency-injection": "",
@@ -1689,7 +2062,7 @@
1689
2062
  "type": "library",
1690
2063
  "extra": {
1691
2064
  "branch-alias": {
1692
- "dev-master": "3.4-dev"
2065
+ "dev-master": "5.1-dev"
1693
2066
  }
1694
2067
  },
1695
2068
  "autoload": {
@@ -1730,29 +2103,107 @@
1730
2103
  "type": "tidelift"
1731
2104
  }
1732
2105
  ],
1733
- "time": "2020-05-05T15:06:23+00:00"
2106
+ "time": "2020-09-18T14:27:32+00:00"
2107
+ },
2108
+ {
2109
+ "name": "symfony/event-dispatcher-contracts",
2110
+ "version": "v2.2.0",
2111
+ "source": {
2112
+ "type": "git",
2113
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2114
+ "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
2115
+ },
2116
+ "dist": {
2117
+ "type": "zip",
2118
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
2119
+ "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
2120
+ "shasum": ""
2121
+ },
2122
+ "require": {
2123
+ "php": ">=7.2.5",
2124
+ "psr/event-dispatcher": "^1"
2125
+ },
2126
+ "suggest": {
2127
+ "symfony/event-dispatcher-implementation": ""
2128
+ },
2129
+ "type": "library",
2130
+ "extra": {
2131
+ "branch-alias": {
2132
+ "dev-master": "2.2-dev"
2133
+ },
2134
+ "thanks": {
2135
+ "name": "symfony/contracts",
2136
+ "url": "https://github.com/symfony/contracts"
2137
+ }
2138
+ },
2139
+ "autoload": {
2140
+ "psr-4": {
2141
+ "Symfony\\Contracts\\EventDispatcher\\": ""
2142
+ }
2143
+ },
2144
+ "notification-url": "https://packagist.org/downloads/",
2145
+ "license": [
2146
+ "MIT"
2147
+ ],
2148
+ "authors": [
2149
+ {
2150
+ "name": "Nicolas Grekas",
2151
+ "email": "p@tchwork.com"
2152
+ },
2153
+ {
2154
+ "name": "Symfony Community",
2155
+ "homepage": "https://symfony.com/contributors"
2156
+ }
2157
+ ],
2158
+ "description": "Generic abstractions related to dispatching event",
2159
+ "homepage": "https://symfony.com",
2160
+ "keywords": [
2161
+ "abstractions",
2162
+ "contracts",
2163
+ "decoupling",
2164
+ "interfaces",
2165
+ "interoperability",
2166
+ "standards"
2167
+ ],
2168
+ "funding": [
2169
+ {
2170
+ "url": "https://symfony.com/sponsor",
2171
+ "type": "custom"
2172
+ },
2173
+ {
2174
+ "url": "https://github.com/fabpot",
2175
+ "type": "github"
2176
+ },
2177
+ {
2178
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2179
+ "type": "tidelift"
2180
+ }
2181
+ ],
2182
+ "time": "2020-09-07T11:33:47+00:00"
1734
2183
  },
1735
2184
  {
1736
2185
  "name": "symfony/options-resolver",
1737
- "version": "v3.4.42",
2186
+ "version": "v5.1.7",
1738
2187
  "source": {
1739
2188
  "type": "git",
1740
2189
  "url": "https://github.com/symfony/options-resolver.git",
1741
- "reference": "3b9fe6db7fe3694307d182dd73983584af77d5fd"
2190
+ "reference": "4c7e155bf7d93ea4ba3824d5a14476694a5278dd"
1742
2191
  },
1743
2192
  "dist": {
1744
2193
  "type": "zip",
1745
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/3b9fe6db7fe3694307d182dd73983584af77d5fd",
1746
- "reference": "3b9fe6db7fe3694307d182dd73983584af77d5fd",
2194
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4c7e155bf7d93ea4ba3824d5a14476694a5278dd",
2195
+ "reference": "4c7e155bf7d93ea4ba3824d5a14476694a5278dd",
1747
2196
  "shasum": ""
1748
2197
  },
1749
2198
  "require": {
1750
- "php": "^5.5.9|>=7.0.8"
2199
+ "php": ">=7.2.5",
2200
+ "symfony/deprecation-contracts": "^2.1",
2201
+ "symfony/polyfill-php80": "^1.15"
1751
2202
  },
1752
2203
  "type": "library",
1753
2204
  "extra": {
1754
2205
  "branch-alias": {
1755
- "dev-master": "3.4-dev"
2206
+ "dev-master": "5.1-dev"
1756
2207
  }
1757
2208
  },
1758
2209
  "autoload": {
@@ -1798,47 +2249,35 @@
1798
2249
  "type": "tidelift"
1799
2250
  }
1800
2251
  ],
1801
- "time": "2020-05-21T13:02:25+00:00"
2252
+ "time": "2020-09-27T03:44:28+00:00"
1802
2253
  },
1803
2254
  {
1804
2255
  "name": "symfony/polyfill-php70",
1805
- "version": "v1.18.0",
2256
+ "version": "v1.20.0",
1806
2257
  "source": {
1807
2258
  "type": "git",
1808
2259
  "url": "https://github.com/symfony/polyfill-php70.git",
1809
- "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
2260
+ "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
1810
2261
  },
1811
2262
  "dist": {
1812
2263
  "type": "zip",
1813
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
1814
- "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
2264
+ "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
2265
+ "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
1815
2266
  "shasum": ""
1816
2267
  },
1817
2268
  "require": {
1818
- "paragonie/random_compat": "~1.0|~2.0|~9.99",
1819
- "php": ">=5.3.3"
2269
+ "php": ">=7.1"
1820
2270
  },
1821
- "type": "library",
2271
+ "type": "metapackage",
1822
2272
  "extra": {
1823
2273
  "branch-alias": {
1824
- "dev-master": "1.18-dev"
2274
+ "dev-main": "1.20-dev"
1825
2275
  },
1826
2276
  "thanks": {
1827
2277
  "name": "symfony/polyfill",
1828
2278
  "url": "https://github.com/symfony/polyfill"
1829
2279
  }
1830
2280
  },
1831
- "autoload": {
1832
- "psr-4": {
1833
- "Symfony\\Polyfill\\Php70\\": ""
1834
- },
1835
- "files": [
1836
- "bootstrap.php"
1837
- ],
1838
- "classmap": [
1839
- "Resources/stubs"
1840
- ]
1841
- },
1842
2281
  "notification-url": "https://packagist.org/downloads/",
1843
2282
  "license": [
1844
2283
  "MIT"
@@ -1875,29 +2314,29 @@
1875
2314
  "type": "tidelift"
1876
2315
  }
1877
2316
  ],
1878
- "time": "2020-07-14T12:35:20+00:00"
2317
+ "time": "2020-10-23T14:02:19+00:00"
1879
2318
  },
1880
2319
  {
1881
2320
  "name": "symfony/polyfill-php72",
1882
- "version": "v1.18.0",
2321
+ "version": "v1.20.0",
1883
2322
  "source": {
1884
2323
  "type": "git",
1885
2324
  "url": "https://github.com/symfony/polyfill-php72.git",
1886
- "reference": "639447d008615574653fb3bc60d1986d7172eaae"
2325
+ "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
1887
2326
  },
1888
2327
  "dist": {
1889
2328
  "type": "zip",
1890
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
1891
- "reference": "639447d008615574653fb3bc60d1986d7172eaae",
2329
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
2330
+ "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
1892
2331
  "shasum": ""
1893
2332
  },
1894
2333
  "require": {
1895
- "php": ">=5.3.3"
2334
+ "php": ">=7.1"
1896
2335
  },
1897
2336
  "type": "library",
1898
2337
  "extra": {
1899
2338
  "branch-alias": {
1900
- "dev-master": "1.18-dev"
2339
+ "dev-main": "1.20-dev"
1901
2340
  },
1902
2341
  "thanks": {
1903
2342
  "name": "symfony/polyfill",
@@ -1948,29 +2387,30 @@
1948
2387
  "type": "tidelift"
1949
2388
  }
1950
2389
  ],
1951
- "time": "2020-07-14T12:35:20+00:00"
2390
+ "time": "2020-10-23T14:02:19+00:00"
1952
2391
  },
1953
2392
  {
1954
2393
  "name": "symfony/stopwatch",
1955
- "version": "v3.4.42",
2394
+ "version": "v5.1.7",
1956
2395
  "source": {
1957
2396
  "type": "git",
1958
2397
  "url": "https://github.com/symfony/stopwatch.git",
1959
- "reference": "a7a98f40dcc382a332c3729a6d04b298ffbb8f1f"
2398
+ "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323"
1960
2399
  },
1961
2400
  "dist": {
1962
2401
  "type": "zip",
1963
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/a7a98f40dcc382a332c3729a6d04b298ffbb8f1f",
1964
- "reference": "a7a98f40dcc382a332c3729a6d04b298ffbb8f1f",
2402
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
2403
+ "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
1965
2404
  "shasum": ""
1966
2405
  },
1967
2406
  "require": {
1968
- "php": "^5.5.9|>=7.0.8"
2407
+ "php": ">=7.2.5",
2408
+ "symfony/service-contracts": "^1.0|^2"
1969
2409
  },
1970
2410
  "type": "library",
1971
2411
  "extra": {
1972
2412
  "branch-alias": {
1973
- "dev-master": "3.4-dev"
2413
+ "dev-master": "5.1-dev"
1974
2414
  }
1975
2415
  },
1976
2416
  "autoload": {
@@ -2011,7 +2451,7 @@
2011
2451
  "type": "tidelift"
2012
2452
  }
2013
2453
  ],
2014
- "time": "2020-03-15T09:38:08+00:00"
2454
+ "time": "2020-05-20T17:43:50+00:00"
2015
2455
  }
2016
2456
  ],
2017
2457
  "aliases": [],