dependabot-composer 0.149.3 → 0.149.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/v2/composer.lock +202 -135
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41cadd9c46436abf9e34a3a3e99b6c064c77eddc2d22034de45673a493eec0b8
4
- data.tar.gz: d50430b2dd11e91cbc834c32132d26177eac5338c62be7cd46d2a8807c9c74bc
3
+ metadata.gz: '090f4c12ec270bdd2aee99e890dd07b61a1270d34163091a265db32d8e4dc355'
4
+ data.tar.gz: feb60e8fe54d2dfdcd24dae8a53f85d8900933651e9a4825289bbd4f6bb184b4
5
5
  SHA512:
6
- metadata.gz: 36ff8778e8b67bb03e7f412bb0829db2b31c91bf7c8e76816e4169ca9065d27ad6d7353d80c509e34d9256a3958a2306c4adc8ab0d20b6eab0bd972b03f2df7f
7
- data.tar.gz: 191eb8d638844c71fafb108c0fad50192f3f0762c25df3451ac54a5198fdb319b4de6377dc12af703d37cf02c87e40a604fa6313d25498ad652e27f5c8b3b2a6
6
+ metadata.gz: f2559fe35d736456fd08fe0cc9c617bed7cb6a79bc48abd267c439522c272b4d7e2305c19d3108e2d9b2e402da4bd8a10a745ea18fb160397261491c3c58424b
7
+ data.tar.gz: 4c4205fd61057d53bfdc7e335c94acdd4c2ede8c0849380d1158995be065cb0cbdaff49ac3f929aacc9ca5f8015ad4b8821f61735a357c93ea39febca70cd4c1
@@ -79,20 +79,21 @@
79
79
  },
80
80
  {
81
81
  "name": "composer/composer",
82
- "version": "2.0.12",
82
+ "version": "2.0.13",
83
83
  "source": {
84
84
  "type": "git",
85
85
  "url": "https://github.com/composer/composer.git",
86
- "reference": "6c12ce263da71641903e399c3ce8ecb08fd375fb"
86
+ "reference": "986e8b86b7b570632ad0a905c3726c33dd4c0efb"
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/986e8b86b7b570632ad0a905c3726c33dd4c0efb",
91
+ "reference": "986e8b86b7b570632ad0a905c3726c33dd4c0efb",
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
99
  "composer/xdebug-handler": "^1.1",
@@ -167,20 +168,85 @@
167
168
  "type": "tidelift"
168
169
  }
169
170
  ],
170
- "time": "2021-04-01T08:14:59+00:00"
171
+ "time": "2021-04-27T11:11:08+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",
@@ -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,7 +1707,7 @@
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": [
@@ -1980,70 +2111,6 @@
1980
2111
  ],
1981
2112
  "time": "2019-01-08T18:20:26+00:00"
1982
2113
  },
1983
- {
1984
- "name": "symfony/deprecation-contracts",
1985
- "version": "v2.4.0",
1986
- "source": {
1987
- "type": "git",
1988
- "url": "https://github.com/symfony/deprecation-contracts.git",
1989
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
1990
- },
1991
- "dist": {
1992
- "type": "zip",
1993
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1994
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1995
- "shasum": ""
1996
- },
1997
- "require": {
1998
- "php": ">=7.1"
1999
- },
2000
- "type": "library",
2001
- "extra": {
2002
- "branch-alias": {
2003
- "dev-main": "2.4-dev"
2004
- },
2005
- "thanks": {
2006
- "name": "symfony/contracts",
2007
- "url": "https://github.com/symfony/contracts"
2008
- }
2009
- },
2010
- "autoload": {
2011
- "files": [
2012
- "function.php"
2013
- ]
2014
- },
2015
- "notification-url": "https://packagist.org/downloads/",
2016
- "license": [
2017
- "MIT"
2018
- ],
2019
- "authors": [
2020
- {
2021
- "name": "Nicolas Grekas",
2022
- "email": "p@tchwork.com"
2023
- },
2024
- {
2025
- "name": "Symfony Community",
2026
- "homepage": "https://symfony.com/contributors"
2027
- }
2028
- ],
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
- }
2044
- ],
2045
- "time": "2021-03-23T23:28:01+00:00"
2046
- },
2047
2114
  {
2048
2115
  "name": "symfony/event-dispatcher",
2049
2116
  "version": "v5.2.4",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-composer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.149.3
4
+ version: 0.149.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-28 00:00:00.000000000 Z
11
+ date: 2021-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dependabot-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.149.3
19
+ version: 0.149.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.149.3
26
+ version: 0.149.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement