dependabot-composer 0.149.2 → 0.151.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9b529922948681c2de87fe8af8fd7df14d5a80fd118da1eb88279f8a54077ca
4
- data.tar.gz: 652824a917a65097f4467ecad3b795df323910953701775e74995d06a1305243
3
+ metadata.gz: ca2a502802aa5d36ca6dfe98b9a9a7e20c76387965b05b32b4691338e39221c3
4
+ data.tar.gz: e89b19b4660f1f4436281f745ace3fbbd74def8607917f36793750ddc0093a59
5
5
  SHA512:
6
- metadata.gz: 3829423ac95a919ba5e2588a64e652ca6527598de23d3147eb9d488ec026a7610f2712422d5b0108589e6013ec711630b6ff4a0c34b4c2c89a0e6c4d3023da42
7
- data.tar.gz: 21829d5158c0adcbf4c64da0254924972e4877defe7f77f5f8e69e2fad5b31651b0a0365b52413f26733248b9ae1d08b8a7807eec7993b62511616c88096d6c0
6
+ metadata.gz: 717ff3a636b00ea6a6a517e36e394079fa8b1508fce3ebf9733d6817917726d70305dc7b628383af78913732ccceb6653a45ca32d3c26a9c7b93b0a2b321c061
7
+ data.tar.gz: ead76690bda152cee9a647b78a5eebcaed0142aafa326e735fab52e1fe661aaaeff003473bf330e2329a5be22624db33496d2c1a83fd3b317509869af8c6fea2
@@ -2,19 +2,16 @@
2
2
  $finder = PhpCsFixer\Finder::create()
3
3
  ->in(__DIR__ . '/src')
4
4
  ->in(__DIR__ . '/bin');
5
- return PhpCsFixer\Config::create()
5
+ $config = new PhpCsFixer\Config();
6
+ return $config
6
7
  ->setRules([
7
8
  '@Symfony' => true,
8
- 'array_syntax' => ['syntax' => 'short'],
9
9
  'blank_line_after_opening_tag' => true,
10
10
  'concat_space' => ['spacing' => 'one'],
11
11
  'declare_strict_types' => true,
12
12
  'increment_style' => ['style' => 'post'],
13
- 'is_null' => ['use_yoda_style' => false],
14
- 'list_syntax' => ['syntax' => 'short'],
15
- 'method_argument_space' => ['ensure_fully_multiline' => true],
16
13
  'modernize_types_casting' => true,
17
- 'no_multiline_whitespace_before_semicolons' => true,
14
+ 'multiline_whitespace_before_semicolons' => true,
18
15
  'no_useless_else' => true,
19
16
  'no_useless_return' => true,
20
17
  'ordered_imports' => true,
@@ -5,7 +5,7 @@
5
5
  "composer/composer": "^2"
6
6
  },
7
7
  "require-dev": {
8
- "friendsofphp/php-cs-fixer": "^2.16",
8
+ "friendsofphp/php-cs-fixer": "^3.0",
9
9
  "phpstan/phpstan": "~0.12.3"
10
10
  },
11
11
  "autoload": {
@@ -4,7 +4,7 @@
4
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
5
  "This file is @generated automatically"
6
6
  ],
7
- "content-hash": "8f6e3979c3c871840f3633fd5fb0b94a",
7
+ "content-hash": "c53f9e88458c1c53280d540bb52d5e3d",
8
8
  "packages": [
9
9
  {
10
10
  "name": "composer/ca-bundle",
@@ -79,37 +79,38 @@
79
79
  },
80
80
  {
81
81
  "name": "composer/composer",
82
- "version": "2.0.12",
82
+ "version": "2.1.1",
83
83
  "source": {
84
84
  "type": "git",
85
85
  "url": "https://github.com/composer/composer.git",
86
- "reference": "6c12ce263da71641903e399c3ce8ecb08fd375fb"
86
+ "reference": "e338749d4e6cc97e1136c210ce0212d4a59e3a58"
87
87
  },
88
88
  "dist": {
89
89
  "type": "zip",
90
- "url": "https://api.github.com/repos/composer/composer/zipball/6c12ce263da71641903e399c3ce8ecb08fd375fb",
91
- "reference": "6c12ce263da71641903e399c3ce8ecb08fd375fb",
90
+ "url": "https://api.github.com/repos/composer/composer/zipball/e338749d4e6cc97e1136c210ce0212d4a59e3a58",
91
+ "reference": "e338749d4e6cc97e1136c210ce0212d4a59e3a58",
92
92
  "shasum": ""
93
93
  },
94
94
  "require": {
95
95
  "composer/ca-bundle": "^1.0",
96
+ "composer/metadata-minifier": "^1.0",
96
97
  "composer/semver": "^3.0",
97
98
  "composer/spdx-licenses": "^1.2",
98
- "composer/xdebug-handler": "^1.1",
99
+ "composer/xdebug-handler": "^2.0",
99
100
  "justinrainbow/json-schema": "^5.2.10",
100
101
  "php": "^5.3.2 || ^7.0 || ^8.0",
101
102
  "psr/log": "^1.0",
102
103
  "react/promise": "^1.2 || ^2.7",
103
104
  "seld/jsonlint": "^1.4",
104
105
  "seld/phar-utils": "^1.0",
105
- "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
106
- "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
107
- "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
108
- "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0"
106
+ "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
107
+ "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
108
+ "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
109
+ "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
109
110
  },
110
111
  "require-dev": {
111
112
  "phpspec/prophecy": "^1.10",
112
- "symfony/phpunit-bridge": "^4.2 || ^5.0"
113
+ "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
113
114
  },
114
115
  "suggest": {
115
116
  "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -122,7 +123,7 @@
122
123
  "type": "library",
123
124
  "extra": {
124
125
  "branch-alias": {
125
- "dev-master": "2.0-dev"
126
+ "dev-master": "2.1-dev"
126
127
  }
127
128
  },
128
129
  "autoload": {
@@ -167,20 +168,85 @@
167
168
  "type": "tidelift"
168
169
  }
169
170
  ],
170
- "time": "2021-04-01T08:14:59+00:00"
171
+ "time": "2021-06-04T06:46:46+00:00"
172
+ },
173
+ {
174
+ "name": "composer/metadata-minifier",
175
+ "version": "1.0.0",
176
+ "source": {
177
+ "type": "git",
178
+ "url": "https://github.com/composer/metadata-minifier.git",
179
+ "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
180
+ },
181
+ "dist": {
182
+ "type": "zip",
183
+ "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
184
+ "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
185
+ "shasum": ""
186
+ },
187
+ "require": {
188
+ "php": "^5.3.2 || ^7.0 || ^8.0"
189
+ },
190
+ "require-dev": {
191
+ "composer/composer": "^2",
192
+ "phpstan/phpstan": "^0.12.55",
193
+ "symfony/phpunit-bridge": "^4.2 || ^5"
194
+ },
195
+ "type": "library",
196
+ "extra": {
197
+ "branch-alias": {
198
+ "dev-main": "1.x-dev"
199
+ }
200
+ },
201
+ "autoload": {
202
+ "psr-4": {
203
+ "Composer\\MetadataMinifier\\": "src"
204
+ }
205
+ },
206
+ "notification-url": "https://packagist.org/downloads/",
207
+ "license": [
208
+ "MIT"
209
+ ],
210
+ "authors": [
211
+ {
212
+ "name": "Jordi Boggiano",
213
+ "email": "j.boggiano@seld.be",
214
+ "homepage": "http://seld.be"
215
+ }
216
+ ],
217
+ "description": "Small utility library that handles metadata minification and expansion.",
218
+ "keywords": [
219
+ "composer",
220
+ "compression"
221
+ ],
222
+ "funding": [
223
+ {
224
+ "url": "https://packagist.com",
225
+ "type": "custom"
226
+ },
227
+ {
228
+ "url": "https://github.com/composer",
229
+ "type": "github"
230
+ },
231
+ {
232
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
233
+ "type": "tidelift"
234
+ }
235
+ ],
236
+ "time": "2021-04-07T13:37:33+00:00"
171
237
  },
172
238
  {
173
239
  "name": "composer/semver",
174
- "version": "3.2.4",
240
+ "version": "3.2.5",
175
241
  "source": {
176
242
  "type": "git",
177
243
  "url": "https://github.com/composer/semver.git",
178
- "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
244
+ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
179
245
  },
180
246
  "dist": {
181
247
  "type": "zip",
182
- "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
183
- "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
248
+ "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
249
+ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
184
250
  "shasum": ""
185
251
  },
186
252
  "require": {
@@ -243,7 +309,7 @@
243
309
  "type": "tidelift"
244
310
  }
245
311
  ],
246
- "time": "2020-11-13T08:59:24+00:00"
312
+ "time": "2021-05-24T12:41:47+00:00"
247
313
  },
248
314
  {
249
315
  "name": "composer/spdx-licenses",
@@ -321,16 +387,16 @@
321
387
  },
322
388
  {
323
389
  "name": "composer/xdebug-handler",
324
- "version": "1.4.6",
390
+ "version": "2.0.1",
325
391
  "source": {
326
392
  "type": "git",
327
393
  "url": "https://github.com/composer/xdebug-handler.git",
328
- "reference": "f27e06cd9675801df441b3656569b328e04aa37c"
394
+ "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496"
329
395
  },
330
396
  "dist": {
331
397
  "type": "zip",
332
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
333
- "reference": "f27e06cd9675801df441b3656569b328e04aa37c",
398
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
399
+ "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
334
400
  "shasum": ""
335
401
  },
336
402
  "require": {
@@ -376,7 +442,7 @@
376
442
  "type": "tidelift"
377
443
  }
378
444
  ],
379
- "time": "2021-03-25T17:01:18+00:00"
445
+ "time": "2021-05-05T19:37:51+00:00"
380
446
  },
381
447
  {
382
448
  "name": "justinrainbow/json-schema",
@@ -686,20 +752,21 @@
686
752
  },
687
753
  {
688
754
  "name": "symfony/console",
689
- "version": "v5.2.7",
755
+ "version": "v5.3.0",
690
756
  "source": {
691
757
  "type": "git",
692
758
  "url": "https://github.com/symfony/console.git",
693
- "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629"
759
+ "reference": "058553870f7809087fa80fa734704a21b9bcaeb2"
694
760
  },
695
761
  "dist": {
696
762
  "type": "zip",
697
- "url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629",
698
- "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629",
763
+ "url": "https://api.github.com/repos/symfony/console/zipball/058553870f7809087fa80fa734704a21b9bcaeb2",
764
+ "reference": "058553870f7809087fa80fa734704a21b9bcaeb2",
699
765
  "shasum": ""
700
766
  },
701
767
  "require": {
702
768
  "php": ">=7.2.5",
769
+ "symfony/deprecation-contracts": "^2.1",
703
770
  "symfony/polyfill-mbstring": "~1.0",
704
771
  "symfony/polyfill-php73": "^1.8",
705
772
  "symfony/polyfill-php80": "^1.15",
@@ -776,20 +843,84 @@
776
843
  "type": "tidelift"
777
844
  }
778
845
  ],
779
- "time": "2021-04-19T14:07:32+00:00"
846
+ "time": "2021-05-26T17:43:10+00:00"
847
+ },
848
+ {
849
+ "name": "symfony/deprecation-contracts",
850
+ "version": "v2.4.0",
851
+ "source": {
852
+ "type": "git",
853
+ "url": "https://github.com/symfony/deprecation-contracts.git",
854
+ "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
855
+ },
856
+ "dist": {
857
+ "type": "zip",
858
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
859
+ "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
860
+ "shasum": ""
861
+ },
862
+ "require": {
863
+ "php": ">=7.1"
864
+ },
865
+ "type": "library",
866
+ "extra": {
867
+ "branch-alias": {
868
+ "dev-main": "2.4-dev"
869
+ },
870
+ "thanks": {
871
+ "name": "symfony/contracts",
872
+ "url": "https://github.com/symfony/contracts"
873
+ }
874
+ },
875
+ "autoload": {
876
+ "files": [
877
+ "function.php"
878
+ ]
879
+ },
880
+ "notification-url": "https://packagist.org/downloads/",
881
+ "license": [
882
+ "MIT"
883
+ ],
884
+ "authors": [
885
+ {
886
+ "name": "Nicolas Grekas",
887
+ "email": "p@tchwork.com"
888
+ },
889
+ {
890
+ "name": "Symfony Community",
891
+ "homepage": "https://symfony.com/contributors"
892
+ }
893
+ ],
894
+ "description": "A generic function and convention to trigger deprecation notices",
895
+ "homepage": "https://symfony.com",
896
+ "funding": [
897
+ {
898
+ "url": "https://symfony.com/sponsor",
899
+ "type": "custom"
900
+ },
901
+ {
902
+ "url": "https://github.com/fabpot",
903
+ "type": "github"
904
+ },
905
+ {
906
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
907
+ "type": "tidelift"
908
+ }
909
+ ],
910
+ "time": "2021-03-23T23:28:01+00:00"
780
911
  },
781
912
  {
782
913
  "name": "symfony/filesystem",
783
- "version": "v5.2.7",
914
+ "version": "v5.3.0",
784
915
  "source": {
785
916
  "type": "git",
786
917
  "url": "https://github.com/symfony/filesystem.git",
787
- "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0"
918
+ "reference": "348116319d7fb7d1faa781d26a48922428013eb2"
788
919
  },
789
920
  "dist": {
790
921
  "type": "zip",
791
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0",
792
- "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0",
922
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2",
923
+ "reference": "348116319d7fb7d1faa781d26a48922428013eb2",
793
924
  "shasum": ""
794
925
  },
795
926
  "require": {
@@ -835,20 +966,20 @@
835
966
  "type": "tidelift"
836
967
  }
837
968
  ],
838
- "time": "2021-04-01T10:42:13+00:00"
969
+ "time": "2021-05-26T17:43:10+00:00"
839
970
  },
840
971
  {
841
972
  "name": "symfony/finder",
842
- "version": "v5.2.4",
973
+ "version": "v5.3.0",
843
974
  "source": {
844
975
  "type": "git",
845
976
  "url": "https://github.com/symfony/finder.git",
846
- "reference": "0d639a0943822626290d169965804f79400e6a04"
977
+ "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6"
847
978
  },
848
979
  "dist": {
849
980
  "type": "zip",
850
- "url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04",
851
- "reference": "0d639a0943822626290d169965804f79400e6a04",
981
+ "url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
982
+ "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
852
983
  "shasum": ""
853
984
  },
854
985
  "require": {
@@ -893,20 +1024,20 @@
893
1024
  "type": "tidelift"
894
1025
  }
895
1026
  ],
896
- "time": "2021-02-15T18:55:04+00:00"
1027
+ "time": "2021-05-26T12:52:38+00:00"
897
1028
  },
898
1029
  {
899
1030
  "name": "symfony/polyfill-ctype",
900
- "version": "v1.22.1",
1031
+ "version": "v1.23.0",
901
1032
  "source": {
902
1033
  "type": "git",
903
1034
  "url": "https://github.com/symfony/polyfill-ctype.git",
904
- "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
1035
+ "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
905
1036
  },
906
1037
  "dist": {
907
1038
  "type": "zip",
908
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
909
- "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
1039
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
1040
+ "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
910
1041
  "shasum": ""
911
1042
  },
912
1043
  "require": {
@@ -918,7 +1049,7 @@
918
1049
  "type": "library",
919
1050
  "extra": {
920
1051
  "branch-alias": {
921
- "dev-main": "1.22-dev"
1052
+ "dev-main": "1.23-dev"
922
1053
  },
923
1054
  "thanks": {
924
1055
  "name": "symfony/polyfill",
@@ -969,20 +1100,20 @@
969
1100
  "type": "tidelift"
970
1101
  }
971
1102
  ],
972
- "time": "2021-01-07T16:49:33+00:00"
1103
+ "time": "2021-02-19T12:13:01+00:00"
973
1104
  },
974
1105
  {
975
1106
  "name": "symfony/polyfill-intl-grapheme",
976
- "version": "v1.22.1",
1107
+ "version": "v1.23.0",
977
1108
  "source": {
978
1109
  "type": "git",
979
1110
  "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
980
- "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
1111
+ "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab"
981
1112
  },
982
1113
  "dist": {
983
1114
  "type": "zip",
984
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
985
- "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
1115
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/24b72c6baa32c746a4d0840147c9715e42bb68ab",
1116
+ "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab",
986
1117
  "shasum": ""
987
1118
  },
988
1119
  "require": {
@@ -994,7 +1125,7 @@
994
1125
  "type": "library",
995
1126
  "extra": {
996
1127
  "branch-alias": {
997
- "dev-main": "1.22-dev"
1128
+ "dev-main": "1.23-dev"
998
1129
  },
999
1130
  "thanks": {
1000
1131
  "name": "symfony/polyfill",
@@ -1047,20 +1178,20 @@
1047
1178
  "type": "tidelift"
1048
1179
  }
1049
1180
  ],
1050
- "time": "2021-01-22T09:19:47+00:00"
1181
+ "time": "2021-05-27T09:17:38+00:00"
1051
1182
  },
1052
1183
  {
1053
1184
  "name": "symfony/polyfill-intl-normalizer",
1054
- "version": "v1.22.1",
1185
+ "version": "v1.23.0",
1055
1186
  "source": {
1056
1187
  "type": "git",
1057
1188
  "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1058
- "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
1189
+ "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
1059
1190
  },
1060
1191
  "dist": {
1061
1192
  "type": "zip",
1062
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
1063
- "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
1193
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
1194
+ "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
1064
1195
  "shasum": ""
1065
1196
  },
1066
1197
  "require": {
@@ -1072,7 +1203,7 @@
1072
1203
  "type": "library",
1073
1204
  "extra": {
1074
1205
  "branch-alias": {
1075
- "dev-main": "1.22-dev"
1206
+ "dev-main": "1.23-dev"
1076
1207
  },
1077
1208
  "thanks": {
1078
1209
  "name": "symfony/polyfill",
@@ -1128,20 +1259,20 @@
1128
1259
  "type": "tidelift"
1129
1260
  }
1130
1261
  ],
1131
- "time": "2021-01-22T09:19:47+00:00"
1262
+ "time": "2021-02-19T12:13:01+00:00"
1132
1263
  },
1133
1264
  {
1134
1265
  "name": "symfony/polyfill-mbstring",
1135
- "version": "v1.22.1",
1266
+ "version": "v1.23.0",
1136
1267
  "source": {
1137
1268
  "type": "git",
1138
1269
  "url": "https://github.com/symfony/polyfill-mbstring.git",
1139
- "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
1270
+ "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
1140
1271
  },
1141
1272
  "dist": {
1142
1273
  "type": "zip",
1143
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
1144
- "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
1274
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
1275
+ "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
1145
1276
  "shasum": ""
1146
1277
  },
1147
1278
  "require": {
@@ -1153,7 +1284,7 @@
1153
1284
  "type": "library",
1154
1285
  "extra": {
1155
1286
  "branch-alias": {
1156
- "dev-main": "1.22-dev"
1287
+ "dev-main": "1.23-dev"
1157
1288
  },
1158
1289
  "thanks": {
1159
1290
  "name": "symfony/polyfill",
@@ -1205,20 +1336,20 @@
1205
1336
  "type": "tidelift"
1206
1337
  }
1207
1338
  ],
1208
- "time": "2021-01-22T09:19:47+00:00"
1339
+ "time": "2021-05-27T09:27:20+00:00"
1209
1340
  },
1210
1341
  {
1211
1342
  "name": "symfony/polyfill-php73",
1212
- "version": "v1.22.1",
1343
+ "version": "v1.23.0",
1213
1344
  "source": {
1214
1345
  "type": "git",
1215
1346
  "url": "https://github.com/symfony/polyfill-php73.git",
1216
- "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
1347
+ "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
1217
1348
  },
1218
1349
  "dist": {
1219
1350
  "type": "zip",
1220
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
1221
- "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
1351
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
1352
+ "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
1222
1353
  "shasum": ""
1223
1354
  },
1224
1355
  "require": {
@@ -1227,7 +1358,7 @@
1227
1358
  "type": "library",
1228
1359
  "extra": {
1229
1360
  "branch-alias": {
1230
- "dev-main": "1.22-dev"
1361
+ "dev-main": "1.23-dev"
1231
1362
  },
1232
1363
  "thanks": {
1233
1364
  "name": "symfony/polyfill",
@@ -1281,20 +1412,20 @@
1281
1412
  "type": "tidelift"
1282
1413
  }
1283
1414
  ],
1284
- "time": "2021-01-07T16:49:33+00:00"
1415
+ "time": "2021-02-19T12:13:01+00:00"
1285
1416
  },
1286
1417
  {
1287
1418
  "name": "symfony/polyfill-php80",
1288
- "version": "v1.22.1",
1419
+ "version": "v1.23.0",
1289
1420
  "source": {
1290
1421
  "type": "git",
1291
1422
  "url": "https://github.com/symfony/polyfill-php80.git",
1292
- "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
1423
+ "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
1293
1424
  },
1294
1425
  "dist": {
1295
1426
  "type": "zip",
1296
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
1297
- "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
1427
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
1428
+ "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
1298
1429
  "shasum": ""
1299
1430
  },
1300
1431
  "require": {
@@ -1303,7 +1434,7 @@
1303
1434
  "type": "library",
1304
1435
  "extra": {
1305
1436
  "branch-alias": {
1306
- "dev-main": "1.22-dev"
1437
+ "dev-main": "1.23-dev"
1307
1438
  },
1308
1439
  "thanks": {
1309
1440
  "name": "symfony/polyfill",
@@ -1361,20 +1492,20 @@
1361
1492
  "type": "tidelift"
1362
1493
  }
1363
1494
  ],
1364
- "time": "2021-01-07T16:49:33+00:00"
1495
+ "time": "2021-02-19T12:13:01+00:00"
1365
1496
  },
1366
1497
  {
1367
1498
  "name": "symfony/process",
1368
- "version": "v5.2.7",
1499
+ "version": "v5.3.0",
1369
1500
  "source": {
1370
1501
  "type": "git",
1371
1502
  "url": "https://github.com/symfony/process.git",
1372
- "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e"
1503
+ "reference": "53e36cb1c160505cdaf1ef201501669c4c317191"
1373
1504
  },
1374
1505
  "dist": {
1375
1506
  "type": "zip",
1376
- "url": "https://api.github.com/repos/symfony/process/zipball/98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
1377
- "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
1507
+ "url": "https://api.github.com/repos/symfony/process/zipball/53e36cb1c160505cdaf1ef201501669c4c317191",
1508
+ "reference": "53e36cb1c160505cdaf1ef201501669c4c317191",
1378
1509
  "shasum": ""
1379
1510
  },
1380
1511
  "require": {
@@ -1420,7 +1551,7 @@
1420
1551
  "type": "tidelift"
1421
1552
  }
1422
1553
  ],
1423
- "time": "2021-04-08T10:27:02+00:00"
1554
+ "time": "2021-05-26T12:52:38+00:00"
1424
1555
  },
1425
1556
  {
1426
1557
  "name": "symfony/service-contracts",
@@ -1500,16 +1631,16 @@
1500
1631
  },
1501
1632
  {
1502
1633
  "name": "symfony/string",
1503
- "version": "v5.2.6",
1634
+ "version": "v5.3.0",
1504
1635
  "source": {
1505
1636
  "type": "git",
1506
1637
  "url": "https://github.com/symfony/string.git",
1507
- "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572"
1638
+ "reference": "a9a0f8b6aafc5d2d1c116dcccd1573a95153515b"
1508
1639
  },
1509
1640
  "dist": {
1510
1641
  "type": "zip",
1511
- "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
1512
- "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
1642
+ "url": "https://api.github.com/repos/symfony/string/zipball/a9a0f8b6aafc5d2d1c116dcccd1573a95153515b",
1643
+ "reference": "a9a0f8b6aafc5d2d1c116dcccd1573a95153515b",
1513
1644
  "shasum": ""
1514
1645
  },
1515
1646
  "require": {
@@ -1576,34 +1707,36 @@
1576
1707
  "type": "tidelift"
1577
1708
  }
1578
1709
  ],
1579
- "time": "2021-03-17T17:12:15+00:00"
1710
+ "time": "2021-05-26T17:43:10+00:00"
1580
1711
  }
1581
1712
  ],
1582
1713
  "packages-dev": [
1583
1714
  {
1584
1715
  "name": "doctrine/annotations",
1585
- "version": "1.12.1",
1716
+ "version": "1.13.1",
1586
1717
  "source": {
1587
1718
  "type": "git",
1588
1719
  "url": "https://github.com/doctrine/annotations.git",
1589
- "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
1720
+ "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f"
1590
1721
  },
1591
1722
  "dist": {
1592
1723
  "type": "zip",
1593
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
1594
- "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
1724
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
1725
+ "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
1595
1726
  "shasum": ""
1596
1727
  },
1597
1728
  "require": {
1598
1729
  "doctrine/lexer": "1.*",
1599
1730
  "ext-tokenizer": "*",
1600
- "php": "^7.1 || ^8.0"
1731
+ "php": "^7.1 || ^8.0",
1732
+ "psr/cache": "^1 || ^2 || ^3"
1601
1733
  },
1602
1734
  "require-dev": {
1603
- "doctrine/cache": "1.*",
1735
+ "doctrine/cache": "^1.11 || ^2.0",
1604
1736
  "doctrine/coding-standard": "^6.0 || ^8.1",
1605
1737
  "phpstan/phpstan": "^0.12.20",
1606
- "phpunit/phpunit": "^7.5 || ^9.1.5"
1738
+ "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
1739
+ "symfony/cache": "^4.4 || ^5.2"
1607
1740
  },
1608
1741
  "type": "library",
1609
1742
  "autoload": {
@@ -1644,7 +1777,7 @@
1644
1777
  "docblock",
1645
1778
  "parser"
1646
1779
  ],
1647
- "time": "2021-02-21T21:00:45+00:00"
1780
+ "time": "2021-05-16T18:07:53+00:00"
1648
1781
  },
1649
1782
  {
1650
1783
  "name": "doctrine/lexer",
@@ -1724,85 +1857,64 @@
1724
1857
  },
1725
1858
  {
1726
1859
  "name": "friendsofphp/php-cs-fixer",
1727
- "version": "v2.19.0",
1860
+ "version": "v3.0.0",
1728
1861
  "source": {
1729
1862
  "type": "git",
1730
1863
  "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1731
- "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b"
1864
+ "reference": "c15377bdfa8d1ecf186f1deadec39c89984e1167"
1732
1865
  },
1733
1866
  "dist": {
1734
1867
  "type": "zip",
1735
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5b8a9d852b292c2f8a035200fa6844b1f82300b",
1736
- "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b",
1868
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c15377bdfa8d1ecf186f1deadec39c89984e1167",
1869
+ "reference": "c15377bdfa8d1ecf186f1deadec39c89984e1167",
1737
1870
  "shasum": ""
1738
1871
  },
1739
1872
  "require": {
1740
- "composer/semver": "^1.4 || ^2.0 || ^3.0",
1741
- "composer/xdebug-handler": "^1.2 || ^2.0",
1742
- "doctrine/annotations": "^1.2",
1873
+ "composer/semver": "^3.2",
1874
+ "composer/xdebug-handler": "^2.0",
1875
+ "doctrine/annotations": "^1.12",
1743
1876
  "ext-json": "*",
1744
1877
  "ext-tokenizer": "*",
1745
- "php": "^5.6 || ^7.0 || ^8.0",
1746
- "php-cs-fixer/diff": "^1.3",
1747
- "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
1748
- "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
1749
- "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
1750
- "symfony/finder": "^3.0 || ^4.0 || ^5.0",
1751
- "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
1752
- "symfony/polyfill-php70": "^1.0",
1753
- "symfony/polyfill-php72": "^1.4",
1754
- "symfony/process": "^3.0 || ^4.0 || ^5.0",
1755
- "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
1878
+ "php": "^7.1.3 || ^8.0",
1879
+ "php-cs-fixer/diff": "^2.0",
1880
+ "symfony/console": "^4.4.20 || ^5.1.3",
1881
+ "symfony/event-dispatcher": "^4.4.20 || ^5.0",
1882
+ "symfony/filesystem": "^4.4.20 || ^5.0",
1883
+ "symfony/finder": "^4.4.20 || ^5.0",
1884
+ "symfony/options-resolver": "^4.4.20 || ^5.0",
1885
+ "symfony/polyfill-php72": "^1.22",
1886
+ "symfony/process": "^4.4.20 || ^5.0",
1887
+ "symfony/stopwatch": "^4.4.20 || ^5.0"
1756
1888
  },
1757
1889
  "require-dev": {
1758
- "justinrainbow/json-schema": "^5.0",
1890
+ "justinrainbow/json-schema": "^5.2",
1759
1891
  "keradus/cli-executor": "^1.4",
1760
- "mikey179/vfsstream": "^1.6",
1761
- "php-coveralls/php-coveralls": "^2.4.2",
1762
- "php-cs-fixer/accessible-object": "^1.0",
1892
+ "mikey179/vfsstream": "^1.6.8",
1893
+ "php-coveralls/php-coveralls": "^2.4.3",
1894
+ "php-cs-fixer/accessible-object": "^1.1",
1763
1895
  "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
1764
1896
  "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
1897
+ "phpspec/prophecy": "^1.10.3",
1765
1898
  "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
1766
- "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
1899
+ "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5",
1767
1900
  "phpunitgoodpractices/polyfill": "^1.5",
1768
1901
  "phpunitgoodpractices/traits": "^1.9.1",
1769
- "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
1770
- "symfony/phpunit-bridge": "^5.2.1",
1771
- "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
1902
+ "symfony/phpunit-bridge": "^5.2.4",
1903
+ "symfony/yaml": "^4.4.20 || ^5.0"
1772
1904
  },
1773
1905
  "suggest": {
1774
1906
  "ext-dom": "For handling output formats in XML",
1775
1907
  "ext-mbstring": "For handling non-UTF8 characters.",
1776
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
1777
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
1778
1908
  "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
1779
1909
  },
1780
1910
  "bin": [
1781
1911
  "php-cs-fixer"
1782
1912
  ],
1783
1913
  "type": "application",
1784
- "extra": {
1785
- "branch-alias": {
1786
- "dev-master": "2.19-dev"
1787
- }
1788
- },
1789
1914
  "autoload": {
1790
1915
  "psr-4": {
1791
1916
  "PhpCsFixer\\": "src/"
1792
- },
1793
- "classmap": [
1794
- "tests/Test/AbstractFixerTestCase.php",
1795
- "tests/Test/AbstractIntegrationCaseFactory.php",
1796
- "tests/Test/AbstractIntegrationTestCase.php",
1797
- "tests/Test/Assert/AssertTokensTrait.php",
1798
- "tests/Test/IntegrationCase.php",
1799
- "tests/Test/IntegrationCaseFactory.php",
1800
- "tests/Test/IntegrationCaseFactoryInterface.php",
1801
- "tests/Test/InternalIntegrationCaseFactory.php",
1802
- "tests/Test/IsIdenticalConstraint.php",
1803
- "tests/Test/TokensWithObservedTransformers.php",
1804
- "tests/TestCase.php"
1805
- ]
1917
+ }
1806
1918
  },
1807
1919
  "notification-url": "https://packagist.org/downloads/",
1808
1920
  "license": [
@@ -1825,20 +1937,20 @@
1825
1937
  "type": "github"
1826
1938
  }
1827
1939
  ],
1828
- "time": "2021-05-03T21:43:24+00:00"
1940
+ "time": "2021-05-03T21:51:58+00:00"
1829
1941
  },
1830
1942
  {
1831
1943
  "name": "php-cs-fixer/diff",
1832
- "version": "v1.3.1",
1944
+ "version": "v2.0.2",
1833
1945
  "source": {
1834
1946
  "type": "git",
1835
1947
  "url": "https://github.com/PHP-CS-Fixer/diff.git",
1836
- "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
1948
+ "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
1837
1949
  },
1838
1950
  "dist": {
1839
1951
  "type": "zip",
1840
- "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
1841
- "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
1952
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
1953
+ "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
1842
1954
  "shasum": ""
1843
1955
  },
1844
1956
  "require": {
@@ -1866,17 +1978,14 @@
1866
1978
  {
1867
1979
  "name": "Kore Nordmann",
1868
1980
  "email": "mail@kore-nordmann.de"
1869
- },
1870
- {
1871
- "name": "SpacePossum"
1872
1981
  }
1873
1982
  ],
1874
- "description": "sebastian/diff v2 backport support for PHP5.6",
1983
+ "description": "sebastian/diff v3 backport support for PHP 5.6+",
1875
1984
  "homepage": "https://github.com/PHP-CS-Fixer",
1876
1985
  "keywords": [
1877
1986
  "diff"
1878
1987
  ],
1879
- "time": "2020-10-14T08:39:05+00:00"
1988
+ "time": "2020-10-14T08:32:19+00:00"
1880
1989
  },
1881
1990
  {
1882
1991
  "name": "phpstan/phpstan",
@@ -1935,21 +2044,21 @@
1935
2044
  "time": "2021-05-17T12:24:49+00:00"
1936
2045
  },
1937
2046
  {
1938
- "name": "psr/event-dispatcher",
1939
- "version": "1.0.0",
2047
+ "name": "psr/cache",
2048
+ "version": "1.0.1",
1940
2049
  "source": {
1941
2050
  "type": "git",
1942
- "url": "https://github.com/php-fig/event-dispatcher.git",
1943
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2051
+ "url": "https://github.com/php-fig/cache.git",
2052
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1944
2053
  },
1945
2054
  "dist": {
1946
2055
  "type": "zip",
1947
- "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1948
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2056
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2057
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1949
2058
  "shasum": ""
1950
2059
  },
1951
2060
  "require": {
1952
- "php": ">=7.2.0"
2061
+ "php": ">=5.3.0"
1953
2062
  },
1954
2063
  "type": "library",
1955
2064
  "extra": {
@@ -1959,7 +2068,7 @@
1959
2068
  },
1960
2069
  "autoload": {
1961
2070
  "psr-4": {
1962
- "Psr\\EventDispatcher\\": "src/"
2071
+ "Psr\\Cache\\": "src/"
1963
2072
  }
1964
2073
  },
1965
2074
  "notification-url": "https://packagist.org/downloads/",
@@ -1972,45 +2081,41 @@
1972
2081
  "homepage": "http://www.php-fig.org/"
1973
2082
  }
1974
2083
  ],
1975
- "description": "Standard interfaces for event handling.",
2084
+ "description": "Common interface for caching libraries",
1976
2085
  "keywords": [
1977
- "events",
2086
+ "cache",
1978
2087
  "psr",
1979
- "psr-14"
2088
+ "psr-6"
1980
2089
  ],
1981
- "time": "2019-01-08T18:20:26+00:00"
2090
+ "time": "2016-08-06T20:24:11+00:00"
1982
2091
  },
1983
2092
  {
1984
- "name": "symfony/deprecation-contracts",
1985
- "version": "v2.4.0",
2093
+ "name": "psr/event-dispatcher",
2094
+ "version": "1.0.0",
1986
2095
  "source": {
1987
2096
  "type": "git",
1988
- "url": "https://github.com/symfony/deprecation-contracts.git",
1989
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
2097
+ "url": "https://github.com/php-fig/event-dispatcher.git",
2098
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1990
2099
  },
1991
2100
  "dist": {
1992
2101
  "type": "zip",
1993
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1994
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
2102
+ "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2103
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1995
2104
  "shasum": ""
1996
2105
  },
1997
2106
  "require": {
1998
- "php": ">=7.1"
2107
+ "php": ">=7.2.0"
1999
2108
  },
2000
2109
  "type": "library",
2001
2110
  "extra": {
2002
2111
  "branch-alias": {
2003
- "dev-main": "2.4-dev"
2004
- },
2005
- "thanks": {
2006
- "name": "symfony/contracts",
2007
- "url": "https://github.com/symfony/contracts"
2112
+ "dev-master": "1.0.x-dev"
2008
2113
  }
2009
2114
  },
2010
2115
  "autoload": {
2011
- "files": [
2012
- "function.php"
2013
- ]
2116
+ "psr-4": {
2117
+ "Psr\\EventDispatcher\\": "src/"
2118
+ }
2014
2119
  },
2015
2120
  "notification-url": "https://packagist.org/downloads/",
2016
2121
  "license": [
@@ -2018,44 +2123,30 @@
2018
2123
  ],
2019
2124
  "authors": [
2020
2125
  {
2021
- "name": "Nicolas Grekas",
2022
- "email": "p@tchwork.com"
2023
- },
2024
- {
2025
- "name": "Symfony Community",
2026
- "homepage": "https://symfony.com/contributors"
2126
+ "name": "PHP-FIG",
2127
+ "homepage": "http://www.php-fig.org/"
2027
2128
  }
2028
2129
  ],
2029
- "description": "A generic function and convention to trigger deprecation notices",
2030
- "homepage": "https://symfony.com",
2031
- "funding": [
2032
- {
2033
- "url": "https://symfony.com/sponsor",
2034
- "type": "custom"
2035
- },
2036
- {
2037
- "url": "https://github.com/fabpot",
2038
- "type": "github"
2039
- },
2040
- {
2041
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2042
- "type": "tidelift"
2043
- }
2130
+ "description": "Standard interfaces for event handling.",
2131
+ "keywords": [
2132
+ "events",
2133
+ "psr",
2134
+ "psr-14"
2044
2135
  ],
2045
- "time": "2021-03-23T23:28:01+00:00"
2136
+ "time": "2019-01-08T18:20:26+00:00"
2046
2137
  },
2047
2138
  {
2048
2139
  "name": "symfony/event-dispatcher",
2049
- "version": "v5.2.4",
2140
+ "version": "v5.3.0",
2050
2141
  "source": {
2051
2142
  "type": "git",
2052
2143
  "url": "https://github.com/symfony/event-dispatcher.git",
2053
- "reference": "d08d6ec121a425897951900ab692b612a61d6240"
2144
+ "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce"
2054
2145
  },
2055
2146
  "dist": {
2056
2147
  "type": "zip",
2057
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240",
2058
- "reference": "d08d6ec121a425897951900ab692b612a61d6240",
2148
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67a5f354afa8e2f231081b3fa11a5912f933c3ce",
2149
+ "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce",
2059
2150
  "shasum": ""
2060
2151
  },
2061
2152
  "require": {
@@ -2124,7 +2215,7 @@
2124
2215
  "type": "tidelift"
2125
2216
  }
2126
2217
  ],
2127
- "time": "2021-02-18T17:12:37+00:00"
2218
+ "time": "2021-05-26T17:43:10+00:00"
2128
2219
  },
2129
2220
  {
2130
2221
  "name": "symfony/event-dispatcher-contracts",
@@ -2204,16 +2295,16 @@
2204
2295
  },
2205
2296
  {
2206
2297
  "name": "symfony/options-resolver",
2207
- "version": "v5.2.4",
2298
+ "version": "v5.3.0",
2208
2299
  "source": {
2209
2300
  "type": "git",
2210
2301
  "url": "https://github.com/symfony/options-resolver.git",
2211
- "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce"
2302
+ "reference": "162e886ca035869866d233a2bfef70cc28f9bbe5"
2212
2303
  },
2213
2304
  "dist": {
2214
2305
  "type": "zip",
2215
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
2216
- "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
2306
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/162e886ca035869866d233a2bfef70cc28f9bbe5",
2307
+ "reference": "162e886ca035869866d233a2bfef70cc28f9bbe5",
2217
2308
  "shasum": ""
2218
2309
  },
2219
2310
  "require": {
@@ -2266,85 +2357,20 @@
2266
2357
  "type": "tidelift"
2267
2358
  }
2268
2359
  ],
2269
- "time": "2021-01-27T12:56:27+00:00"
2270
- },
2271
- {
2272
- "name": "symfony/polyfill-php70",
2273
- "version": "v1.20.0",
2274
- "source": {
2275
- "type": "git",
2276
- "url": "https://github.com/symfony/polyfill-php70.git",
2277
- "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
2278
- },
2279
- "dist": {
2280
- "type": "zip",
2281
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
2282
- "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
2283
- "shasum": ""
2284
- },
2285
- "require": {
2286
- "php": ">=7.1"
2287
- },
2288
- "type": "metapackage",
2289
- "extra": {
2290
- "branch-alias": {
2291
- "dev-main": "1.20-dev"
2292
- },
2293
- "thanks": {
2294
- "name": "symfony/polyfill",
2295
- "url": "https://github.com/symfony/polyfill"
2296
- }
2297
- },
2298
- "notification-url": "https://packagist.org/downloads/",
2299
- "license": [
2300
- "MIT"
2301
- ],
2302
- "authors": [
2303
- {
2304
- "name": "Nicolas Grekas",
2305
- "email": "p@tchwork.com"
2306
- },
2307
- {
2308
- "name": "Symfony Community",
2309
- "homepage": "https://symfony.com/contributors"
2310
- }
2311
- ],
2312
- "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2313
- "homepage": "https://symfony.com",
2314
- "keywords": [
2315
- "compatibility",
2316
- "polyfill",
2317
- "portable",
2318
- "shim"
2319
- ],
2320
- "funding": [
2321
- {
2322
- "url": "https://symfony.com/sponsor",
2323
- "type": "custom"
2324
- },
2325
- {
2326
- "url": "https://github.com/fabpot",
2327
- "type": "github"
2328
- },
2329
- {
2330
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2331
- "type": "tidelift"
2332
- }
2333
- ],
2334
- "time": "2020-10-23T14:02:19+00:00"
2360
+ "time": "2021-05-26T17:43:10+00:00"
2335
2361
  },
2336
2362
  {
2337
2363
  "name": "symfony/polyfill-php72",
2338
- "version": "v1.22.1",
2364
+ "version": "v1.23.0",
2339
2365
  "source": {
2340
2366
  "type": "git",
2341
2367
  "url": "https://github.com/symfony/polyfill-php72.git",
2342
- "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2368
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2343
2369
  },
2344
2370
  "dist": {
2345
2371
  "type": "zip",
2346
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2347
- "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2372
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
2373
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2348
2374
  "shasum": ""
2349
2375
  },
2350
2376
  "require": {
@@ -2353,7 +2379,7 @@
2353
2379
  "type": "library",
2354
2380
  "extra": {
2355
2381
  "branch-alias": {
2356
- "dev-main": "1.22-dev"
2382
+ "dev-main": "1.23-dev"
2357
2383
  },
2358
2384
  "thanks": {
2359
2385
  "name": "symfony/polyfill",
@@ -2404,20 +2430,20 @@
2404
2430
  "type": "tidelift"
2405
2431
  }
2406
2432
  ],
2407
- "time": "2021-01-07T16:49:33+00:00"
2433
+ "time": "2021-05-27T09:17:38+00:00"
2408
2434
  },
2409
2435
  {
2410
2436
  "name": "symfony/stopwatch",
2411
- "version": "v5.2.7",
2437
+ "version": "v5.3.0",
2412
2438
  "source": {
2413
2439
  "type": "git",
2414
2440
  "url": "https://github.com/symfony/stopwatch.git",
2415
- "reference": "d99310c33e833def36419c284f60e8027d359678"
2441
+ "reference": "313d02f59d6543311865007e5ff4ace05b35ee65"
2416
2442
  },
2417
2443
  "dist": {
2418
2444
  "type": "zip",
2419
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678",
2420
- "reference": "d99310c33e833def36419c284f60e8027d359678",
2445
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/313d02f59d6543311865007e5ff4ace05b35ee65",
2446
+ "reference": "313d02f59d6543311865007e5ff4ace05b35ee65",
2421
2447
  "shasum": ""
2422
2448
  },
2423
2449
  "require": {
@@ -2463,7 +2489,7 @@
2463
2489
  "type": "tidelift"
2464
2490
  }
2465
2491
  ],
2466
- "time": "2021-03-29T15:28:41+00:00"
2492
+ "time": "2021-05-26T17:43:10+00:00"
2467
2493
  }
2468
2494
  ],
2469
2495
  "aliases": [],