create-v-kit-spa 1.0.10 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +4 -1
  2. package/dist/commands.d.ts +1 -1
  3. package/dist/commands.js +78 -67
  4. package/dist/count.d.ts +2 -2
  5. package/dist/count.d.ts.map +1 -1
  6. package/dist/count.js +45 -44
  7. package/dist/index.d.ts +2 -2
  8. package/dist/index.js +3 -3
  9. package/dist/messages.d.ts +2 -2
  10. package/dist/messages.d.ts.map +1 -1
  11. package/dist/messages.js +70 -69
  12. package/dist/progress.d.ts +1 -1
  13. package/dist/progress.d.ts.map +1 -1
  14. package/dist/progress.js +38 -37
  15. package/dist/prompts.d.ts +4 -3
  16. package/dist/prompts.d.ts.map +1 -1
  17. package/dist/prompts.js +80 -77
  18. package/dist/utils.d.ts +1 -1
  19. package/dist/utils.js +33 -33
  20. package/dist/version.d.ts +1 -1
  21. package/dist/version.js +20 -20
  22. package/lib/162/.env.example +1 -7
  23. package/lib/162/README.md +0 -19
  24. package/lib/162/app/Http/Controllers/MainController.php +12 -0
  25. package/lib/162/composer.json +3 -7
  26. package/lib/162/composer.lock +579 -1140
  27. package/lib/162/config/cache.php +4 -3
  28. package/lib/162/config/database.php +5 -2
  29. package/lib/162/config/filesystems.php +3 -2
  30. package/lib/162/config/logging.php +1 -1
  31. package/lib/162/config/mail.php +15 -2
  32. package/lib/162/config/queue.php +4 -4
  33. package/lib/162/config/services.php +4 -0
  34. package/lib/162/config/session.php +0 -1
  35. package/lib/162/package.json +1 -9
  36. package/lib/162/public/.htaccess +6 -8
  37. package/lib/162/resources/js/app.js +10 -10
  38. package/lib/162/resources/js/components/About.vue +4 -4
  39. package/lib/162/resources/js/components/Home.vue +11 -11
  40. package/lib/162/resources/js/components/pages/About.vue +5 -0
  41. package/lib/162/resources/js/components/pages/Error.vue +5 -0
  42. package/lib/162/resources/js/components/pages/Home.vue +21 -0
  43. package/lib/162/resources/js/components/templates/App.vue +86 -0
  44. package/lib/162/resources/js/failOver.js +8 -8
  45. package/lib/162/resources/js/mainStore.js +20 -0
  46. package/lib/162/resources/js/router.js +40 -24
  47. package/lib/162/resources/js/store.js +18 -18
  48. package/lib/162/resources/js/templates/App.vue +65 -65
  49. package/lib/162/resources/js/views/HomeView.vue +7 -7
  50. package/lib/162/resources/views/layouts/app.blade.php +13 -14
  51. package/lib/162/resources/views/welcome.blade.php +2 -2
  52. package/lib/162/routes/web.php +2 -3
  53. package/lib/162/vite.config.js +1 -1
  54. package/package.json +1 -1
  55. package/lib/162/package-lock.json +0 -1330
@@ -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": "e5fbbe6137dc77bcd5b6646b5dd75b52",
7
+ "content-hash": "7e8c3c14ff33b199b4a0838993eb8423",
8
8
  "packages": [
9
9
  {
10
10
  "name": "brick/math",
@@ -380,16 +380,16 @@
380
380
  },
381
381
  {
382
382
  "name": "dragonmantank/cron-expression",
383
- "version": "v3.4.0",
383
+ "version": "v3.3.3",
384
384
  "source": {
385
385
  "type": "git",
386
386
  "url": "https://github.com/dragonmantank/cron-expression.git",
387
- "reference": "8c784d071debd117328803d86b2097615b457500"
387
+ "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
388
388
  },
389
389
  "dist": {
390
390
  "type": "zip",
391
- "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
392
- "reference": "8c784d071debd117328803d86b2097615b457500",
391
+ "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
392
+ "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
393
393
  "shasum": ""
394
394
  },
395
395
  "require": {
@@ -402,14 +402,10 @@
402
402
  "require-dev": {
403
403
  "phpstan/extension-installer": "^1.0",
404
404
  "phpstan/phpstan": "^1.0",
405
+ "phpstan/phpstan-webmozart-assert": "^1.0",
405
406
  "phpunit/phpunit": "^7.0|^8.0|^9.0"
406
407
  },
407
408
  "type": "library",
408
- "extra": {
409
- "branch-alias": {
410
- "dev-master": "3.x-dev"
411
- }
412
- },
413
409
  "autoload": {
414
410
  "psr-4": {
415
411
  "Cron\\": "src/Cron/"
@@ -433,7 +429,7 @@
433
429
  ],
434
430
  "support": {
435
431
  "issues": "https://github.com/dragonmantank/cron-expression/issues",
436
- "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
432
+ "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
437
433
  },
438
434
  "funding": [
439
435
  {
@@ -441,7 +437,7 @@
441
437
  "type": "github"
442
438
  }
443
439
  ],
444
- "time": "2024-10-09T13:47:03+00:00"
440
+ "time": "2023-08-10T19:36:49+00:00"
445
441
  },
446
442
  {
447
443
  "name": "egulias/email-validator",
@@ -771,16 +767,16 @@
771
767
  },
772
768
  {
773
769
  "name": "guzzlehttp/promises",
774
- "version": "2.0.4",
770
+ "version": "2.0.3",
775
771
  "source": {
776
772
  "type": "git",
777
773
  "url": "https://github.com/guzzle/promises.git",
778
- "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
774
+ "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
779
775
  },
780
776
  "dist": {
781
777
  "type": "zip",
782
- "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
783
- "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
778
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
779
+ "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
784
780
  "shasum": ""
785
781
  },
786
782
  "require": {
@@ -834,7 +830,7 @@
834
830
  ],
835
831
  "support": {
836
832
  "issues": "https://github.com/guzzle/promises/issues",
837
- "source": "https://github.com/guzzle/promises/tree/2.0.4"
833
+ "source": "https://github.com/guzzle/promises/tree/2.0.3"
838
834
  },
839
835
  "funding": [
840
836
  {
@@ -850,7 +846,7 @@
850
846
  "type": "tidelift"
851
847
  }
852
848
  ],
853
- "time": "2024-10-17T10:06:22+00:00"
849
+ "time": "2024-07-18T10:29:17+00:00"
854
850
  },
855
851
  {
856
852
  "name": "guzzlehttp/psr7",
@@ -1056,23 +1052,23 @@
1056
1052
  },
1057
1053
  {
1058
1054
  "name": "laravel/framework",
1059
- "version": "v11.36.1",
1055
+ "version": "v11.26.0",
1060
1056
  "source": {
1061
1057
  "type": "git",
1062
1058
  "url": "https://github.com/laravel/framework.git",
1063
- "reference": "df06f5163f4550641fdf349ebc04916a61135a64"
1059
+ "reference": "b8cb8998701d5b3cfe68539d3c3da1fc59ddd82b"
1064
1060
  },
1065
1061
  "dist": {
1066
1062
  "type": "zip",
1067
- "url": "https://api.github.com/repos/laravel/framework/zipball/df06f5163f4550641fdf349ebc04916a61135a64",
1068
- "reference": "df06f5163f4550641fdf349ebc04916a61135a64",
1063
+ "url": "https://api.github.com/repos/laravel/framework/zipball/b8cb8998701d5b3cfe68539d3c3da1fc59ddd82b",
1064
+ "reference": "b8cb8998701d5b3cfe68539d3c3da1fc59ddd82b",
1069
1065
  "shasum": ""
1070
1066
  },
1071
1067
  "require": {
1072
1068
  "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
1073
1069
  "composer-runtime-api": "^2.2",
1074
1070
  "doctrine/inflector": "^2.0.5",
1075
- "dragonmantank/cron-expression": "^3.4",
1071
+ "dragonmantank/cron-expression": "^3.3.2",
1076
1072
  "egulias/email-validator": "^3.2.1|^4.0",
1077
1073
  "ext-ctype": "*",
1078
1074
  "ext-filter": "*",
@@ -1082,37 +1078,35 @@
1082
1078
  "ext-session": "*",
1083
1079
  "ext-tokenizer": "*",
1084
1080
  "fruitcake/php-cors": "^1.3",
1085
- "guzzlehttp/guzzle": "^7.8.2",
1081
+ "guzzlehttp/guzzle": "^7.8",
1086
1082
  "guzzlehttp/uri-template": "^1.0",
1087
1083
  "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
1088
- "laravel/serializable-closure": "^1.3|^2.0",
1089
- "league/commonmark": "^2.6",
1090
- "league/flysystem": "^3.25.1",
1091
- "league/flysystem-local": "^3.25.1",
1092
- "league/uri": "^7.5.1",
1084
+ "laravel/serializable-closure": "^1.3",
1085
+ "league/commonmark": "^2.2.1",
1086
+ "league/flysystem": "^3.8.0",
1093
1087
  "monolog/monolog": "^3.0",
1094
- "nesbot/carbon": "^2.72.2|^3.4",
1088
+ "nesbot/carbon": "^2.72.2|^3.0",
1095
1089
  "nunomaduro/termwind": "^2.0",
1096
1090
  "php": "^8.2",
1097
1091
  "psr/container": "^1.1.1|^2.0.1",
1098
1092
  "psr/log": "^1.0|^2.0|^3.0",
1099
1093
  "psr/simple-cache": "^1.0|^2.0|^3.0",
1100
1094
  "ramsey/uuid": "^4.7",
1101
- "symfony/console": "^7.0.3",
1102
- "symfony/error-handler": "^7.0.3",
1103
- "symfony/finder": "^7.0.3",
1104
- "symfony/http-foundation": "^7.2.0",
1105
- "symfony/http-kernel": "^7.0.3",
1106
- "symfony/mailer": "^7.0.3",
1107
- "symfony/mime": "^7.0.3",
1108
- "symfony/polyfill-php83": "^1.31",
1109
- "symfony/process": "^7.0.3",
1110
- "symfony/routing": "^7.0.3",
1111
- "symfony/uid": "^7.0.3",
1112
- "symfony/var-dumper": "^7.0.3",
1095
+ "symfony/console": "^7.0",
1096
+ "symfony/error-handler": "^7.0",
1097
+ "symfony/finder": "^7.0",
1098
+ "symfony/http-foundation": "^7.0",
1099
+ "symfony/http-kernel": "^7.0",
1100
+ "symfony/mailer": "^7.0",
1101
+ "symfony/mime": "^7.0",
1102
+ "symfony/polyfill-php83": "^1.28",
1103
+ "symfony/process": "^7.0",
1104
+ "symfony/routing": "^7.0",
1105
+ "symfony/uid": "^7.0",
1106
+ "symfony/var-dumper": "^7.0",
1113
1107
  "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1114
- "vlucas/phpdotenv": "^5.6.1",
1115
- "voku/portable-ascii": "^2.0.2"
1108
+ "vlucas/phpdotenv": "^5.4.1",
1109
+ "voku/portable-ascii": "^2.0"
1116
1110
  },
1117
1111
  "conflict": {
1118
1112
  "mockery/mockery": "1.6.8",
@@ -1162,32 +1156,29 @@
1162
1156
  },
1163
1157
  "require-dev": {
1164
1158
  "ably/ably-php": "^1.0",
1165
- "aws/aws-sdk-php": "^3.322.9",
1159
+ "aws/aws-sdk-php": "^3.235.5",
1166
1160
  "ext-gmp": "*",
1167
- "fakerphp/faker": "^1.24",
1168
- "guzzlehttp/promises": "^2.0.3",
1169
- "guzzlehttp/psr7": "^2.4",
1170
- "league/flysystem-aws-s3-v3": "^3.25.1",
1171
- "league/flysystem-ftp": "^3.25.1",
1172
- "league/flysystem-path-prefixing": "^3.25.1",
1173
- "league/flysystem-read-only": "^3.25.1",
1174
- "league/flysystem-sftp-v3": "^3.25.1",
1175
- "mockery/mockery": "^1.6.10",
1176
- "orchestra/testbench-core": "^9.6",
1177
- "pda/pheanstalk": "^5.0.6",
1178
- "php-http/discovery": "^1.15",
1161
+ "fakerphp/faker": "^1.23",
1162
+ "league/flysystem-aws-s3-v3": "^3.0",
1163
+ "league/flysystem-ftp": "^3.0",
1164
+ "league/flysystem-path-prefixing": "^3.3",
1165
+ "league/flysystem-read-only": "^3.3",
1166
+ "league/flysystem-sftp-v3": "^3.0",
1167
+ "mockery/mockery": "^1.6",
1168
+ "nyholm/psr7": "^1.2",
1169
+ "orchestra/testbench-core": "^9.5",
1170
+ "pda/pheanstalk": "^5.0",
1179
1171
  "phpstan/phpstan": "^1.11.5",
1180
- "phpunit/phpunit": "^10.5.35|^11.3.6",
1181
- "predis/predis": "^2.3",
1172
+ "phpunit/phpunit": "^10.5|^11.0",
1173
+ "predis/predis": "^2.0.2",
1182
1174
  "resend/resend-php": "^0.10.0",
1183
- "symfony/cache": "^7.0.3",
1184
- "symfony/http-client": "^7.0.3",
1185
- "symfony/psr-http-message-bridge": "^7.0.3",
1186
- "symfony/translation": "^7.0.3"
1175
+ "symfony/cache": "^7.0",
1176
+ "symfony/http-client": "^7.0",
1177
+ "symfony/psr-http-message-bridge": "^7.0"
1187
1178
  },
1188
1179
  "suggest": {
1189
1180
  "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1190
- "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
1181
+ "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
1191
1182
  "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
1192
1183
  "ext-apcu": "Required to use the APC cache driver.",
1193
1184
  "ext-fileinfo": "Required to use the Filesystem class.",
@@ -1201,16 +1192,16 @@
1201
1192
  "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1202
1193
  "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1203
1194
  "laravel/tinker": "Required to use the tinker console command (^2.0).",
1204
- "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
1205
- "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
1206
- "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
1207
- "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
1208
- "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
1195
+ "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
1196
+ "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
1197
+ "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
1198
+ "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
1199
+ "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
1209
1200
  "mockery/mockery": "Required to use mocking (^1.6).",
1201
+ "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
1210
1202
  "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
1211
- "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
1212
1203
  "phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).",
1213
- "predis/predis": "Required to use the predis connector (^2.3).",
1204
+ "predis/predis": "Required to use the predis connector (^2.0.2).",
1214
1205
  "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1215
1206
  "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1216
1207
  "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
@@ -1229,7 +1220,6 @@
1229
1220
  },
1230
1221
  "autoload": {
1231
1222
  "files": [
1232
- "src/Illuminate/Collections/functions.php",
1233
1223
  "src/Illuminate/Collections/helpers.php",
1234
1224
  "src/Illuminate/Events/functions.php",
1235
1225
  "src/Illuminate/Filesystem/functions.php",
@@ -1267,20 +1257,20 @@
1267
1257
  "issues": "https://github.com/laravel/framework/issues",
1268
1258
  "source": "https://github.com/laravel/framework"
1269
1259
  },
1270
- "time": "2024-12-17T22:32:08+00:00"
1260
+ "time": "2024-10-01T14:29:34+00:00"
1271
1261
  },
1272
1262
  {
1273
1263
  "name": "laravel/prompts",
1274
- "version": "v0.3.2",
1264
+ "version": "v0.3.0",
1275
1265
  "source": {
1276
1266
  "type": "git",
1277
1267
  "url": "https://github.com/laravel/prompts.git",
1278
- "reference": "0e0535747c6b8d6d10adca8b68293cf4517abb0f"
1268
+ "reference": "ea57a2261093986721d4a5f4f9524d76f21f9fa0"
1279
1269
  },
1280
1270
  "dist": {
1281
1271
  "type": "zip",
1282
- "url": "https://api.github.com/repos/laravel/prompts/zipball/0e0535747c6b8d6d10adca8b68293cf4517abb0f",
1283
- "reference": "0e0535747c6b8d6d10adca8b68293cf4517abb0f",
1272
+ "url": "https://api.github.com/repos/laravel/prompts/zipball/ea57a2261093986721d4a5f4f9524d76f21f9fa0",
1273
+ "reference": "ea57a2261093986721d4a5f4f9524d76f21f9fa0",
1284
1274
  "shasum": ""
1285
1275
  },
1286
1276
  "require": {
@@ -1296,7 +1286,7 @@
1296
1286
  "require-dev": {
1297
1287
  "illuminate/collections": "^10.0|^11.0",
1298
1288
  "mockery/mockery": "^1.5",
1299
- "pestphp/pest": "^2.3|^3.4",
1289
+ "pestphp/pest": "^2.3",
1300
1290
  "phpstan/phpstan": "^1.11",
1301
1291
  "phpstan/phpstan-mockery": "^1.1"
1302
1292
  },
@@ -1324,38 +1314,38 @@
1324
1314
  "description": "Add beautiful and user-friendly forms to your command-line applications.",
1325
1315
  "support": {
1326
1316
  "issues": "https://github.com/laravel/prompts/issues",
1327
- "source": "https://github.com/laravel/prompts/tree/v0.3.2"
1317
+ "source": "https://github.com/laravel/prompts/tree/v0.3.0"
1328
1318
  },
1329
- "time": "2024-11-12T14:59:47+00:00"
1319
+ "time": "2024-09-30T14:27:51+00:00"
1330
1320
  },
1331
1321
  {
1332
1322
  "name": "laravel/serializable-closure",
1333
- "version": "v2.0.1",
1323
+ "version": "v1.3.5",
1334
1324
  "source": {
1335
1325
  "type": "git",
1336
1326
  "url": "https://github.com/laravel/serializable-closure.git",
1337
- "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8"
1327
+ "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c"
1338
1328
  },
1339
1329
  "dist": {
1340
1330
  "type": "zip",
1341
- "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/613b2d4998f85564d40497e05e89cb6d9bd1cbe8",
1342
- "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8",
1331
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c",
1332
+ "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c",
1343
1333
  "shasum": ""
1344
1334
  },
1345
1335
  "require": {
1346
- "php": "^8.1"
1336
+ "php": "^7.3|^8.0"
1347
1337
  },
1348
1338
  "require-dev": {
1349
- "illuminate/support": "^10.0|^11.0",
1350
- "nesbot/carbon": "^2.67|^3.0",
1351
- "pestphp/pest": "^2.36",
1352
- "phpstan/phpstan": "^2.0",
1353
- "symfony/var-dumper": "^6.2.0|^7.0.0"
1339
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
1340
+ "nesbot/carbon": "^2.61|^3.0",
1341
+ "pestphp/pest": "^1.21.3",
1342
+ "phpstan/phpstan": "^1.8.2",
1343
+ "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
1354
1344
  },
1355
1345
  "type": "library",
1356
1346
  "extra": {
1357
1347
  "branch-alias": {
1358
- "dev-master": "2.x-dev"
1348
+ "dev-master": "1.x-dev"
1359
1349
  }
1360
1350
  },
1361
1351
  "autoload": {
@@ -1387,7 +1377,7 @@
1387
1377
  "issues": "https://github.com/laravel/serializable-closure/issues",
1388
1378
  "source": "https://github.com/laravel/serializable-closure"
1389
1379
  },
1390
- "time": "2024-12-16T15:26:28+00:00"
1380
+ "time": "2024-09-23T13:33:08+00:00"
1391
1381
  },
1392
1382
  {
1393
1383
  "name": "laravel/tinker",
@@ -1457,16 +1447,16 @@
1457
1447
  },
1458
1448
  {
1459
1449
  "name": "league/commonmark",
1460
- "version": "2.6.0",
1450
+ "version": "2.5.3",
1461
1451
  "source": {
1462
1452
  "type": "git",
1463
1453
  "url": "https://github.com/thephpleague/commonmark.git",
1464
- "reference": "d150f911e0079e90ae3c106734c93137c184f932"
1454
+ "reference": "b650144166dfa7703e62a22e493b853b58d874b0"
1465
1455
  },
1466
1456
  "dist": {
1467
1457
  "type": "zip",
1468
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d150f911e0079e90ae3c106734c93137c184f932",
1469
- "reference": "d150f911e0079e90ae3c106734c93137c184f932",
1458
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0",
1459
+ "reference": "b650144166dfa7703e62a22e493b853b58d874b0",
1470
1460
  "shasum": ""
1471
1461
  },
1472
1462
  "require": {
@@ -1491,9 +1481,8 @@
1491
1481
  "phpstan/phpstan": "^1.8.2",
1492
1482
  "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
1493
1483
  "scrutinizer/ocular": "^1.8.1",
1494
- "symfony/finder": "^5.3 | ^6.0 | ^7.0",
1495
- "symfony/process": "^5.4 | ^6.0 | ^7.0",
1496
- "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
1484
+ "symfony/finder": "^5.3 | ^6.0 || ^7.0",
1485
+ "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
1497
1486
  "unleashedtech/php-coding-standard": "^3.1.1",
1498
1487
  "vimeo/psalm": "^4.24.0 || ^5.0.0"
1499
1488
  },
@@ -1503,7 +1492,7 @@
1503
1492
  "type": "library",
1504
1493
  "extra": {
1505
1494
  "branch-alias": {
1506
- "dev-main": "2.7-dev"
1495
+ "dev-main": "2.6-dev"
1507
1496
  }
1508
1497
  },
1509
1498
  "autoload": {
@@ -1560,7 +1549,7 @@
1560
1549
  "type": "tidelift"
1561
1550
  }
1562
1551
  ],
1563
- "time": "2024-12-07T15:34:16+00:00"
1552
+ "time": "2024-08-16T11:46:16+00:00"
1564
1553
  },
1565
1554
  {
1566
1555
  "name": "league/config",
@@ -1646,16 +1635,16 @@
1646
1635
  },
1647
1636
  {
1648
1637
  "name": "league/flysystem",
1649
- "version": "3.29.1",
1638
+ "version": "3.29.0",
1650
1639
  "source": {
1651
1640
  "type": "git",
1652
1641
  "url": "https://github.com/thephpleague/flysystem.git",
1653
- "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319"
1642
+ "reference": "0adc0d9a51852e170e0028a60bd271726626d3f0"
1654
1643
  },
1655
1644
  "dist": {
1656
1645
  "type": "zip",
1657
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319",
1658
- "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319",
1646
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/0adc0d9a51852e170e0028a60bd271726626d3f0",
1647
+ "reference": "0adc0d9a51852e170e0028a60bd271726626d3f0",
1659
1648
  "shasum": ""
1660
1649
  },
1661
1650
  "require": {
@@ -1723,9 +1712,9 @@
1723
1712
  ],
1724
1713
  "support": {
1725
1714
  "issues": "https://github.com/thephpleague/flysystem/issues",
1726
- "source": "https://github.com/thephpleague/flysystem/tree/3.29.1"
1715
+ "source": "https://github.com/thephpleague/flysystem/tree/3.29.0"
1727
1716
  },
1728
- "time": "2024-10-08T08:58:34+00:00"
1717
+ "time": "2024-09-29T11:59:11+00:00"
1729
1718
  },
1730
1719
  {
1731
1720
  "name": "league/flysystem-local",
@@ -1832,192 +1821,18 @@
1832
1821
  ],
1833
1822
  "time": "2024-09-21T08:32:55+00:00"
1834
1823
  },
1835
- {
1836
- "name": "league/uri",
1837
- "version": "7.5.1",
1838
- "source": {
1839
- "type": "git",
1840
- "url": "https://github.com/thephpleague/uri.git",
1841
- "reference": "81fb5145d2644324614cc532b28efd0215bda430"
1842
- },
1843
- "dist": {
1844
- "type": "zip",
1845
- "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
1846
- "reference": "81fb5145d2644324614cc532b28efd0215bda430",
1847
- "shasum": ""
1848
- },
1849
- "require": {
1850
- "league/uri-interfaces": "^7.5",
1851
- "php": "^8.1"
1852
- },
1853
- "conflict": {
1854
- "league/uri-schemes": "^1.0"
1855
- },
1856
- "suggest": {
1857
- "ext-bcmath": "to improve IPV4 host parsing",
1858
- "ext-fileinfo": "to create Data URI from file contennts",
1859
- "ext-gmp": "to improve IPV4 host parsing",
1860
- "ext-intl": "to handle IDN host with the best performance",
1861
- "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
1862
- "league/uri-components": "Needed to easily manipulate URI objects components",
1863
- "php-64bit": "to improve IPV4 host parsing",
1864
- "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
1865
- },
1866
- "type": "library",
1867
- "extra": {
1868
- "branch-alias": {
1869
- "dev-master": "7.x-dev"
1870
- }
1871
- },
1872
- "autoload": {
1873
- "psr-4": {
1874
- "League\\Uri\\": ""
1875
- }
1876
- },
1877
- "notification-url": "https://packagist.org/downloads/",
1878
- "license": [
1879
- "MIT"
1880
- ],
1881
- "authors": [
1882
- {
1883
- "name": "Ignace Nyamagana Butera",
1884
- "email": "nyamsprod@gmail.com",
1885
- "homepage": "https://nyamsprod.com"
1886
- }
1887
- ],
1888
- "description": "URI manipulation library",
1889
- "homepage": "https://uri.thephpleague.com",
1890
- "keywords": [
1891
- "data-uri",
1892
- "file-uri",
1893
- "ftp",
1894
- "hostname",
1895
- "http",
1896
- "https",
1897
- "middleware",
1898
- "parse_str",
1899
- "parse_url",
1900
- "psr-7",
1901
- "query-string",
1902
- "querystring",
1903
- "rfc3986",
1904
- "rfc3987",
1905
- "rfc6570",
1906
- "uri",
1907
- "uri-template",
1908
- "url",
1909
- "ws"
1910
- ],
1911
- "support": {
1912
- "docs": "https://uri.thephpleague.com",
1913
- "forum": "https://thephpleague.slack.com",
1914
- "issues": "https://github.com/thephpleague/uri-src/issues",
1915
- "source": "https://github.com/thephpleague/uri/tree/7.5.1"
1916
- },
1917
- "funding": [
1918
- {
1919
- "url": "https://github.com/sponsors/nyamsprod",
1920
- "type": "github"
1921
- }
1922
- ],
1923
- "time": "2024-12-08T08:40:02+00:00"
1924
- },
1925
- {
1926
- "name": "league/uri-interfaces",
1927
- "version": "7.5.0",
1928
- "source": {
1929
- "type": "git",
1930
- "url": "https://github.com/thephpleague/uri-interfaces.git",
1931
- "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
1932
- },
1933
- "dist": {
1934
- "type": "zip",
1935
- "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
1936
- "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
1937
- "shasum": ""
1938
- },
1939
- "require": {
1940
- "ext-filter": "*",
1941
- "php": "^8.1",
1942
- "psr/http-factory": "^1",
1943
- "psr/http-message": "^1.1 || ^2.0"
1944
- },
1945
- "suggest": {
1946
- "ext-bcmath": "to improve IPV4 host parsing",
1947
- "ext-gmp": "to improve IPV4 host parsing",
1948
- "ext-intl": "to handle IDN host with the best performance",
1949
- "php-64bit": "to improve IPV4 host parsing",
1950
- "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
1951
- },
1952
- "type": "library",
1953
- "extra": {
1954
- "branch-alias": {
1955
- "dev-master": "7.x-dev"
1956
- }
1957
- },
1958
- "autoload": {
1959
- "psr-4": {
1960
- "League\\Uri\\": ""
1961
- }
1962
- },
1963
- "notification-url": "https://packagist.org/downloads/",
1964
- "license": [
1965
- "MIT"
1966
- ],
1967
- "authors": [
1968
- {
1969
- "name": "Ignace Nyamagana Butera",
1970
- "email": "nyamsprod@gmail.com",
1971
- "homepage": "https://nyamsprod.com"
1972
- }
1973
- ],
1974
- "description": "Common interfaces and classes for URI representation and interaction",
1975
- "homepage": "https://uri.thephpleague.com",
1976
- "keywords": [
1977
- "data-uri",
1978
- "file-uri",
1979
- "ftp",
1980
- "hostname",
1981
- "http",
1982
- "https",
1983
- "parse_str",
1984
- "parse_url",
1985
- "psr-7",
1986
- "query-string",
1987
- "querystring",
1988
- "rfc3986",
1989
- "rfc3987",
1990
- "rfc6570",
1991
- "uri",
1992
- "url",
1993
- "ws"
1994
- ],
1995
- "support": {
1996
- "docs": "https://uri.thephpleague.com",
1997
- "forum": "https://thephpleague.slack.com",
1998
- "issues": "https://github.com/thephpleague/uri-src/issues",
1999
- "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
2000
- },
2001
- "funding": [
2002
- {
2003
- "url": "https://github.com/sponsors/nyamsprod",
2004
- "type": "github"
2005
- }
2006
- ],
2007
- "time": "2024-12-08T08:18:47+00:00"
2008
- },
2009
1824
  {
2010
1825
  "name": "monolog/monolog",
2011
- "version": "3.8.1",
1826
+ "version": "3.7.0",
2012
1827
  "source": {
2013
1828
  "type": "git",
2014
1829
  "url": "https://github.com/Seldaek/monolog.git",
2015
- "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4"
1830
+ "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
2016
1831
  },
2017
1832
  "dist": {
2018
1833
  "type": "zip",
2019
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
2020
- "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
1834
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
1835
+ "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
2021
1836
  "shasum": ""
2022
1837
  },
2023
1838
  "require": {
@@ -2037,14 +1852,12 @@
2037
1852
  "guzzlehttp/psr7": "^2.2",
2038
1853
  "mongodb/mongodb": "^1.8",
2039
1854
  "php-amqplib/php-amqplib": "~2.4 || ^3",
2040
- "php-console/php-console": "^3.1.8",
2041
- "phpstan/phpstan": "^2",
2042
- "phpstan/phpstan-deprecation-rules": "^2",
2043
- "phpstan/phpstan-strict-rules": "^2",
2044
- "phpunit/phpunit": "^10.5.17 || ^11.0.7",
1855
+ "phpstan/phpstan": "^1.9",
1856
+ "phpstan/phpstan-deprecation-rules": "^1.0",
1857
+ "phpstan/phpstan-strict-rules": "^1.4",
1858
+ "phpunit/phpunit": "^10.5.17",
2045
1859
  "predis/predis": "^1.1 || ^2",
2046
- "rollbar/rollbar": "^4.0",
2047
- "ruflin/elastica": "^7 || ^8",
1860
+ "ruflin/elastica": "^7",
2048
1861
  "symfony/mailer": "^5.4 || ^6",
2049
1862
  "symfony/mime": "^5.4 || ^6"
2050
1863
  },
@@ -2095,7 +1908,7 @@
2095
1908
  ],
2096
1909
  "support": {
2097
1910
  "issues": "https://github.com/Seldaek/monolog/issues",
2098
- "source": "https://github.com/Seldaek/monolog/tree/3.8.1"
1911
+ "source": "https://github.com/Seldaek/monolog/tree/3.7.0"
2099
1912
  },
2100
1913
  "funding": [
2101
1914
  {
@@ -2107,24 +1920,24 @@
2107
1920
  "type": "tidelift"
2108
1921
  }
2109
1922
  ],
2110
- "time": "2024-12-05T17:15:07+00:00"
1923
+ "time": "2024-06-28T09:40:51+00:00"
2111
1924
  },
2112
1925
  {
2113
1926
  "name": "nesbot/carbon",
2114
- "version": "3.8.2",
1927
+ "version": "3.8.0",
2115
1928
  "source": {
2116
1929
  "type": "git",
2117
1930
  "url": "https://github.com/briannesbitt/Carbon.git",
2118
- "reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947"
1931
+ "reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f"
2119
1932
  },
2120
1933
  "dist": {
2121
1934
  "type": "zip",
2122
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
2123
- "reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
1935
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbd3eef89af8ba66a3aa7952b5439168fbcc529f",
1936
+ "reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f",
2124
1937
  "shasum": ""
2125
1938
  },
2126
1939
  "require": {
2127
- "carbonphp/carbon-doctrine-types": "<100.0",
1940
+ "carbonphp/carbon-doctrine-types": "*",
2128
1941
  "ext-json": "*",
2129
1942
  "php": "^8.1",
2130
1943
  "psr/clock": "^1.0",
@@ -2213,28 +2026,28 @@
2213
2026
  "type": "tidelift"
2214
2027
  }
2215
2028
  ],
2216
- "time": "2024-11-07T17:46:48+00:00"
2029
+ "time": "2024-08-19T06:22:39+00:00"
2217
2030
  },
2218
2031
  {
2219
2032
  "name": "nette/schema",
2220
- "version": "v1.3.2",
2033
+ "version": "v1.3.0",
2221
2034
  "source": {
2222
2035
  "type": "git",
2223
2036
  "url": "https://github.com/nette/schema.git",
2224
- "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
2037
+ "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
2225
2038
  },
2226
2039
  "dist": {
2227
2040
  "type": "zip",
2228
- "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
2229
- "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
2041
+ "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2042
+ "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2230
2043
  "shasum": ""
2231
2044
  },
2232
2045
  "require": {
2233
2046
  "nette/utils": "^4.0",
2234
- "php": "8.1 - 8.4"
2047
+ "php": "8.1 - 8.3"
2235
2048
  },
2236
2049
  "require-dev": {
2237
- "nette/tester": "^2.5.2",
2050
+ "nette/tester": "^2.4",
2238
2051
  "phpstan/phpstan-nette": "^1.0",
2239
2052
  "tracy/tracy": "^2.8"
2240
2053
  },
@@ -2273,9 +2086,9 @@
2273
2086
  ],
2274
2087
  "support": {
2275
2088
  "issues": "https://github.com/nette/schema/issues",
2276
- "source": "https://github.com/nette/schema/tree/v1.3.2"
2089
+ "source": "https://github.com/nette/schema/tree/v1.3.0"
2277
2090
  },
2278
- "time": "2024-10-06T23:10:23+00:00"
2091
+ "time": "2023-12-11T11:54:22+00:00"
2279
2092
  },
2280
2093
  {
2281
2094
  "name": "nette/utils",
@@ -2365,16 +2178,16 @@
2365
2178
  },
2366
2179
  {
2367
2180
  "name": "nikic/php-parser",
2368
- "version": "v5.3.1",
2181
+ "version": "v5.3.0",
2369
2182
  "source": {
2370
2183
  "type": "git",
2371
2184
  "url": "https://github.com/nikic/PHP-Parser.git",
2372
- "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
2185
+ "reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a"
2373
2186
  },
2374
2187
  "dist": {
2375
2188
  "type": "zip",
2376
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
2377
- "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
2189
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3abf7425cd284141dc5d8d14a9ee444de3345d1a",
2190
+ "reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a",
2378
2191
  "shasum": ""
2379
2192
  },
2380
2193
  "require": {
@@ -2417,37 +2230,38 @@
2417
2230
  ],
2418
2231
  "support": {
2419
2232
  "issues": "https://github.com/nikic/PHP-Parser/issues",
2420
- "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1"
2233
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.0"
2421
2234
  },
2422
- "time": "2024-10-08T18:51:32+00:00"
2235
+ "time": "2024-09-29T13:56:26+00:00"
2423
2236
  },
2424
2237
  {
2425
2238
  "name": "nunomaduro/termwind",
2426
- "version": "v2.3.0",
2239
+ "version": "v2.1.0",
2427
2240
  "source": {
2428
2241
  "type": "git",
2429
2242
  "url": "https://github.com/nunomaduro/termwind.git",
2430
- "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda"
2243
+ "reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a"
2431
2244
  },
2432
2245
  "dist": {
2433
2246
  "type": "zip",
2434
- "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda",
2435
- "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda",
2247
+ "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/e5f21eade88689536c0cdad4c3cd75f3ed26e01a",
2248
+ "reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a",
2436
2249
  "shasum": ""
2437
2250
  },
2438
2251
  "require": {
2439
2252
  "ext-mbstring": "*",
2440
2253
  "php": "^8.2",
2441
- "symfony/console": "^7.1.8"
2254
+ "symfony/console": "^7.0.4"
2442
2255
  },
2443
2256
  "require-dev": {
2444
- "illuminate/console": "^11.33.2",
2445
- "laravel/pint": "^1.18.2",
2446
- "mockery/mockery": "^1.6.12",
2447
- "pestphp/pest": "^2.36.0",
2448
- "phpstan/phpstan": "^1.12.11",
2449
- "phpstan/phpstan-strict-rules": "^1.6.1",
2450
- "symfony/var-dumper": "^7.1.8",
2257
+ "ergebnis/phpstan-rules": "^2.2.0",
2258
+ "illuminate/console": "^11.1.1",
2259
+ "laravel/pint": "^1.15.0",
2260
+ "mockery/mockery": "^1.6.11",
2261
+ "pestphp/pest": "^2.34.6",
2262
+ "phpstan/phpstan": "^1.10.66",
2263
+ "phpstan/phpstan-strict-rules": "^1.5.2",
2264
+ "symfony/var-dumper": "^7.0.4",
2451
2265
  "thecodingmachine/phpstan-strict-rules": "^1.0.0"
2452
2266
  },
2453
2267
  "type": "library",
@@ -2490,7 +2304,7 @@
2490
2304
  ],
2491
2305
  "support": {
2492
2306
  "issues": "https://github.com/nunomaduro/termwind/issues",
2493
- "source": "https://github.com/nunomaduro/termwind/tree/v2.3.0"
2307
+ "source": "https://github.com/nunomaduro/termwind/tree/v2.1.0"
2494
2308
  },
2495
2309
  "funding": [
2496
2310
  {
@@ -2506,7 +2320,7 @@
2506
2320
  "type": "github"
2507
2321
  }
2508
2322
  ],
2509
- "time": "2024-11-21T10:39:51+00:00"
2323
+ "time": "2024-09-05T15:25:50+00:00"
2510
2324
  },
2511
2325
  {
2512
2326
  "name": "phpoption/phpoption",
@@ -2997,16 +2811,16 @@
2997
2811
  },
2998
2812
  {
2999
2813
  "name": "psy/psysh",
3000
- "version": "v0.12.7",
2814
+ "version": "v0.12.4",
3001
2815
  "source": {
3002
2816
  "type": "git",
3003
2817
  "url": "https://github.com/bobthecow/psysh.git",
3004
- "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c"
2818
+ "reference": "2fd717afa05341b4f8152547f142cd2f130f6818"
3005
2819
  },
3006
2820
  "dist": {
3007
2821
  "type": "zip",
3008
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/d73fa3c74918ef4522bb8a3bf9cab39161c4b57c",
3009
- "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c",
2822
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818",
2823
+ "reference": "2fd717afa05341b4f8152547f142cd2f130f6818",
3010
2824
  "shasum": ""
3011
2825
  },
3012
2826
  "require": {
@@ -3033,12 +2847,12 @@
3033
2847
  ],
3034
2848
  "type": "library",
3035
2849
  "extra": {
2850
+ "branch-alias": {
2851
+ "dev-main": "0.12.x-dev"
2852
+ },
3036
2853
  "bamarni-bin": {
3037
2854
  "bin-links": false,
3038
2855
  "forward-command": false
3039
- },
3040
- "branch-alias": {
3041
- "dev-main": "0.12.x-dev"
3042
2856
  }
3043
2857
  },
3044
2858
  "autoload": {
@@ -3070,9 +2884,9 @@
3070
2884
  ],
3071
2885
  "support": {
3072
2886
  "issues": "https://github.com/bobthecow/psysh/issues",
3073
- "source": "https://github.com/bobthecow/psysh/tree/v0.12.7"
2887
+ "source": "https://github.com/bobthecow/psysh/tree/v0.12.4"
3074
2888
  },
3075
- "time": "2024-12-10T01:58:33+00:00"
2889
+ "time": "2024-06-10T01:18:23+00:00"
3076
2890
  },
3077
2891
  {
3078
2892
  "name": "ralouphie/getallheaders",
@@ -3301,16 +3115,16 @@
3301
3115
  },
3302
3116
  {
3303
3117
  "name": "symfony/clock",
3304
- "version": "v7.2.0",
3118
+ "version": "v7.1.1",
3305
3119
  "source": {
3306
3120
  "type": "git",
3307
3121
  "url": "https://github.com/symfony/clock.git",
3308
- "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
3122
+ "reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7"
3309
3123
  },
3310
3124
  "dist": {
3311
3125
  "type": "zip",
3312
- "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
3313
- "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
3126
+ "url": "https://api.github.com/repos/symfony/clock/zipball/3dfc8b084853586de51dd1441c6242c76a28cbe7",
3127
+ "reference": "3dfc8b084853586de51dd1441c6242c76a28cbe7",
3314
3128
  "shasum": ""
3315
3129
  },
3316
3130
  "require": {
@@ -3355,7 +3169,7 @@
3355
3169
  "time"
3356
3170
  ],
3357
3171
  "support": {
3358
- "source": "https://github.com/symfony/clock/tree/v7.2.0"
3172
+ "source": "https://github.com/symfony/clock/tree/v7.1.1"
3359
3173
  },
3360
3174
  "funding": [
3361
3175
  {
@@ -3371,20 +3185,20 @@
3371
3185
  "type": "tidelift"
3372
3186
  }
3373
3187
  ],
3374
- "time": "2024-09-25T14:21:43+00:00"
3188
+ "time": "2024-05-31T14:57:53+00:00"
3375
3189
  },
3376
3190
  {
3377
3191
  "name": "symfony/console",
3378
- "version": "v7.2.1",
3192
+ "version": "v7.1.5",
3379
3193
  "source": {
3380
3194
  "type": "git",
3381
3195
  "url": "https://github.com/symfony/console.git",
3382
- "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
3196
+ "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee"
3383
3197
  },
3384
3198
  "dist": {
3385
3199
  "type": "zip",
3386
- "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
3387
- "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
3200
+ "url": "https://api.github.com/repos/symfony/console/zipball/0fa539d12b3ccf068a722bbbffa07ca7079af9ee",
3201
+ "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee",
3388
3202
  "shasum": ""
3389
3203
  },
3390
3204
  "require": {
@@ -3448,7 +3262,7 @@
3448
3262
  "terminal"
3449
3263
  ],
3450
3264
  "support": {
3451
- "source": "https://github.com/symfony/console/tree/v7.2.1"
3265
+ "source": "https://github.com/symfony/console/tree/v7.1.5"
3452
3266
  },
3453
3267
  "funding": [
3454
3268
  {
@@ -3464,20 +3278,20 @@
3464
3278
  "type": "tidelift"
3465
3279
  }
3466
3280
  ],
3467
- "time": "2024-12-11T03:49:26+00:00"
3281
+ "time": "2024-09-20T08:28:38+00:00"
3468
3282
  },
3469
3283
  {
3470
3284
  "name": "symfony/css-selector",
3471
- "version": "v7.2.0",
3285
+ "version": "v7.1.1",
3472
3286
  "source": {
3473
3287
  "type": "git",
3474
3288
  "url": "https://github.com/symfony/css-selector.git",
3475
- "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
3289
+ "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4"
3476
3290
  },
3477
3291
  "dist": {
3478
3292
  "type": "zip",
3479
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
3480
- "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
3293
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c7cee86c6f812896af54434f8ce29c8d94f9ff4",
3294
+ "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4",
3481
3295
  "shasum": ""
3482
3296
  },
3483
3297
  "require": {
@@ -3513,7 +3327,7 @@
3513
3327
  "description": "Converts CSS selectors to XPath expressions",
3514
3328
  "homepage": "https://symfony.com",
3515
3329
  "support": {
3516
- "source": "https://github.com/symfony/css-selector/tree/v7.2.0"
3330
+ "source": "https://github.com/symfony/css-selector/tree/v7.1.1"
3517
3331
  },
3518
3332
  "funding": [
3519
3333
  {
@@ -3529,20 +3343,20 @@
3529
3343
  "type": "tidelift"
3530
3344
  }
3531
3345
  ],
3532
- "time": "2024-09-25T14:21:43+00:00"
3346
+ "time": "2024-05-31T14:57:53+00:00"
3533
3347
  },
3534
3348
  {
3535
3349
  "name": "symfony/deprecation-contracts",
3536
- "version": "v3.5.1",
3350
+ "version": "v3.5.0",
3537
3351
  "source": {
3538
3352
  "type": "git",
3539
3353
  "url": "https://github.com/symfony/deprecation-contracts.git",
3540
- "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
3354
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
3541
3355
  },
3542
3356
  "dist": {
3543
3357
  "type": "zip",
3544
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
3545
- "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
3358
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
3359
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
3546
3360
  "shasum": ""
3547
3361
  },
3548
3362
  "require": {
@@ -3580,7 +3394,7 @@
3580
3394
  "description": "A generic function and convention to trigger deprecation notices",
3581
3395
  "homepage": "https://symfony.com",
3582
3396
  "support": {
3583
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
3397
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
3584
3398
  },
3585
3399
  "funding": [
3586
3400
  {
@@ -3596,20 +3410,20 @@
3596
3410
  "type": "tidelift"
3597
3411
  }
3598
3412
  ],
3599
- "time": "2024-09-25T14:20:29+00:00"
3413
+ "time": "2024-04-18T09:32:20+00:00"
3600
3414
  },
3601
3415
  {
3602
3416
  "name": "symfony/error-handler",
3603
- "version": "v7.2.1",
3417
+ "version": "v7.1.3",
3604
3418
  "source": {
3605
3419
  "type": "git",
3606
3420
  "url": "https://github.com/symfony/error-handler.git",
3607
- "reference": "6150b89186573046167796fa5f3f76601d5145f8"
3421
+ "reference": "432bb369952795c61ca1def65e078c4a80dad13c"
3608
3422
  },
3609
3423
  "dist": {
3610
3424
  "type": "zip",
3611
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/6150b89186573046167796fa5f3f76601d5145f8",
3612
- "reference": "6150b89186573046167796fa5f3f76601d5145f8",
3425
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/432bb369952795c61ca1def65e078c4a80dad13c",
3426
+ "reference": "432bb369952795c61ca1def65e078c4a80dad13c",
3613
3427
  "shasum": ""
3614
3428
  },
3615
3429
  "require": {
@@ -3655,7 +3469,7 @@
3655
3469
  "description": "Provides tools to manage errors and ease debugging PHP code",
3656
3470
  "homepage": "https://symfony.com",
3657
3471
  "support": {
3658
- "source": "https://github.com/symfony/error-handler/tree/v7.2.1"
3472
+ "source": "https://github.com/symfony/error-handler/tree/v7.1.3"
3659
3473
  },
3660
3474
  "funding": [
3661
3475
  {
@@ -3671,20 +3485,20 @@
3671
3485
  "type": "tidelift"
3672
3486
  }
3673
3487
  ],
3674
- "time": "2024-12-07T08:50:44+00:00"
3488
+ "time": "2024-07-26T13:02:51+00:00"
3675
3489
  },
3676
3490
  {
3677
3491
  "name": "symfony/event-dispatcher",
3678
- "version": "v7.2.0",
3492
+ "version": "v7.1.1",
3679
3493
  "source": {
3680
3494
  "type": "git",
3681
3495
  "url": "https://github.com/symfony/event-dispatcher.git",
3682
- "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
3496
+ "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7"
3683
3497
  },
3684
3498
  "dist": {
3685
3499
  "type": "zip",
3686
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
3687
- "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
3500
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
3501
+ "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
3688
3502
  "shasum": ""
3689
3503
  },
3690
3504
  "require": {
@@ -3735,7 +3549,7 @@
3735
3549
  "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3736
3550
  "homepage": "https://symfony.com",
3737
3551
  "support": {
3738
- "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
3552
+ "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.1"
3739
3553
  },
3740
3554
  "funding": [
3741
3555
  {
@@ -3751,20 +3565,20 @@
3751
3565
  "type": "tidelift"
3752
3566
  }
3753
3567
  ],
3754
- "time": "2024-09-25T14:21:43+00:00"
3568
+ "time": "2024-05-31T14:57:53+00:00"
3755
3569
  },
3756
3570
  {
3757
3571
  "name": "symfony/event-dispatcher-contracts",
3758
- "version": "v3.5.1",
3572
+ "version": "v3.5.0",
3759
3573
  "source": {
3760
3574
  "type": "git",
3761
3575
  "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3762
- "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
3576
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
3763
3577
  },
3764
3578
  "dist": {
3765
3579
  "type": "zip",
3766
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
3767
- "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
3580
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
3581
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
3768
3582
  "shasum": ""
3769
3583
  },
3770
3584
  "require": {
@@ -3811,7 +3625,7 @@
3811
3625
  "standards"
3812
3626
  ],
3813
3627
  "support": {
3814
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
3628
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
3815
3629
  },
3816
3630
  "funding": [
3817
3631
  {
@@ -3827,20 +3641,20 @@
3827
3641
  "type": "tidelift"
3828
3642
  }
3829
3643
  ],
3830
- "time": "2024-09-25T14:20:29+00:00"
3644
+ "time": "2024-04-18T09:32:20+00:00"
3831
3645
  },
3832
3646
  {
3833
3647
  "name": "symfony/finder",
3834
- "version": "v7.2.0",
3648
+ "version": "v7.1.4",
3835
3649
  "source": {
3836
3650
  "type": "git",
3837
3651
  "url": "https://github.com/symfony/finder.git",
3838
- "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49"
3652
+ "reference": "d95bbf319f7d052082fb7af147e0f835a695e823"
3839
3653
  },
3840
3654
  "dist": {
3841
3655
  "type": "zip",
3842
- "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49",
3843
- "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49",
3656
+ "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823",
3657
+ "reference": "d95bbf319f7d052082fb7af147e0f835a695e823",
3844
3658
  "shasum": ""
3845
3659
  },
3846
3660
  "require": {
@@ -3875,7 +3689,7 @@
3875
3689
  "description": "Finds files and directories via an intuitive fluent interface",
3876
3690
  "homepage": "https://symfony.com",
3877
3691
  "support": {
3878
- "source": "https://github.com/symfony/finder/tree/v7.2.0"
3692
+ "source": "https://github.com/symfony/finder/tree/v7.1.4"
3879
3693
  },
3880
3694
  "funding": [
3881
3695
  {
@@ -3891,36 +3705,35 @@
3891
3705
  "type": "tidelift"
3892
3706
  }
3893
3707
  ],
3894
- "time": "2024-10-23T06:56:12+00:00"
3708
+ "time": "2024-08-13T14:28:19+00:00"
3895
3709
  },
3896
3710
  {
3897
3711
  "name": "symfony/http-foundation",
3898
- "version": "v7.2.0",
3712
+ "version": "v7.1.5",
3899
3713
  "source": {
3900
3714
  "type": "git",
3901
3715
  "url": "https://github.com/symfony/http-foundation.git",
3902
- "reference": "e88a66c3997859532bc2ddd6dd8f35aba2711744"
3716
+ "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b"
3903
3717
  },
3904
3718
  "dist": {
3905
3719
  "type": "zip",
3906
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e88a66c3997859532bc2ddd6dd8f35aba2711744",
3907
- "reference": "e88a66c3997859532bc2ddd6dd8f35aba2711744",
3720
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e30ef73b1e44eea7eb37ba69600a354e553f694b",
3721
+ "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b",
3908
3722
  "shasum": ""
3909
3723
  },
3910
3724
  "require": {
3911
3725
  "php": ">=8.2",
3912
- "symfony/deprecation-contracts": "^2.5|^3.0",
3913
3726
  "symfony/polyfill-mbstring": "~1.1",
3914
3727
  "symfony/polyfill-php83": "^1.27"
3915
3728
  },
3916
3729
  "conflict": {
3917
3730
  "doctrine/dbal": "<3.6",
3918
- "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
3731
+ "symfony/cache": "<6.4"
3919
3732
  },
3920
3733
  "require-dev": {
3921
3734
  "doctrine/dbal": "^3.6|^4",
3922
3735
  "predis/predis": "^1.1|^2.0",
3923
- "symfony/cache": "^6.4.12|^7.1.5",
3736
+ "symfony/cache": "^6.4|^7.0",
3924
3737
  "symfony/dependency-injection": "^6.4|^7.0",
3925
3738
  "symfony/expression-language": "^6.4|^7.0",
3926
3739
  "symfony/http-kernel": "^6.4|^7.0",
@@ -3953,7 +3766,7 @@
3953
3766
  "description": "Defines an object-oriented layer for the HTTP specification",
3954
3767
  "homepage": "https://symfony.com",
3955
3768
  "support": {
3956
- "source": "https://github.com/symfony/http-foundation/tree/v7.2.0"
3769
+ "source": "https://github.com/symfony/http-foundation/tree/v7.1.5"
3957
3770
  },
3958
3771
  "funding": [
3959
3772
  {
@@ -3969,20 +3782,20 @@
3969
3782
  "type": "tidelift"
3970
3783
  }
3971
3784
  ],
3972
- "time": "2024-11-13T18:58:46+00:00"
3785
+ "time": "2024-09-20T08:28:38+00:00"
3973
3786
  },
3974
3787
  {
3975
3788
  "name": "symfony/http-kernel",
3976
- "version": "v7.2.1",
3789
+ "version": "v7.1.5",
3977
3790
  "source": {
3978
3791
  "type": "git",
3979
3792
  "url": "https://github.com/symfony/http-kernel.git",
3980
- "reference": "d8ae58eecae44c8e66833e76cc50a4ad3c002d97"
3793
+ "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b"
3981
3794
  },
3982
3795
  "dist": {
3983
3796
  "type": "zip",
3984
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d8ae58eecae44c8e66833e76cc50a4ad3c002d97",
3985
- "reference": "d8ae58eecae44c8e66833e76cc50a4ad3c002d97",
3797
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/44204d96150a9df1fc57601ec933d23fefc2d65b",
3798
+ "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b",
3986
3799
  "shasum": ""
3987
3800
  },
3988
3801
  "require": {
@@ -4011,7 +3824,7 @@
4011
3824
  "symfony/twig-bridge": "<6.4",
4012
3825
  "symfony/validator": "<6.4",
4013
3826
  "symfony/var-dumper": "<6.4",
4014
- "twig/twig": "<3.12"
3827
+ "twig/twig": "<3.0.4"
4015
3828
  },
4016
3829
  "provide": {
4017
3830
  "psr/log-implementation": "1.0|2.0|3.0"
@@ -4039,7 +3852,7 @@
4039
3852
  "symfony/validator": "^6.4|^7.0",
4040
3853
  "symfony/var-dumper": "^6.4|^7.0",
4041
3854
  "symfony/var-exporter": "^6.4|^7.0",
4042
- "twig/twig": "^3.12"
3855
+ "twig/twig": "^3.0.4"
4043
3856
  },
4044
3857
  "type": "library",
4045
3858
  "autoload": {
@@ -4067,7 +3880,7 @@
4067
3880
  "description": "Provides a structured process for converting a Request into a Response",
4068
3881
  "homepage": "https://symfony.com",
4069
3882
  "support": {
4070
- "source": "https://github.com/symfony/http-kernel/tree/v7.2.1"
3883
+ "source": "https://github.com/symfony/http-kernel/tree/v7.1.5"
4071
3884
  },
4072
3885
  "funding": [
4073
3886
  {
@@ -4083,20 +3896,20 @@
4083
3896
  "type": "tidelift"
4084
3897
  }
4085
3898
  ],
4086
- "time": "2024-12-11T12:09:10+00:00"
3899
+ "time": "2024-09-21T06:09:21+00:00"
4087
3900
  },
4088
3901
  {
4089
3902
  "name": "symfony/mailer",
4090
- "version": "v7.2.0",
3903
+ "version": "v7.1.5",
4091
3904
  "source": {
4092
3905
  "type": "git",
4093
3906
  "url": "https://github.com/symfony/mailer.git",
4094
- "reference": "e4d358702fb66e4c8a2af08e90e7271a62de39cc"
3907
+ "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b"
4095
3908
  },
4096
3909
  "dist": {
4097
3910
  "type": "zip",
4098
- "url": "https://api.github.com/repos/symfony/mailer/zipball/e4d358702fb66e4c8a2af08e90e7271a62de39cc",
4099
- "reference": "e4d358702fb66e4c8a2af08e90e7271a62de39cc",
3911
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/bbf21460c56f29810da3df3e206e38dfbb01e80b",
3912
+ "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b",
4100
3913
  "shasum": ""
4101
3914
  },
4102
3915
  "require": {
@@ -4105,7 +3918,7 @@
4105
3918
  "psr/event-dispatcher": "^1",
4106
3919
  "psr/log": "^1|^2|^3",
4107
3920
  "symfony/event-dispatcher": "^6.4|^7.0",
4108
- "symfony/mime": "^7.2",
3921
+ "symfony/mime": "^6.4|^7.0",
4109
3922
  "symfony/service-contracts": "^2.5|^3"
4110
3923
  },
4111
3924
  "conflict": {
@@ -4147,7 +3960,7 @@
4147
3960
  "description": "Helps sending emails",
4148
3961
  "homepage": "https://symfony.com",
4149
3962
  "support": {
4150
- "source": "https://github.com/symfony/mailer/tree/v7.2.0"
3963
+ "source": "https://github.com/symfony/mailer/tree/v7.1.5"
4151
3964
  },
4152
3965
  "funding": [
4153
3966
  {
@@ -4163,20 +3976,20 @@
4163
3976
  "type": "tidelift"
4164
3977
  }
4165
3978
  ],
4166
- "time": "2024-11-25T15:21:05+00:00"
3979
+ "time": "2024-09-08T12:32:26+00:00"
4167
3980
  },
4168
3981
  {
4169
3982
  "name": "symfony/mime",
4170
- "version": "v7.2.1",
3983
+ "version": "v7.1.5",
4171
3984
  "source": {
4172
3985
  "type": "git",
4173
3986
  "url": "https://github.com/symfony/mime.git",
4174
- "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283"
3987
+ "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff"
4175
3988
  },
4176
3989
  "dist": {
4177
3990
  "type": "zip",
4178
- "url": "https://api.github.com/repos/symfony/mime/zipball/7f9617fcf15cb61be30f8b252695ed5e2bfac283",
4179
- "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283",
3991
+ "url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff",
3992
+ "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff",
4180
3993
  "shasum": ""
4181
3994
  },
4182
3995
  "require": {
@@ -4231,7 +4044,7 @@
4231
4044
  "mime-type"
4232
4045
  ],
4233
4046
  "support": {
4234
- "source": "https://github.com/symfony/mime/tree/v7.2.1"
4047
+ "source": "https://github.com/symfony/mime/tree/v7.1.5"
4235
4048
  },
4236
4049
  "funding": [
4237
4050
  {
@@ -4247,7 +4060,7 @@
4247
4060
  "type": "tidelift"
4248
4061
  }
4249
4062
  ],
4250
- "time": "2024-12-07T08:50:44+00:00"
4063
+ "time": "2024-09-20T08:28:38+00:00"
4251
4064
  },
4252
4065
  {
4253
4066
  "name": "symfony/polyfill-ctype",
@@ -4275,8 +4088,8 @@
4275
4088
  "type": "library",
4276
4089
  "extra": {
4277
4090
  "thanks": {
4278
- "url": "https://github.com/symfony/polyfill",
4279
- "name": "symfony/polyfill"
4091
+ "name": "symfony/polyfill",
4092
+ "url": "https://github.com/symfony/polyfill"
4280
4093
  }
4281
4094
  },
4282
4095
  "autoload": {
@@ -4351,8 +4164,8 @@
4351
4164
  "type": "library",
4352
4165
  "extra": {
4353
4166
  "thanks": {
4354
- "url": "https://github.com/symfony/polyfill",
4355
- "name": "symfony/polyfill"
4167
+ "name": "symfony/polyfill",
4168
+ "url": "https://github.com/symfony/polyfill"
4356
4169
  }
4357
4170
  },
4358
4171
  "autoload": {
@@ -4430,8 +4243,8 @@
4430
4243
  "type": "library",
4431
4244
  "extra": {
4432
4245
  "thanks": {
4433
- "url": "https://github.com/symfony/polyfill",
4434
- "name": "symfony/polyfill"
4246
+ "name": "symfony/polyfill",
4247
+ "url": "https://github.com/symfony/polyfill"
4435
4248
  }
4436
4249
  },
4437
4250
  "autoload": {
@@ -4512,8 +4325,8 @@
4512
4325
  "type": "library",
4513
4326
  "extra": {
4514
4327
  "thanks": {
4515
- "url": "https://github.com/symfony/polyfill",
4516
- "name": "symfony/polyfill"
4328
+ "name": "symfony/polyfill",
4329
+ "url": "https://github.com/symfony/polyfill"
4517
4330
  }
4518
4331
  },
4519
4332
  "autoload": {
@@ -4596,8 +4409,8 @@
4596
4409
  "type": "library",
4597
4410
  "extra": {
4598
4411
  "thanks": {
4599
- "url": "https://github.com/symfony/polyfill",
4600
- "name": "symfony/polyfill"
4412
+ "name": "symfony/polyfill",
4413
+ "url": "https://github.com/symfony/polyfill"
4601
4414
  }
4602
4415
  },
4603
4416
  "autoload": {
@@ -4670,8 +4483,8 @@
4670
4483
  "type": "library",
4671
4484
  "extra": {
4672
4485
  "thanks": {
4673
- "url": "https://github.com/symfony/polyfill",
4674
- "name": "symfony/polyfill"
4486
+ "name": "symfony/polyfill",
4487
+ "url": "https://github.com/symfony/polyfill"
4675
4488
  }
4676
4489
  },
4677
4490
  "autoload": {
@@ -4750,8 +4563,8 @@
4750
4563
  "type": "library",
4751
4564
  "extra": {
4752
4565
  "thanks": {
4753
- "url": "https://github.com/symfony/polyfill",
4754
- "name": "symfony/polyfill"
4566
+ "name": "symfony/polyfill",
4567
+ "url": "https://github.com/symfony/polyfill"
4755
4568
  }
4756
4569
  },
4757
4570
  "autoload": {
@@ -4832,8 +4645,8 @@
4832
4645
  "type": "library",
4833
4646
  "extra": {
4834
4647
  "thanks": {
4835
- "url": "https://github.com/symfony/polyfill",
4836
- "name": "symfony/polyfill"
4648
+ "name": "symfony/polyfill",
4649
+ "url": "https://github.com/symfony/polyfill"
4837
4650
  }
4838
4651
  },
4839
4652
  "autoload": {
@@ -4887,16 +4700,16 @@
4887
4700
  },
4888
4701
  {
4889
4702
  "name": "symfony/process",
4890
- "version": "v7.2.0",
4703
+ "version": "v7.1.5",
4891
4704
  "source": {
4892
4705
  "type": "git",
4893
4706
  "url": "https://github.com/symfony/process.git",
4894
- "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e"
4707
+ "reference": "5c03ee6369281177f07f7c68252a280beccba847"
4895
4708
  },
4896
4709
  "dist": {
4897
4710
  "type": "zip",
4898
- "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
4899
- "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
4711
+ "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847",
4712
+ "reference": "5c03ee6369281177f07f7c68252a280beccba847",
4900
4713
  "shasum": ""
4901
4714
  },
4902
4715
  "require": {
@@ -4928,7 +4741,7 @@
4928
4741
  "description": "Executes commands in sub-processes",
4929
4742
  "homepage": "https://symfony.com",
4930
4743
  "support": {
4931
- "source": "https://github.com/symfony/process/tree/v7.2.0"
4744
+ "source": "https://github.com/symfony/process/tree/v7.1.5"
4932
4745
  },
4933
4746
  "funding": [
4934
4747
  {
@@ -4944,20 +4757,20 @@
4944
4757
  "type": "tidelift"
4945
4758
  }
4946
4759
  ],
4947
- "time": "2024-11-06T14:24:19+00:00"
4760
+ "time": "2024-09-19T21:48:23+00:00"
4948
4761
  },
4949
4762
  {
4950
4763
  "name": "symfony/routing",
4951
- "version": "v7.2.0",
4764
+ "version": "v7.1.4",
4952
4765
  "source": {
4953
4766
  "type": "git",
4954
4767
  "url": "https://github.com/symfony/routing.git",
4955
- "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e"
4768
+ "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7"
4956
4769
  },
4957
4770
  "dist": {
4958
4771
  "type": "zip",
4959
- "url": "https://api.github.com/repos/symfony/routing/zipball/e10a2450fa957af6c448b9b93c9010a4e4c0725e",
4960
- "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e",
4772
+ "url": "https://api.github.com/repos/symfony/routing/zipball/1500aee0094a3ce1c92626ed8cf3c2037e86f5a7",
4773
+ "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7",
4961
4774
  "shasum": ""
4962
4775
  },
4963
4776
  "require": {
@@ -5009,7 +4822,7 @@
5009
4822
  "url"
5010
4823
  ],
5011
4824
  "support": {
5012
- "source": "https://github.com/symfony/routing/tree/v7.2.0"
4825
+ "source": "https://github.com/symfony/routing/tree/v7.1.4"
5013
4826
  },
5014
4827
  "funding": [
5015
4828
  {
@@ -5025,20 +4838,20 @@
5025
4838
  "type": "tidelift"
5026
4839
  }
5027
4840
  ],
5028
- "time": "2024-11-25T11:08:51+00:00"
4841
+ "time": "2024-08-29T08:16:25+00:00"
5029
4842
  },
5030
4843
  {
5031
4844
  "name": "symfony/service-contracts",
5032
- "version": "v3.5.1",
4845
+ "version": "v3.5.0",
5033
4846
  "source": {
5034
4847
  "type": "git",
5035
4848
  "url": "https://github.com/symfony/service-contracts.git",
5036
- "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
4849
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
5037
4850
  },
5038
4851
  "dist": {
5039
4852
  "type": "zip",
5040
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
5041
- "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
4853
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
4854
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
5042
4855
  "shasum": ""
5043
4856
  },
5044
4857
  "require": {
@@ -5092,7 +4905,7 @@
5092
4905
  "standards"
5093
4906
  ],
5094
4907
  "support": {
5095
- "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
4908
+ "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
5096
4909
  },
5097
4910
  "funding": [
5098
4911
  {
@@ -5108,20 +4921,20 @@
5108
4921
  "type": "tidelift"
5109
4922
  }
5110
4923
  ],
5111
- "time": "2024-09-25T14:20:29+00:00"
4924
+ "time": "2024-04-18T09:32:20+00:00"
5112
4925
  },
5113
4926
  {
5114
4927
  "name": "symfony/string",
5115
- "version": "v7.2.0",
4928
+ "version": "v7.1.5",
5116
4929
  "source": {
5117
4930
  "type": "git",
5118
4931
  "url": "https://github.com/symfony/string.git",
5119
- "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
4932
+ "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306"
5120
4933
  },
5121
4934
  "dist": {
5122
4935
  "type": "zip",
5123
- "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
5124
- "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
4936
+ "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306",
4937
+ "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306",
5125
4938
  "shasum": ""
5126
4939
  },
5127
4940
  "require": {
@@ -5179,7 +4992,7 @@
5179
4992
  "utf8"
5180
4993
  ],
5181
4994
  "support": {
5182
- "source": "https://github.com/symfony/string/tree/v7.2.0"
4995
+ "source": "https://github.com/symfony/string/tree/v7.1.5"
5183
4996
  },
5184
4997
  "funding": [
5185
4998
  {
@@ -5195,25 +5008,24 @@
5195
5008
  "type": "tidelift"
5196
5009
  }
5197
5010
  ],
5198
- "time": "2024-11-13T13:31:26+00:00"
5011
+ "time": "2024-09-20T08:28:38+00:00"
5199
5012
  },
5200
5013
  {
5201
5014
  "name": "symfony/translation",
5202
- "version": "v7.2.0",
5015
+ "version": "v7.1.5",
5203
5016
  "source": {
5204
5017
  "type": "git",
5205
5018
  "url": "https://github.com/symfony/translation.git",
5206
- "reference": "dc89e16b44048ceecc879054e5b7f38326ab6cc5"
5019
+ "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea"
5207
5020
  },
5208
5021
  "dist": {
5209
5022
  "type": "zip",
5210
- "url": "https://api.github.com/repos/symfony/translation/zipball/dc89e16b44048ceecc879054e5b7f38326ab6cc5",
5211
- "reference": "dc89e16b44048ceecc879054e5b7f38326ab6cc5",
5023
+ "url": "https://api.github.com/repos/symfony/translation/zipball/235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
5024
+ "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
5212
5025
  "shasum": ""
5213
5026
  },
5214
5027
  "require": {
5215
5028
  "php": ">=8.2",
5216
- "symfony/deprecation-contracts": "^2.5|^3",
5217
5029
  "symfony/polyfill-mbstring": "~1.0",
5218
5030
  "symfony/translation-contracts": "^2.5|^3.0"
5219
5031
  },
@@ -5274,7 +5086,7 @@
5274
5086
  "description": "Provides tools to internationalize your application",
5275
5087
  "homepage": "https://symfony.com",
5276
5088
  "support": {
5277
- "source": "https://github.com/symfony/translation/tree/v7.2.0"
5089
+ "source": "https://github.com/symfony/translation/tree/v7.1.5"
5278
5090
  },
5279
5091
  "funding": [
5280
5092
  {
@@ -5290,20 +5102,20 @@
5290
5102
  "type": "tidelift"
5291
5103
  }
5292
5104
  ],
5293
- "time": "2024-11-12T20:47:56+00:00"
5105
+ "time": "2024-09-16T06:30:38+00:00"
5294
5106
  },
5295
5107
  {
5296
5108
  "name": "symfony/translation-contracts",
5297
- "version": "v3.5.1",
5109
+ "version": "v3.5.0",
5298
5110
  "source": {
5299
5111
  "type": "git",
5300
5112
  "url": "https://github.com/symfony/translation-contracts.git",
5301
- "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
5113
+ "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
5302
5114
  },
5303
5115
  "dist": {
5304
5116
  "type": "zip",
5305
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
5306
- "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
5117
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
5118
+ "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
5307
5119
  "shasum": ""
5308
5120
  },
5309
5121
  "require": {
@@ -5352,7 +5164,7 @@
5352
5164
  "standards"
5353
5165
  ],
5354
5166
  "support": {
5355
- "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
5167
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
5356
5168
  },
5357
5169
  "funding": [
5358
5170
  {
@@ -5368,20 +5180,20 @@
5368
5180
  "type": "tidelift"
5369
5181
  }
5370
5182
  ],
5371
- "time": "2024-09-25T14:20:29+00:00"
5183
+ "time": "2024-04-18T09:32:20+00:00"
5372
5184
  },
5373
5185
  {
5374
5186
  "name": "symfony/uid",
5375
- "version": "v7.2.0",
5187
+ "version": "v7.1.5",
5376
5188
  "source": {
5377
5189
  "type": "git",
5378
5190
  "url": "https://github.com/symfony/uid.git",
5379
- "reference": "2d294d0c48df244c71c105a169d0190bfb080426"
5191
+ "reference": "8c7bb8acb933964055215d89f9a9871df0239317"
5380
5192
  },
5381
5193
  "dist": {
5382
5194
  "type": "zip",
5383
- "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426",
5384
- "reference": "2d294d0c48df244c71c105a169d0190bfb080426",
5195
+ "url": "https://api.github.com/repos/symfony/uid/zipball/8c7bb8acb933964055215d89f9a9871df0239317",
5196
+ "reference": "8c7bb8acb933964055215d89f9a9871df0239317",
5385
5197
  "shasum": ""
5386
5198
  },
5387
5199
  "require": {
@@ -5426,7 +5238,7 @@
5426
5238
  "uuid"
5427
5239
  ],
5428
5240
  "support": {
5429
- "source": "https://github.com/symfony/uid/tree/v7.2.0"
5241
+ "source": "https://github.com/symfony/uid/tree/v7.1.5"
5430
5242
  },
5431
5243
  "funding": [
5432
5244
  {
@@ -5442,20 +5254,20 @@
5442
5254
  "type": "tidelift"
5443
5255
  }
5444
5256
  ],
5445
- "time": "2024-09-25T14:21:43+00:00"
5257
+ "time": "2024-09-17T09:16:35+00:00"
5446
5258
  },
5447
5259
  {
5448
5260
  "name": "symfony/var-dumper",
5449
- "version": "v7.2.0",
5261
+ "version": "v7.1.5",
5450
5262
  "source": {
5451
5263
  "type": "git",
5452
5264
  "url": "https://github.com/symfony/var-dumper.git",
5453
- "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c"
5265
+ "reference": "e20e03889539fd4e4211e14d2179226c513c010d"
5454
5266
  },
5455
5267
  "dist": {
5456
5268
  "type": "zip",
5457
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6a22929407dec8765d6e2b6ff85b800b245879c",
5458
- "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c",
5269
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d",
5270
+ "reference": "e20e03889539fd4e4211e14d2179226c513c010d",
5459
5271
  "shasum": ""
5460
5272
  },
5461
5273
  "require": {
@@ -5471,7 +5283,7 @@
5471
5283
  "symfony/http-kernel": "^6.4|^7.0",
5472
5284
  "symfony/process": "^6.4|^7.0",
5473
5285
  "symfony/uid": "^6.4|^7.0",
5474
- "twig/twig": "^3.12"
5286
+ "twig/twig": "^3.0.4"
5475
5287
  },
5476
5288
  "bin": [
5477
5289
  "Resources/bin/var-dump-server"
@@ -5509,7 +5321,7 @@
5509
5321
  "dump"
5510
5322
  ],
5511
5323
  "support": {
5512
- "source": "https://github.com/symfony/var-dumper/tree/v7.2.0"
5324
+ "source": "https://github.com/symfony/var-dumper/tree/v7.1.5"
5513
5325
  },
5514
5326
  "funding": [
5515
5327
  {
@@ -5525,7 +5337,7 @@
5525
5337
  "type": "tidelift"
5526
5338
  }
5527
5339
  ],
5528
- "time": "2024-11-08T15:48:14+00:00"
5340
+ "time": "2024-09-16T10:07:02+00:00"
5529
5341
  },
5530
5342
  {
5531
5343
  "name": "tijsverkoyen/css-to-inline-styles",
@@ -5666,16 +5478,16 @@
5666
5478
  },
5667
5479
  {
5668
5480
  "name": "voku/portable-ascii",
5669
- "version": "2.0.3",
5481
+ "version": "2.0.1",
5670
5482
  "source": {
5671
5483
  "type": "git",
5672
5484
  "url": "https://github.com/voku/portable-ascii.git",
5673
- "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
5485
+ "reference": "b56450eed252f6801410d810c8e1727224ae0743"
5674
5486
  },
5675
5487
  "dist": {
5676
5488
  "type": "zip",
5677
- "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
5678
- "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
5489
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
5490
+ "reference": "b56450eed252f6801410d810c8e1727224ae0743",
5679
5491
  "shasum": ""
5680
5492
  },
5681
5493
  "require": {
@@ -5700,7 +5512,7 @@
5700
5512
  "authors": [
5701
5513
  {
5702
5514
  "name": "Lars Moelleken",
5703
- "homepage": "https://www.moelleken.org/"
5515
+ "homepage": "http://www.moelleken.org/"
5704
5516
  }
5705
5517
  ],
5706
5518
  "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
@@ -5712,7 +5524,7 @@
5712
5524
  ],
5713
5525
  "support": {
5714
5526
  "issues": "https://github.com/voku/portable-ascii/issues",
5715
- "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
5527
+ "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
5716
5528
  },
5717
5529
  "funding": [
5718
5530
  {
@@ -5736,7 +5548,7 @@
5736
5548
  "type": "tidelift"
5737
5549
  }
5738
5550
  ],
5739
- "time": "2024-11-21T01:49:47+00:00"
5551
+ "time": "2022-03-08T17:03:00+00:00"
5740
5552
  },
5741
5553
  {
5742
5554
  "name": "webmozart/assert",
@@ -5800,16 +5612,16 @@
5800
5612
  "packages-dev": [
5801
5613
  {
5802
5614
  "name": "fakerphp/faker",
5803
- "version": "v1.24.1",
5615
+ "version": "v1.23.1",
5804
5616
  "source": {
5805
5617
  "type": "git",
5806
5618
  "url": "https://github.com/FakerPHP/Faker.git",
5807
- "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
5619
+ "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
5808
5620
  },
5809
5621
  "dist": {
5810
5622
  "type": "zip",
5811
- "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
5812
- "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
5623
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
5624
+ "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
5813
5625
  "shasum": ""
5814
5626
  },
5815
5627
  "require": {
@@ -5857,9 +5669,9 @@
5857
5669
  ],
5858
5670
  "support": {
5859
5671
  "issues": "https://github.com/FakerPHP/Faker/issues",
5860
- "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
5672
+ "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
5861
5673
  },
5862
- "time": "2024-11-21T13:46:39+00:00"
5674
+ "time": "2024-01-02T13:46:09+00:00"
5863
5675
  },
5864
5676
  {
5865
5677
  "name": "filp/whoops",
@@ -5985,16 +5797,16 @@
5985
5797
  },
5986
5798
  {
5987
5799
  "name": "laravel/pint",
5988
- "version": "v1.18.3",
5800
+ "version": "v1.18.1",
5989
5801
  "source": {
5990
5802
  "type": "git",
5991
5803
  "url": "https://github.com/laravel/pint.git",
5992
- "reference": "cef51821608239040ab841ad6e1c6ae502ae3026"
5804
+ "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9"
5993
5805
  },
5994
5806
  "dist": {
5995
5807
  "type": "zip",
5996
- "url": "https://api.github.com/repos/laravel/pint/zipball/cef51821608239040ab841ad6e1c6ae502ae3026",
5997
- "reference": "cef51821608239040ab841ad6e1c6ae502ae3026",
5808
+ "url": "https://api.github.com/repos/laravel/pint/zipball/35c00c05ec43e6b46d295efc0f4386ceb30d50d9",
5809
+ "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9",
5998
5810
  "shasum": ""
5999
5811
  },
6000
5812
  "require": {
@@ -6005,13 +5817,13 @@
6005
5817
  "php": "^8.1.0"
6006
5818
  },
6007
5819
  "require-dev": {
6008
- "friendsofphp/php-cs-fixer": "^3.65.0",
6009
- "illuminate/view": "^10.48.24",
6010
- "larastan/larastan": "^2.9.11",
5820
+ "friendsofphp/php-cs-fixer": "^3.64.0",
5821
+ "illuminate/view": "^10.48.20",
5822
+ "larastan/larastan": "^2.9.8",
6011
5823
  "laravel-zero/framework": "^10.4.0",
6012
5824
  "mockery/mockery": "^1.6.12",
6013
- "nunomaduro/termwind": "^1.17.0",
6014
- "pestphp/pest": "^2.36.0"
5825
+ "nunomaduro/termwind": "^1.15.1",
5826
+ "pestphp/pest": "^2.35.1"
6015
5827
  },
6016
5828
  "bin": [
6017
5829
  "builds/pint"
@@ -6047,20 +5859,20 @@
6047
5859
  "issues": "https://github.com/laravel/pint/issues",
6048
5860
  "source": "https://github.com/laravel/pint"
6049
5861
  },
6050
- "time": "2024-11-26T15:34:00+00:00"
5862
+ "time": "2024-09-24T17:22:50+00:00"
6051
5863
  },
6052
5864
  {
6053
5865
  "name": "laravel/sail",
6054
- "version": "v1.39.1",
5866
+ "version": "v1.34.0",
6055
5867
  "source": {
6056
5868
  "type": "git",
6057
5869
  "url": "https://github.com/laravel/sail.git",
6058
- "reference": "1a3c7291bc88de983b66688919a4d298d68ddec7"
5870
+ "reference": "511e9c95b0f3ee778dc9e11e242bcd2af8e002cd"
6059
5871
  },
6060
5872
  "dist": {
6061
5873
  "type": "zip",
6062
- "url": "https://api.github.com/repos/laravel/sail/zipball/1a3c7291bc88de983b66688919a4d298d68ddec7",
6063
- "reference": "1a3c7291bc88de983b66688919a4d298d68ddec7",
5874
+ "url": "https://api.github.com/repos/laravel/sail/zipball/511e9c95b0f3ee778dc9e11e242bcd2af8e002cd",
5875
+ "reference": "511e9c95b0f3ee778dc9e11e242bcd2af8e002cd",
6064
5876
  "shasum": ""
6065
5877
  },
6066
5878
  "require": {
@@ -6110,7 +5922,7 @@
6110
5922
  "issues": "https://github.com/laravel/sail/issues",
6111
5923
  "source": "https://github.com/laravel/sail"
6112
5924
  },
6113
- "time": "2024-11-27T15:42:28+00:00"
5925
+ "time": "2024-09-27T14:58:09+00:00"
6114
5926
  },
6115
5927
  {
6116
5928
  "name": "mockery/mockery",
@@ -6197,16 +6009,16 @@
6197
6009
  },
6198
6010
  {
6199
6011
  "name": "myclabs/deep-copy",
6200
- "version": "1.12.1",
6012
+ "version": "1.12.0",
6201
6013
  "source": {
6202
6014
  "type": "git",
6203
6015
  "url": "https://github.com/myclabs/DeepCopy.git",
6204
- "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
6016
+ "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
6205
6017
  },
6206
6018
  "dist": {
6207
6019
  "type": "zip",
6208
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
6209
- "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
6020
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
6021
+ "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
6210
6022
  "shasum": ""
6211
6023
  },
6212
6024
  "require": {
@@ -6245,7 +6057,7 @@
6245
6057
  ],
6246
6058
  "support": {
6247
6059
  "issues": "https://github.com/myclabs/DeepCopy/issues",
6248
- "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
6060
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
6249
6061
  },
6250
6062
  "funding": [
6251
6063
  {
@@ -6253,27 +6065,27 @@
6253
6065
  "type": "tidelift"
6254
6066
  }
6255
6067
  ],
6256
- "time": "2024-11-08T17:47:46+00:00"
6068
+ "time": "2024-06-12T14:39:25+00:00"
6257
6069
  },
6258
6070
  {
6259
6071
  "name": "nunomaduro/collision",
6260
- "version": "v8.5.0",
6072
+ "version": "v8.4.0",
6261
6073
  "source": {
6262
6074
  "type": "git",
6263
6075
  "url": "https://github.com/nunomaduro/collision.git",
6264
- "reference": "f5c101b929c958e849a633283adff296ed5f38f5"
6076
+ "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a"
6265
6077
  },
6266
6078
  "dist": {
6267
6079
  "type": "zip",
6268
- "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f5c101b929c958e849a633283adff296ed5f38f5",
6269
- "reference": "f5c101b929c958e849a633283adff296ed5f38f5",
6080
+ "url": "https://api.github.com/repos/nunomaduro/collision/zipball/e7d1aa8ed753f63fa816932bbc89678238843b4a",
6081
+ "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a",
6270
6082
  "shasum": ""
6271
6083
  },
6272
6084
  "require": {
6273
- "filp/whoops": "^2.16.0",
6274
- "nunomaduro/termwind": "^2.1.0",
6085
+ "filp/whoops": "^2.15.4",
6086
+ "nunomaduro/termwind": "^2.0.1",
6275
6087
  "php": "^8.2.0",
6276
- "symfony/console": "^7.1.5"
6088
+ "symfony/console": "^7.1.3"
6277
6089
  },
6278
6090
  "conflict": {
6279
6091
  "laravel/framework": "<11.0.0 || >=12.0.0",
@@ -6281,14 +6093,14 @@
6281
6093
  },
6282
6094
  "require-dev": {
6283
6095
  "larastan/larastan": "^2.9.8",
6284
- "laravel/framework": "^11.28.0",
6285
- "laravel/pint": "^1.18.1",
6286
- "laravel/sail": "^1.36.0",
6287
- "laravel/sanctum": "^4.0.3",
6288
- "laravel/tinker": "^2.10.0",
6289
- "orchestra/testbench-core": "^9.5.3",
6290
- "pestphp/pest": "^2.36.0 || ^3.4.0",
6291
- "sebastian/environment": "^6.1.0 || ^7.2.0"
6096
+ "laravel/framework": "^11.19.0",
6097
+ "laravel/pint": "^1.17.1",
6098
+ "laravel/sail": "^1.31.0",
6099
+ "laravel/sanctum": "^4.0.2",
6100
+ "laravel/tinker": "^2.9.0",
6101
+ "orchestra/testbench-core": "^9.2.3",
6102
+ "pestphp/pest": "^2.35.0 || ^3.0.0",
6103
+ "sebastian/environment": "^6.1.0 || ^7.0.0"
6292
6104
  },
6293
6105
  "type": "library",
6294
6106
  "extra": {
@@ -6350,7 +6162,7 @@
6350
6162
  "type": "patreon"
6351
6163
  }
6352
6164
  ],
6353
- "time": "2024-10-15T16:06:32+00:00"
6165
+ "time": "2024-08-03T15:32:23+00:00"
6354
6166
  },
6355
6167
  {
6356
6168
  "name": "phar-io/manifest",
@@ -6472,35 +6284,35 @@
6472
6284
  },
6473
6285
  {
6474
6286
  "name": "phpunit/php-code-coverage",
6475
- "version": "10.1.16",
6287
+ "version": "11.0.6",
6476
6288
  "source": {
6477
6289
  "type": "git",
6478
6290
  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6479
- "reference": "7e308268858ed6baedc8704a304727d20bc07c77"
6291
+ "reference": "ebdffc9e09585dafa71b9bffcdb0a229d4704c45"
6480
6292
  },
6481
6293
  "dist": {
6482
6294
  "type": "zip",
6483
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77",
6484
- "reference": "7e308268858ed6baedc8704a304727d20bc07c77",
6295
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ebdffc9e09585dafa71b9bffcdb0a229d4704c45",
6296
+ "reference": "ebdffc9e09585dafa71b9bffcdb0a229d4704c45",
6485
6297
  "shasum": ""
6486
6298
  },
6487
6299
  "require": {
6488
6300
  "ext-dom": "*",
6489
6301
  "ext-libxml": "*",
6490
6302
  "ext-xmlwriter": "*",
6491
- "nikic/php-parser": "^4.19.1 || ^5.1.0",
6492
- "php": ">=8.1",
6493
- "phpunit/php-file-iterator": "^4.1.0",
6494
- "phpunit/php-text-template": "^3.0.1",
6495
- "sebastian/code-unit-reverse-lookup": "^3.0.0",
6496
- "sebastian/complexity": "^3.2.0",
6497
- "sebastian/environment": "^6.1.0",
6498
- "sebastian/lines-of-code": "^2.0.2",
6499
- "sebastian/version": "^4.0.1",
6303
+ "nikic/php-parser": "^5.1.0",
6304
+ "php": ">=8.2",
6305
+ "phpunit/php-file-iterator": "^5.0.1",
6306
+ "phpunit/php-text-template": "^4.0.1",
6307
+ "sebastian/code-unit-reverse-lookup": "^4.0.1",
6308
+ "sebastian/complexity": "^4.0.1",
6309
+ "sebastian/environment": "^7.2.0",
6310
+ "sebastian/lines-of-code": "^3.0.1",
6311
+ "sebastian/version": "^5.0.1",
6500
6312
  "theseer/tokenizer": "^1.2.3"
6501
6313
  },
6502
6314
  "require-dev": {
6503
- "phpunit/phpunit": "^10.1"
6315
+ "phpunit/phpunit": "^11.0"
6504
6316
  },
6505
6317
  "suggest": {
6506
6318
  "ext-pcov": "PHP extension that provides line coverage",
@@ -6509,7 +6321,7 @@
6509
6321
  "type": "library",
6510
6322
  "extra": {
6511
6323
  "branch-alias": {
6512
- "dev-main": "10.1.x-dev"
6324
+ "dev-main": "11.0.x-dev"
6513
6325
  }
6514
6326
  },
6515
6327
  "autoload": {
@@ -6538,7 +6350,7 @@
6538
6350
  "support": {
6539
6351
  "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
6540
6352
  "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
6541
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16"
6353
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.6"
6542
6354
  },
6543
6355
  "funding": [
6544
6356
  {
@@ -6546,32 +6358,32 @@
6546
6358
  "type": "github"
6547
6359
  }
6548
6360
  ],
6549
- "time": "2024-08-22T04:31:57+00:00"
6361
+ "time": "2024-08-22T04:37:56+00:00"
6550
6362
  },
6551
6363
  {
6552
6364
  "name": "phpunit/php-file-iterator",
6553
- "version": "4.1.0",
6365
+ "version": "5.1.0",
6554
6366
  "source": {
6555
6367
  "type": "git",
6556
6368
  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6557
- "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
6369
+ "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
6558
6370
  },
6559
6371
  "dist": {
6560
6372
  "type": "zip",
6561
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
6562
- "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
6373
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
6374
+ "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
6563
6375
  "shasum": ""
6564
6376
  },
6565
6377
  "require": {
6566
- "php": ">=8.1"
6378
+ "php": ">=8.2"
6567
6379
  },
6568
6380
  "require-dev": {
6569
- "phpunit/phpunit": "^10.0"
6381
+ "phpunit/phpunit": "^11.0"
6570
6382
  },
6571
6383
  "type": "library",
6572
6384
  "extra": {
6573
6385
  "branch-alias": {
6574
- "dev-main": "4.0-dev"
6386
+ "dev-main": "5.0-dev"
6575
6387
  }
6576
6388
  },
6577
6389
  "autoload": {
@@ -6599,7 +6411,7 @@
6599
6411
  "support": {
6600
6412
  "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
6601
6413
  "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
6602
- "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
6414
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
6603
6415
  },
6604
6416
  "funding": [
6605
6417
  {
@@ -6607,28 +6419,28 @@
6607
6419
  "type": "github"
6608
6420
  }
6609
6421
  ],
6610
- "time": "2023-08-31T06:24:48+00:00"
6422
+ "time": "2024-08-27T05:02:59+00:00"
6611
6423
  },
6612
6424
  {
6613
6425
  "name": "phpunit/php-invoker",
6614
- "version": "4.0.0",
6426
+ "version": "5.0.1",
6615
6427
  "source": {
6616
6428
  "type": "git",
6617
6429
  "url": "https://github.com/sebastianbergmann/php-invoker.git",
6618
- "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
6430
+ "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
6619
6431
  },
6620
6432
  "dist": {
6621
6433
  "type": "zip",
6622
- "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
6623
- "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
6434
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
6435
+ "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
6624
6436
  "shasum": ""
6625
6437
  },
6626
6438
  "require": {
6627
- "php": ">=8.1"
6439
+ "php": ">=8.2"
6628
6440
  },
6629
6441
  "require-dev": {
6630
6442
  "ext-pcntl": "*",
6631
- "phpunit/phpunit": "^10.0"
6443
+ "phpunit/phpunit": "^11.0"
6632
6444
  },
6633
6445
  "suggest": {
6634
6446
  "ext-pcntl": "*"
@@ -6636,7 +6448,7 @@
6636
6448
  "type": "library",
6637
6449
  "extra": {
6638
6450
  "branch-alias": {
6639
- "dev-main": "4.0-dev"
6451
+ "dev-main": "5.0-dev"
6640
6452
  }
6641
6453
  },
6642
6454
  "autoload": {
@@ -6662,7 +6474,8 @@
6662
6474
  ],
6663
6475
  "support": {
6664
6476
  "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
6665
- "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
6477
+ "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
6478
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
6666
6479
  },
6667
6480
  "funding": [
6668
6481
  {
@@ -6670,32 +6483,32 @@
6670
6483
  "type": "github"
6671
6484
  }
6672
6485
  ],
6673
- "time": "2023-02-03T06:56:09+00:00"
6486
+ "time": "2024-07-03T05:07:44+00:00"
6674
6487
  },
6675
6488
  {
6676
6489
  "name": "phpunit/php-text-template",
6677
- "version": "3.0.1",
6490
+ "version": "4.0.1",
6678
6491
  "source": {
6679
6492
  "type": "git",
6680
6493
  "url": "https://github.com/sebastianbergmann/php-text-template.git",
6681
- "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
6494
+ "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
6682
6495
  },
6683
6496
  "dist": {
6684
6497
  "type": "zip",
6685
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
6686
- "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
6498
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
6499
+ "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
6687
6500
  "shasum": ""
6688
6501
  },
6689
6502
  "require": {
6690
- "php": ">=8.1"
6503
+ "php": ">=8.2"
6691
6504
  },
6692
6505
  "require-dev": {
6693
- "phpunit/phpunit": "^10.0"
6506
+ "phpunit/phpunit": "^11.0"
6694
6507
  },
6695
6508
  "type": "library",
6696
6509
  "extra": {
6697
6510
  "branch-alias": {
6698
- "dev-main": "3.0-dev"
6511
+ "dev-main": "4.0-dev"
6699
6512
  }
6700
6513
  },
6701
6514
  "autoload": {
@@ -6722,7 +6535,7 @@
6722
6535
  "support": {
6723
6536
  "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
6724
6537
  "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
6725
- "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
6538
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
6726
6539
  },
6727
6540
  "funding": [
6728
6541
  {
@@ -6730,32 +6543,32 @@
6730
6543
  "type": "github"
6731
6544
  }
6732
6545
  ],
6733
- "time": "2023-08-31T14:07:24+00:00"
6546
+ "time": "2024-07-03T05:08:43+00:00"
6734
6547
  },
6735
6548
  {
6736
6549
  "name": "phpunit/php-timer",
6737
- "version": "6.0.0",
6550
+ "version": "7.0.1",
6738
6551
  "source": {
6739
6552
  "type": "git",
6740
6553
  "url": "https://github.com/sebastianbergmann/php-timer.git",
6741
- "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
6554
+ "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
6742
6555
  },
6743
6556
  "dist": {
6744
6557
  "type": "zip",
6745
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
6746
- "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
6558
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
6559
+ "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
6747
6560
  "shasum": ""
6748
6561
  },
6749
6562
  "require": {
6750
- "php": ">=8.1"
6563
+ "php": ">=8.2"
6751
6564
  },
6752
6565
  "require-dev": {
6753
- "phpunit/phpunit": "^10.0"
6566
+ "phpunit/phpunit": "^11.0"
6754
6567
  },
6755
6568
  "type": "library",
6756
6569
  "extra": {
6757
6570
  "branch-alias": {
6758
- "dev-main": "6.0-dev"
6571
+ "dev-main": "7.0-dev"
6759
6572
  }
6760
6573
  },
6761
6574
  "autoload": {
@@ -6781,7 +6594,8 @@
6781
6594
  ],
6782
6595
  "support": {
6783
6596
  "issues": "https://github.com/sebastianbergmann/php-timer/issues",
6784
- "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
6597
+ "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
6598
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
6785
6599
  },
6786
6600
  "funding": [
6787
6601
  {
@@ -6789,20 +6603,20 @@
6789
6603
  "type": "github"
6790
6604
  }
6791
6605
  ],
6792
- "time": "2023-02-03T06:57:52+00:00"
6606
+ "time": "2024-07-03T05:09:35+00:00"
6793
6607
  },
6794
6608
  {
6795
6609
  "name": "phpunit/phpunit",
6796
- "version": "10.5.39",
6610
+ "version": "11.3.6",
6797
6611
  "source": {
6798
6612
  "type": "git",
6799
6613
  "url": "https://github.com/sebastianbergmann/phpunit.git",
6800
- "reference": "4e89eff200b801db58f3d580ad7426431949eaa9"
6614
+ "reference": "d62c45a19c665bb872c2a47023a0baf41a98bb2b"
6801
6615
  },
6802
6616
  "dist": {
6803
6617
  "type": "zip",
6804
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4e89eff200b801db58f3d580ad7426431949eaa9",
6805
- "reference": "4e89eff200b801db58f3d580ad7426431949eaa9",
6618
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d62c45a19c665bb872c2a47023a0baf41a98bb2b",
6619
+ "reference": "d62c45a19c665bb872c2a47023a0baf41a98bb2b",
6806
6620
  "shasum": ""
6807
6621
  },
6808
6622
  "require": {
@@ -6812,26 +6626,25 @@
6812
6626
  "ext-mbstring": "*",
6813
6627
  "ext-xml": "*",
6814
6628
  "ext-xmlwriter": "*",
6815
- "myclabs/deep-copy": "^1.12.1",
6629
+ "myclabs/deep-copy": "^1.12.0",
6816
6630
  "phar-io/manifest": "^2.0.4",
6817
6631
  "phar-io/version": "^3.2.1",
6818
- "php": ">=8.1",
6819
- "phpunit/php-code-coverage": "^10.1.16",
6820
- "phpunit/php-file-iterator": "^4.1.0",
6821
- "phpunit/php-invoker": "^4.0.0",
6822
- "phpunit/php-text-template": "^3.0.1",
6823
- "phpunit/php-timer": "^6.0.0",
6824
- "sebastian/cli-parser": "^2.0.1",
6825
- "sebastian/code-unit": "^2.0.0",
6826
- "sebastian/comparator": "^5.0.3",
6827
- "sebastian/diff": "^5.1.1",
6828
- "sebastian/environment": "^6.1.0",
6829
- "sebastian/exporter": "^5.1.2",
6830
- "sebastian/global-state": "^6.0.2",
6831
- "sebastian/object-enumerator": "^5.0.0",
6832
- "sebastian/recursion-context": "^5.0.0",
6833
- "sebastian/type": "^4.0.0",
6834
- "sebastian/version": "^4.0.1"
6632
+ "php": ">=8.2",
6633
+ "phpunit/php-code-coverage": "^11.0.6",
6634
+ "phpunit/php-file-iterator": "^5.1.0",
6635
+ "phpunit/php-invoker": "^5.0.1",
6636
+ "phpunit/php-text-template": "^4.0.1",
6637
+ "phpunit/php-timer": "^7.0.1",
6638
+ "sebastian/cli-parser": "^3.0.2",
6639
+ "sebastian/code-unit": "^3.0.1",
6640
+ "sebastian/comparator": "^6.1.0",
6641
+ "sebastian/diff": "^6.0.2",
6642
+ "sebastian/environment": "^7.2.0",
6643
+ "sebastian/exporter": "^6.1.3",
6644
+ "sebastian/global-state": "^7.0.2",
6645
+ "sebastian/object-enumerator": "^6.0.1",
6646
+ "sebastian/type": "^5.1.0",
6647
+ "sebastian/version": "^5.0.1"
6835
6648
  },
6836
6649
  "suggest": {
6837
6650
  "ext-soap": "To be able to generate mocks based on WSDL files"
@@ -6842,7 +6655,7 @@
6842
6655
  "type": "library",
6843
6656
  "extra": {
6844
6657
  "branch-alias": {
6845
- "dev-main": "10.5-dev"
6658
+ "dev-main": "11.3-dev"
6846
6659
  }
6847
6660
  },
6848
6661
  "autoload": {
@@ -6874,7 +6687,7 @@
6874
6687
  "support": {
6875
6688
  "issues": "https://github.com/sebastianbergmann/phpunit/issues",
6876
6689
  "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
6877
- "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.39"
6690
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.6"
6878
6691
  },
6879
6692
  "funding": [
6880
6693
  {
@@ -6890,32 +6703,32 @@
6890
6703
  "type": "tidelift"
6891
6704
  }
6892
6705
  ],
6893
- "time": "2024-12-11T10:51:07+00:00"
6706
+ "time": "2024-09-19T10:54:28+00:00"
6894
6707
  },
6895
6708
  {
6896
6709
  "name": "sebastian/cli-parser",
6897
- "version": "2.0.1",
6710
+ "version": "3.0.2",
6898
6711
  "source": {
6899
6712
  "type": "git",
6900
6713
  "url": "https://github.com/sebastianbergmann/cli-parser.git",
6901
- "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
6714
+ "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
6902
6715
  },
6903
6716
  "dist": {
6904
6717
  "type": "zip",
6905
- "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
6906
- "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
6718
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
6719
+ "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
6907
6720
  "shasum": ""
6908
6721
  },
6909
6722
  "require": {
6910
- "php": ">=8.1"
6723
+ "php": ">=8.2"
6911
6724
  },
6912
6725
  "require-dev": {
6913
- "phpunit/phpunit": "^10.0"
6726
+ "phpunit/phpunit": "^11.0"
6914
6727
  },
6915
6728
  "type": "library",
6916
6729
  "extra": {
6917
6730
  "branch-alias": {
6918
- "dev-main": "2.0-dev"
6731
+ "dev-main": "3.0-dev"
6919
6732
  }
6920
6733
  },
6921
6734
  "autoload": {
@@ -6939,7 +6752,7 @@
6939
6752
  "support": {
6940
6753
  "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
6941
6754
  "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
6942
- "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
6755
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
6943
6756
  },
6944
6757
  "funding": [
6945
6758
  {
@@ -6947,32 +6760,32 @@
6947
6760
  "type": "github"
6948
6761
  }
6949
6762
  ],
6950
- "time": "2024-03-02T07:12:49+00:00"
6763
+ "time": "2024-07-03T04:41:36+00:00"
6951
6764
  },
6952
6765
  {
6953
6766
  "name": "sebastian/code-unit",
6954
- "version": "2.0.0",
6767
+ "version": "3.0.1",
6955
6768
  "source": {
6956
6769
  "type": "git",
6957
6770
  "url": "https://github.com/sebastianbergmann/code-unit.git",
6958
- "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
6771
+ "reference": "6bb7d09d6623567178cf54126afa9c2310114268"
6959
6772
  },
6960
6773
  "dist": {
6961
6774
  "type": "zip",
6962
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
6963
- "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
6775
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6bb7d09d6623567178cf54126afa9c2310114268",
6776
+ "reference": "6bb7d09d6623567178cf54126afa9c2310114268",
6964
6777
  "shasum": ""
6965
6778
  },
6966
6779
  "require": {
6967
- "php": ">=8.1"
6780
+ "php": ">=8.2"
6968
6781
  },
6969
6782
  "require-dev": {
6970
- "phpunit/phpunit": "^10.0"
6783
+ "phpunit/phpunit": "^11.0"
6971
6784
  },
6972
6785
  "type": "library",
6973
6786
  "extra": {
6974
6787
  "branch-alias": {
6975
- "dev-main": "2.0-dev"
6788
+ "dev-main": "3.0-dev"
6976
6789
  }
6977
6790
  },
6978
6791
  "autoload": {
@@ -6995,7 +6808,8 @@
6995
6808
  "homepage": "https://github.com/sebastianbergmann/code-unit",
6996
6809
  "support": {
6997
6810
  "issues": "https://github.com/sebastianbergmann/code-unit/issues",
6998
- "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
6811
+ "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
6812
+ "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.1"
6999
6813
  },
7000
6814
  "funding": [
7001
6815
  {
@@ -7003,32 +6817,32 @@
7003
6817
  "type": "github"
7004
6818
  }
7005
6819
  ],
7006
- "time": "2023-02-03T06:58:43+00:00"
6820
+ "time": "2024-07-03T04:44:28+00:00"
7007
6821
  },
7008
6822
  {
7009
6823
  "name": "sebastian/code-unit-reverse-lookup",
7010
- "version": "3.0.0",
6824
+ "version": "4.0.1",
7011
6825
  "source": {
7012
6826
  "type": "git",
7013
6827
  "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7014
- "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
6828
+ "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
7015
6829
  },
7016
6830
  "dist": {
7017
6831
  "type": "zip",
7018
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
7019
- "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
6832
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
6833
+ "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
7020
6834
  "shasum": ""
7021
6835
  },
7022
6836
  "require": {
7023
- "php": ">=8.1"
6837
+ "php": ">=8.2"
7024
6838
  },
7025
6839
  "require-dev": {
7026
- "phpunit/phpunit": "^10.0"
6840
+ "phpunit/phpunit": "^11.0"
7027
6841
  },
7028
6842
  "type": "library",
7029
6843
  "extra": {
7030
6844
  "branch-alias": {
7031
- "dev-main": "3.0-dev"
6845
+ "dev-main": "4.0-dev"
7032
6846
  }
7033
6847
  },
7034
6848
  "autoload": {
@@ -7050,7 +6864,8 @@
7050
6864
  "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7051
6865
  "support": {
7052
6866
  "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
7053
- "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
6867
+ "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
6868
+ "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
7054
6869
  },
7055
6870
  "funding": [
7056
6871
  {
@@ -7058,36 +6873,36 @@
7058
6873
  "type": "github"
7059
6874
  }
7060
6875
  ],
7061
- "time": "2023-02-03T06:59:15+00:00"
6876
+ "time": "2024-07-03T04:45:54+00:00"
7062
6877
  },
7063
6878
  {
7064
6879
  "name": "sebastian/comparator",
7065
- "version": "5.0.3",
6880
+ "version": "6.1.0",
7066
6881
  "source": {
7067
6882
  "type": "git",
7068
6883
  "url": "https://github.com/sebastianbergmann/comparator.git",
7069
- "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e"
6884
+ "reference": "fa37b9e2ca618cb051d71b60120952ee8ca8b03d"
7070
6885
  },
7071
6886
  "dist": {
7072
6887
  "type": "zip",
7073
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
7074
- "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
6888
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa37b9e2ca618cb051d71b60120952ee8ca8b03d",
6889
+ "reference": "fa37b9e2ca618cb051d71b60120952ee8ca8b03d",
7075
6890
  "shasum": ""
7076
6891
  },
7077
6892
  "require": {
7078
6893
  "ext-dom": "*",
7079
6894
  "ext-mbstring": "*",
7080
- "php": ">=8.1",
7081
- "sebastian/diff": "^5.0",
7082
- "sebastian/exporter": "^5.0"
6895
+ "php": ">=8.2",
6896
+ "sebastian/diff": "^6.0",
6897
+ "sebastian/exporter": "^6.0"
7083
6898
  },
7084
6899
  "require-dev": {
7085
- "phpunit/phpunit": "^10.5"
6900
+ "phpunit/phpunit": "^11.3"
7086
6901
  },
7087
6902
  "type": "library",
7088
6903
  "extra": {
7089
6904
  "branch-alias": {
7090
- "dev-main": "5.0-dev"
6905
+ "dev-main": "6.1-dev"
7091
6906
  }
7092
6907
  },
7093
6908
  "autoload": {
@@ -7127,7 +6942,7 @@
7127
6942
  "support": {
7128
6943
  "issues": "https://github.com/sebastianbergmann/comparator/issues",
7129
6944
  "security": "https://github.com/sebastianbergmann/comparator/security/policy",
7130
- "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3"
6945
+ "source": "https://github.com/sebastianbergmann/comparator/tree/6.1.0"
7131
6946
  },
7132
6947
  "funding": [
7133
6948
  {
@@ -7135,33 +6950,33 @@
7135
6950
  "type": "github"
7136
6951
  }
7137
6952
  ],
7138
- "time": "2024-10-18T14:56:07+00:00"
6953
+ "time": "2024-09-11T15:42:56+00:00"
7139
6954
  },
7140
6955
  {
7141
6956
  "name": "sebastian/complexity",
7142
- "version": "3.2.0",
6957
+ "version": "4.0.1",
7143
6958
  "source": {
7144
6959
  "type": "git",
7145
6960
  "url": "https://github.com/sebastianbergmann/complexity.git",
7146
- "reference": "68ff824baeae169ec9f2137158ee529584553799"
6961
+ "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
7147
6962
  },
7148
6963
  "dist": {
7149
6964
  "type": "zip",
7150
- "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
7151
- "reference": "68ff824baeae169ec9f2137158ee529584553799",
6965
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
6966
+ "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
7152
6967
  "shasum": ""
7153
6968
  },
7154
6969
  "require": {
7155
- "nikic/php-parser": "^4.18 || ^5.0",
7156
- "php": ">=8.1"
6970
+ "nikic/php-parser": "^5.0",
6971
+ "php": ">=8.2"
7157
6972
  },
7158
6973
  "require-dev": {
7159
- "phpunit/phpunit": "^10.0"
6974
+ "phpunit/phpunit": "^11.0"
7160
6975
  },
7161
6976
  "type": "library",
7162
6977
  "extra": {
7163
6978
  "branch-alias": {
7164
- "dev-main": "3.2-dev"
6979
+ "dev-main": "4.0-dev"
7165
6980
  }
7166
6981
  },
7167
6982
  "autoload": {
@@ -7185,7 +7000,7 @@
7185
7000
  "support": {
7186
7001
  "issues": "https://github.com/sebastianbergmann/complexity/issues",
7187
7002
  "security": "https://github.com/sebastianbergmann/complexity/security/policy",
7188
- "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
7003
+ "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
7189
7004
  },
7190
7005
  "funding": [
7191
7006
  {
@@ -7193,33 +7008,33 @@
7193
7008
  "type": "github"
7194
7009
  }
7195
7010
  ],
7196
- "time": "2023-12-21T08:37:17+00:00"
7011
+ "time": "2024-07-03T04:49:50+00:00"
7197
7012
  },
7198
7013
  {
7199
7014
  "name": "sebastian/diff",
7200
- "version": "5.1.1",
7015
+ "version": "6.0.2",
7201
7016
  "source": {
7202
7017
  "type": "git",
7203
7018
  "url": "https://github.com/sebastianbergmann/diff.git",
7204
- "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
7019
+ "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
7205
7020
  },
7206
7021
  "dist": {
7207
7022
  "type": "zip",
7208
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
7209
- "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
7023
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
7024
+ "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
7210
7025
  "shasum": ""
7211
7026
  },
7212
7027
  "require": {
7213
- "php": ">=8.1"
7028
+ "php": ">=8.2"
7214
7029
  },
7215
7030
  "require-dev": {
7216
- "phpunit/phpunit": "^10.0",
7217
- "symfony/process": "^6.4"
7031
+ "phpunit/phpunit": "^11.0",
7032
+ "symfony/process": "^4.2 || ^5"
7218
7033
  },
7219
7034
  "type": "library",
7220
7035
  "extra": {
7221
7036
  "branch-alias": {
7222
- "dev-main": "5.1-dev"
7037
+ "dev-main": "6.0-dev"
7223
7038
  }
7224
7039
  },
7225
7040
  "autoload": {
@@ -7252,7 +7067,7 @@
7252
7067
  "support": {
7253
7068
  "issues": "https://github.com/sebastianbergmann/diff/issues",
7254
7069
  "security": "https://github.com/sebastianbergmann/diff/security/policy",
7255
- "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
7070
+ "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
7256
7071
  },
7257
7072
  "funding": [
7258
7073
  {
@@ -7260,27 +7075,27 @@
7260
7075
  "type": "github"
7261
7076
  }
7262
7077
  ],
7263
- "time": "2024-03-02T07:15:17+00:00"
7078
+ "time": "2024-07-03T04:53:05+00:00"
7264
7079
  },
7265
7080
  {
7266
7081
  "name": "sebastian/environment",
7267
- "version": "6.1.0",
7082
+ "version": "7.2.0",
7268
7083
  "source": {
7269
7084
  "type": "git",
7270
7085
  "url": "https://github.com/sebastianbergmann/environment.git",
7271
- "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
7086
+ "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
7272
7087
  },
7273
7088
  "dist": {
7274
7089
  "type": "zip",
7275
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
7276
- "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
7090
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
7091
+ "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
7277
7092
  "shasum": ""
7278
7093
  },
7279
7094
  "require": {
7280
- "php": ">=8.1"
7095
+ "php": ">=8.2"
7281
7096
  },
7282
7097
  "require-dev": {
7283
- "phpunit/phpunit": "^10.0"
7098
+ "phpunit/phpunit": "^11.0"
7284
7099
  },
7285
7100
  "suggest": {
7286
7101
  "ext-posix": "*"
@@ -7288,7 +7103,7 @@
7288
7103
  "type": "library",
7289
7104
  "extra": {
7290
7105
  "branch-alias": {
7291
- "dev-main": "6.1-dev"
7106
+ "dev-main": "7.2-dev"
7292
7107
  }
7293
7108
  },
7294
7109
  "autoload": {
@@ -7316,7 +7131,7 @@
7316
7131
  "support": {
7317
7132
  "issues": "https://github.com/sebastianbergmann/environment/issues",
7318
7133
  "security": "https://github.com/sebastianbergmann/environment/security/policy",
7319
- "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
7134
+ "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
7320
7135
  },
7321
7136
  "funding": [
7322
7137
  {
@@ -7324,34 +7139,34 @@
7324
7139
  "type": "github"
7325
7140
  }
7326
7141
  ],
7327
- "time": "2024-03-23T08:47:14+00:00"
7142
+ "time": "2024-07-03T04:54:44+00:00"
7328
7143
  },
7329
7144
  {
7330
7145
  "name": "sebastian/exporter",
7331
- "version": "5.1.2",
7146
+ "version": "6.1.3",
7332
7147
  "source": {
7333
7148
  "type": "git",
7334
7149
  "url": "https://github.com/sebastianbergmann/exporter.git",
7335
- "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
7150
+ "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e"
7336
7151
  },
7337
7152
  "dist": {
7338
7153
  "type": "zip",
7339
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
7340
- "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
7154
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e",
7155
+ "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e",
7341
7156
  "shasum": ""
7342
7157
  },
7343
7158
  "require": {
7344
7159
  "ext-mbstring": "*",
7345
- "php": ">=8.1",
7346
- "sebastian/recursion-context": "^5.0"
7160
+ "php": ">=8.2",
7161
+ "sebastian/recursion-context": "^6.0"
7347
7162
  },
7348
7163
  "require-dev": {
7349
- "phpunit/phpunit": "^10.0"
7164
+ "phpunit/phpunit": "^11.2"
7350
7165
  },
7351
7166
  "type": "library",
7352
7167
  "extra": {
7353
7168
  "branch-alias": {
7354
- "dev-main": "5.1-dev"
7169
+ "dev-main": "6.1-dev"
7355
7170
  }
7356
7171
  },
7357
7172
  "autoload": {
@@ -7394,7 +7209,7 @@
7394
7209
  "support": {
7395
7210
  "issues": "https://github.com/sebastianbergmann/exporter/issues",
7396
7211
  "security": "https://github.com/sebastianbergmann/exporter/security/policy",
7397
- "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
7212
+ "source": "https://github.com/sebastianbergmann/exporter/tree/6.1.3"
7398
7213
  },
7399
7214
  "funding": [
7400
7215
  {
@@ -7402,35 +7217,35 @@
7402
7217
  "type": "github"
7403
7218
  }
7404
7219
  ],
7405
- "time": "2024-03-02T07:17:12+00:00"
7220
+ "time": "2024-07-03T04:56:19+00:00"
7406
7221
  },
7407
7222
  {
7408
7223
  "name": "sebastian/global-state",
7409
- "version": "6.0.2",
7224
+ "version": "7.0.2",
7410
7225
  "source": {
7411
7226
  "type": "git",
7412
7227
  "url": "https://github.com/sebastianbergmann/global-state.git",
7413
- "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
7228
+ "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
7414
7229
  },
7415
7230
  "dist": {
7416
7231
  "type": "zip",
7417
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
7418
- "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
7232
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
7233
+ "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
7419
7234
  "shasum": ""
7420
7235
  },
7421
7236
  "require": {
7422
- "php": ">=8.1",
7423
- "sebastian/object-reflector": "^3.0",
7424
- "sebastian/recursion-context": "^5.0"
7237
+ "php": ">=8.2",
7238
+ "sebastian/object-reflector": "^4.0",
7239
+ "sebastian/recursion-context": "^6.0"
7425
7240
  },
7426
7241
  "require-dev": {
7427
7242
  "ext-dom": "*",
7428
- "phpunit/phpunit": "^10.0"
7243
+ "phpunit/phpunit": "^11.0"
7429
7244
  },
7430
7245
  "type": "library",
7431
7246
  "extra": {
7432
7247
  "branch-alias": {
7433
- "dev-main": "6.0-dev"
7248
+ "dev-main": "7.0-dev"
7434
7249
  }
7435
7250
  },
7436
7251
  "autoload": {
@@ -7456,7 +7271,7 @@
7456
7271
  "support": {
7457
7272
  "issues": "https://github.com/sebastianbergmann/global-state/issues",
7458
7273
  "security": "https://github.com/sebastianbergmann/global-state/security/policy",
7459
- "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
7274
+ "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
7460
7275
  },
7461
7276
  "funding": [
7462
7277
  {
@@ -7464,33 +7279,33 @@
7464
7279
  "type": "github"
7465
7280
  }
7466
7281
  ],
7467
- "time": "2024-03-02T07:19:19+00:00"
7282
+ "time": "2024-07-03T04:57:36+00:00"
7468
7283
  },
7469
7284
  {
7470
7285
  "name": "sebastian/lines-of-code",
7471
- "version": "2.0.2",
7286
+ "version": "3.0.1",
7472
7287
  "source": {
7473
7288
  "type": "git",
7474
7289
  "url": "https://github.com/sebastianbergmann/lines-of-code.git",
7475
- "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
7290
+ "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
7476
7291
  },
7477
7292
  "dist": {
7478
7293
  "type": "zip",
7479
- "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
7480
- "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
7294
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
7295
+ "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
7481
7296
  "shasum": ""
7482
7297
  },
7483
7298
  "require": {
7484
- "nikic/php-parser": "^4.18 || ^5.0",
7485
- "php": ">=8.1"
7299
+ "nikic/php-parser": "^5.0",
7300
+ "php": ">=8.2"
7486
7301
  },
7487
7302
  "require-dev": {
7488
- "phpunit/phpunit": "^10.0"
7303
+ "phpunit/phpunit": "^11.0"
7489
7304
  },
7490
7305
  "type": "library",
7491
7306
  "extra": {
7492
7307
  "branch-alias": {
7493
- "dev-main": "2.0-dev"
7308
+ "dev-main": "3.0-dev"
7494
7309
  }
7495
7310
  },
7496
7311
  "autoload": {
@@ -7514,7 +7329,7 @@
7514
7329
  "support": {
7515
7330
  "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
7516
7331
  "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
7517
- "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
7332
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
7518
7333
  },
7519
7334
  "funding": [
7520
7335
  {
@@ -7522,34 +7337,34 @@
7522
7337
  "type": "github"
7523
7338
  }
7524
7339
  ],
7525
- "time": "2023-12-21T08:38:20+00:00"
7340
+ "time": "2024-07-03T04:58:38+00:00"
7526
7341
  },
7527
7342
  {
7528
7343
  "name": "sebastian/object-enumerator",
7529
- "version": "5.0.0",
7344
+ "version": "6.0.1",
7530
7345
  "source": {
7531
7346
  "type": "git",
7532
7347
  "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7533
- "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
7348
+ "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
7534
7349
  },
7535
7350
  "dist": {
7536
7351
  "type": "zip",
7537
- "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
7538
- "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
7352
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
7353
+ "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
7539
7354
  "shasum": ""
7540
7355
  },
7541
7356
  "require": {
7542
- "php": ">=8.1",
7543
- "sebastian/object-reflector": "^3.0",
7544
- "sebastian/recursion-context": "^5.0"
7357
+ "php": ">=8.2",
7358
+ "sebastian/object-reflector": "^4.0",
7359
+ "sebastian/recursion-context": "^6.0"
7545
7360
  },
7546
7361
  "require-dev": {
7547
- "phpunit/phpunit": "^10.0"
7362
+ "phpunit/phpunit": "^11.0"
7548
7363
  },
7549
7364
  "type": "library",
7550
7365
  "extra": {
7551
7366
  "branch-alias": {
7552
- "dev-main": "5.0-dev"
7367
+ "dev-main": "6.0-dev"
7553
7368
  }
7554
7369
  },
7555
7370
  "autoload": {
@@ -7571,7 +7386,8 @@
7571
7386
  "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7572
7387
  "support": {
7573
7388
  "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
7574
- "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
7389
+ "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
7390
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
7575
7391
  },
7576
7392
  "funding": [
7577
7393
  {
@@ -7579,32 +7395,32 @@
7579
7395
  "type": "github"
7580
7396
  }
7581
7397
  ],
7582
- "time": "2023-02-03T07:08:32+00:00"
7398
+ "time": "2024-07-03T05:00:13+00:00"
7583
7399
  },
7584
7400
  {
7585
7401
  "name": "sebastian/object-reflector",
7586
- "version": "3.0.0",
7402
+ "version": "4.0.1",
7587
7403
  "source": {
7588
7404
  "type": "git",
7589
7405
  "url": "https://github.com/sebastianbergmann/object-reflector.git",
7590
- "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
7406
+ "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
7591
7407
  },
7592
7408
  "dist": {
7593
7409
  "type": "zip",
7594
- "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
7595
- "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
7410
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
7411
+ "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
7596
7412
  "shasum": ""
7597
7413
  },
7598
7414
  "require": {
7599
- "php": ">=8.1"
7415
+ "php": ">=8.2"
7600
7416
  },
7601
7417
  "require-dev": {
7602
- "phpunit/phpunit": "^10.0"
7418
+ "phpunit/phpunit": "^11.0"
7603
7419
  },
7604
7420
  "type": "library",
7605
7421
  "extra": {
7606
7422
  "branch-alias": {
7607
- "dev-main": "3.0-dev"
7423
+ "dev-main": "4.0-dev"
7608
7424
  }
7609
7425
  },
7610
7426
  "autoload": {
@@ -7626,7 +7442,8 @@
7626
7442
  "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7627
7443
  "support": {
7628
7444
  "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
7629
- "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
7445
+ "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
7446
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
7630
7447
  },
7631
7448
  "funding": [
7632
7449
  {
@@ -7634,32 +7451,32 @@
7634
7451
  "type": "github"
7635
7452
  }
7636
7453
  ],
7637
- "time": "2023-02-03T07:06:18+00:00"
7454
+ "time": "2024-07-03T05:01:32+00:00"
7638
7455
  },
7639
7456
  {
7640
7457
  "name": "sebastian/recursion-context",
7641
- "version": "5.0.0",
7458
+ "version": "6.0.2",
7642
7459
  "source": {
7643
7460
  "type": "git",
7644
7461
  "url": "https://github.com/sebastianbergmann/recursion-context.git",
7645
- "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
7462
+ "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
7646
7463
  },
7647
7464
  "dist": {
7648
7465
  "type": "zip",
7649
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
7650
- "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
7466
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
7467
+ "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
7651
7468
  "shasum": ""
7652
7469
  },
7653
7470
  "require": {
7654
- "php": ">=8.1"
7471
+ "php": ">=8.2"
7655
7472
  },
7656
7473
  "require-dev": {
7657
- "phpunit/phpunit": "^10.0"
7474
+ "phpunit/phpunit": "^11.0"
7658
7475
  },
7659
7476
  "type": "library",
7660
7477
  "extra": {
7661
7478
  "branch-alias": {
7662
- "dev-main": "5.0-dev"
7479
+ "dev-main": "6.0-dev"
7663
7480
  }
7664
7481
  },
7665
7482
  "autoload": {
@@ -7689,7 +7506,8 @@
7689
7506
  "homepage": "https://github.com/sebastianbergmann/recursion-context",
7690
7507
  "support": {
7691
7508
  "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
7692
- "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
7509
+ "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
7510
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
7693
7511
  },
7694
7512
  "funding": [
7695
7513
  {
@@ -7697,32 +7515,32 @@
7697
7515
  "type": "github"
7698
7516
  }
7699
7517
  ],
7700
- "time": "2023-02-03T07:05:40+00:00"
7518
+ "time": "2024-07-03T05:10:34+00:00"
7701
7519
  },
7702
7520
  {
7703
7521
  "name": "sebastian/type",
7704
- "version": "4.0.0",
7522
+ "version": "5.1.0",
7705
7523
  "source": {
7706
7524
  "type": "git",
7707
7525
  "url": "https://github.com/sebastianbergmann/type.git",
7708
- "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
7526
+ "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
7709
7527
  },
7710
7528
  "dist": {
7711
7529
  "type": "zip",
7712
- "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
7713
- "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
7530
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
7531
+ "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
7714
7532
  "shasum": ""
7715
7533
  },
7716
7534
  "require": {
7717
- "php": ">=8.1"
7535
+ "php": ">=8.2"
7718
7536
  },
7719
7537
  "require-dev": {
7720
- "phpunit/phpunit": "^10.0"
7538
+ "phpunit/phpunit": "^11.3"
7721
7539
  },
7722
7540
  "type": "library",
7723
7541
  "extra": {
7724
7542
  "branch-alias": {
7725
- "dev-main": "4.0-dev"
7543
+ "dev-main": "5.1-dev"
7726
7544
  }
7727
7545
  },
7728
7546
  "autoload": {
@@ -7745,7 +7563,8 @@
7745
7563
  "homepage": "https://github.com/sebastianbergmann/type",
7746
7564
  "support": {
7747
7565
  "issues": "https://github.com/sebastianbergmann/type/issues",
7748
- "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
7566
+ "security": "https://github.com/sebastianbergmann/type/security/policy",
7567
+ "source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
7749
7568
  },
7750
7569
  "funding": [
7751
7570
  {
@@ -7753,29 +7572,29 @@
7753
7572
  "type": "github"
7754
7573
  }
7755
7574
  ],
7756
- "time": "2023-02-03T07:10:45+00:00"
7575
+ "time": "2024-09-17T13:12:04+00:00"
7757
7576
  },
7758
7577
  {
7759
7578
  "name": "sebastian/version",
7760
- "version": "4.0.1",
7579
+ "version": "5.0.1",
7761
7580
  "source": {
7762
7581
  "type": "git",
7763
7582
  "url": "https://github.com/sebastianbergmann/version.git",
7764
- "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
7583
+ "reference": "45c9debb7d039ce9b97de2f749c2cf5832a06ac4"
7765
7584
  },
7766
7585
  "dist": {
7767
7586
  "type": "zip",
7768
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
7769
- "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
7587
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/45c9debb7d039ce9b97de2f749c2cf5832a06ac4",
7588
+ "reference": "45c9debb7d039ce9b97de2f749c2cf5832a06ac4",
7770
7589
  "shasum": ""
7771
7590
  },
7772
7591
  "require": {
7773
- "php": ">=8.1"
7592
+ "php": ">=8.2"
7774
7593
  },
7775
7594
  "type": "library",
7776
7595
  "extra": {
7777
7596
  "branch-alias": {
7778
- "dev-main": "4.0-dev"
7597
+ "dev-main": "5.0-dev"
7779
7598
  }
7780
7599
  },
7781
7600
  "autoload": {
@@ -7798,7 +7617,8 @@
7798
7617
  "homepage": "https://github.com/sebastianbergmann/version",
7799
7618
  "support": {
7800
7619
  "issues": "https://github.com/sebastianbergmann/version/issues",
7801
- "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
7620
+ "security": "https://github.com/sebastianbergmann/version/security/policy",
7621
+ "source": "https://github.com/sebastianbergmann/version/tree/5.0.1"
7802
7622
  },
7803
7623
  "funding": [
7804
7624
  {
@@ -7806,405 +7626,24 @@
7806
7626
  "type": "github"
7807
7627
  }
7808
7628
  ],
7809
- "time": "2023-02-07T11:34:05+00:00"
7810
- },
7811
- {
7812
- "name": "spatie/backtrace",
7813
- "version": "1.7.1",
7814
- "source": {
7815
- "type": "git",
7816
- "url": "https://github.com/spatie/backtrace.git",
7817
- "reference": "0f2477c520e3729de58e061b8192f161c99f770b"
7818
- },
7819
- "dist": {
7820
- "type": "zip",
7821
- "url": "https://api.github.com/repos/spatie/backtrace/zipball/0f2477c520e3729de58e061b8192f161c99f770b",
7822
- "reference": "0f2477c520e3729de58e061b8192f161c99f770b",
7823
- "shasum": ""
7824
- },
7825
- "require": {
7826
- "php": "^7.3 || ^8.0"
7827
- },
7828
- "require-dev": {
7829
- "ext-json": "*",
7830
- "laravel/serializable-closure": "^1.3 || ^2.0",
7831
- "phpunit/phpunit": "^9.3 || ^11.4.3",
7832
- "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1.6",
7833
- "symfony/var-dumper": "^5.1 || ^6.0 || ^7.0"
7834
- },
7835
- "type": "library",
7836
- "autoload": {
7837
- "psr-4": {
7838
- "Spatie\\Backtrace\\": "src"
7839
- }
7840
- },
7841
- "notification-url": "https://packagist.org/downloads/",
7842
- "license": [
7843
- "MIT"
7844
- ],
7845
- "authors": [
7846
- {
7847
- "name": "Freek Van de Herten",
7848
- "email": "freek@spatie.be",
7849
- "homepage": "https://spatie.be",
7850
- "role": "Developer"
7851
- }
7852
- ],
7853
- "description": "A better backtrace",
7854
- "homepage": "https://github.com/spatie/backtrace",
7855
- "keywords": [
7856
- "Backtrace",
7857
- "spatie"
7858
- ],
7859
- "support": {
7860
- "source": "https://github.com/spatie/backtrace/tree/1.7.1"
7861
- },
7862
- "funding": [
7863
- {
7864
- "url": "https://github.com/sponsors/spatie",
7865
- "type": "github"
7866
- },
7867
- {
7868
- "url": "https://spatie.be/open-source/support-us",
7869
- "type": "other"
7870
- }
7871
- ],
7872
- "time": "2024-12-02T13:28:15+00:00"
7873
- },
7874
- {
7875
- "name": "spatie/error-solutions",
7876
- "version": "1.1.2",
7877
- "source": {
7878
- "type": "git",
7879
- "url": "https://github.com/spatie/error-solutions.git",
7880
- "reference": "d239a65235a1eb128dfa0a4e4c4ef032ea11b541"
7881
- },
7882
- "dist": {
7883
- "type": "zip",
7884
- "url": "https://api.github.com/repos/spatie/error-solutions/zipball/d239a65235a1eb128dfa0a4e4c4ef032ea11b541",
7885
- "reference": "d239a65235a1eb128dfa0a4e4c4ef032ea11b541",
7886
- "shasum": ""
7887
- },
7888
- "require": {
7889
- "php": "^8.0"
7890
- },
7891
- "require-dev": {
7892
- "illuminate/broadcasting": "^10.0|^11.0",
7893
- "illuminate/cache": "^10.0|^11.0",
7894
- "illuminate/support": "^10.0|^11.0",
7895
- "livewire/livewire": "^2.11|^3.3.5",
7896
- "openai-php/client": "^0.10.1",
7897
- "orchestra/testbench": "^7.0|8.22.3|^9.0",
7898
- "pestphp/pest": "^2.20",
7899
- "phpstan/phpstan": "^1.11",
7900
- "psr/simple-cache": "^3.0",
7901
- "psr/simple-cache-implementation": "^3.0",
7902
- "spatie/ray": "^1.28",
7903
- "symfony/cache": "^5.4|^6.0|^7.0",
7904
- "symfony/process": "^5.4|^6.0|^7.0",
7905
- "vlucas/phpdotenv": "^5.5"
7906
- },
7907
- "suggest": {
7908
- "openai-php/client": "Require get solutions from OpenAI",
7909
- "simple-cache-implementation": "To cache solutions from OpenAI"
7910
- },
7911
- "type": "library",
7912
- "autoload": {
7913
- "psr-4": {
7914
- "Spatie\\Ignition\\": "legacy/ignition",
7915
- "Spatie\\ErrorSolutions\\": "src",
7916
- "Spatie\\LaravelIgnition\\": "legacy/laravel-ignition"
7917
- }
7918
- },
7919
- "notification-url": "https://packagist.org/downloads/",
7920
- "license": [
7921
- "MIT"
7922
- ],
7923
- "authors": [
7924
- {
7925
- "name": "Ruben Van Assche",
7926
- "email": "ruben@spatie.be",
7927
- "role": "Developer"
7928
- }
7929
- ],
7930
- "description": "This is my package error-solutions",
7931
- "homepage": "https://github.com/spatie/error-solutions",
7932
- "keywords": [
7933
- "error-solutions",
7934
- "spatie"
7935
- ],
7936
- "support": {
7937
- "issues": "https://github.com/spatie/error-solutions/issues",
7938
- "source": "https://github.com/spatie/error-solutions/tree/1.1.2"
7939
- },
7940
- "funding": [
7941
- {
7942
- "url": "https://github.com/Spatie",
7943
- "type": "github"
7944
- }
7945
- ],
7946
- "time": "2024-12-11T09:51:56+00:00"
7947
- },
7948
- {
7949
- "name": "spatie/flare-client-php",
7950
- "version": "1.10.0",
7951
- "source": {
7952
- "type": "git",
7953
- "url": "https://github.com/spatie/flare-client-php.git",
7954
- "reference": "140a42b2c5d59ac4ecf8f5b493386a4f2eb28272"
7955
- },
7956
- "dist": {
7957
- "type": "zip",
7958
- "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/140a42b2c5d59ac4ecf8f5b493386a4f2eb28272",
7959
- "reference": "140a42b2c5d59ac4ecf8f5b493386a4f2eb28272",
7960
- "shasum": ""
7961
- },
7962
- "require": {
7963
- "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0",
7964
- "php": "^8.0",
7965
- "spatie/backtrace": "^1.6.1",
7966
- "symfony/http-foundation": "^5.2|^6.0|^7.0",
7967
- "symfony/mime": "^5.2|^6.0|^7.0",
7968
- "symfony/process": "^5.2|^6.0|^7.0",
7969
- "symfony/var-dumper": "^5.2|^6.0|^7.0"
7970
- },
7971
- "require-dev": {
7972
- "dms/phpunit-arraysubset-asserts": "^0.5.0",
7973
- "pestphp/pest": "^1.20|^2.0",
7974
- "phpstan/extension-installer": "^1.1",
7975
- "phpstan/phpstan-deprecation-rules": "^1.0",
7976
- "phpstan/phpstan-phpunit": "^1.0",
7977
- "spatie/pest-plugin-snapshots": "^1.0|^2.0"
7978
- },
7979
- "type": "library",
7980
- "extra": {
7981
- "branch-alias": {
7982
- "dev-main": "1.3.x-dev"
7983
- }
7984
- },
7985
- "autoload": {
7986
- "files": [
7987
- "src/helpers.php"
7988
- ],
7989
- "psr-4": {
7990
- "Spatie\\FlareClient\\": "src"
7991
- }
7992
- },
7993
- "notification-url": "https://packagist.org/downloads/",
7994
- "license": [
7995
- "MIT"
7996
- ],
7997
- "description": "Send PHP errors to Flare",
7998
- "homepage": "https://github.com/spatie/flare-client-php",
7999
- "keywords": [
8000
- "exception",
8001
- "flare",
8002
- "reporting",
8003
- "spatie"
8004
- ],
8005
- "support": {
8006
- "issues": "https://github.com/spatie/flare-client-php/issues",
8007
- "source": "https://github.com/spatie/flare-client-php/tree/1.10.0"
8008
- },
8009
- "funding": [
8010
- {
8011
- "url": "https://github.com/spatie",
8012
- "type": "github"
8013
- }
8014
- ],
8015
- "time": "2024-12-02T14:30:06+00:00"
8016
- },
8017
- {
8018
- "name": "spatie/ignition",
8019
- "version": "1.15.0",
8020
- "source": {
8021
- "type": "git",
8022
- "url": "https://github.com/spatie/ignition.git",
8023
- "reference": "e3a68e137371e1eb9edc7f78ffa733f3b98991d2"
8024
- },
8025
- "dist": {
8026
- "type": "zip",
8027
- "url": "https://api.github.com/repos/spatie/ignition/zipball/e3a68e137371e1eb9edc7f78ffa733f3b98991d2",
8028
- "reference": "e3a68e137371e1eb9edc7f78ffa733f3b98991d2",
8029
- "shasum": ""
8030
- },
8031
- "require": {
8032
- "ext-json": "*",
8033
- "ext-mbstring": "*",
8034
- "php": "^8.0",
8035
- "spatie/error-solutions": "^1.0",
8036
- "spatie/flare-client-php": "^1.7",
8037
- "symfony/console": "^5.4|^6.0|^7.0",
8038
- "symfony/var-dumper": "^5.4|^6.0|^7.0"
8039
- },
8040
- "require-dev": {
8041
- "illuminate/cache": "^9.52|^10.0|^11.0",
8042
- "mockery/mockery": "^1.4",
8043
- "pestphp/pest": "^1.20|^2.0",
8044
- "phpstan/extension-installer": "^1.1",
8045
- "phpstan/phpstan-deprecation-rules": "^1.0",
8046
- "phpstan/phpstan-phpunit": "^1.0",
8047
- "psr/simple-cache-implementation": "*",
8048
- "symfony/cache": "^5.4|^6.0|^7.0",
8049
- "symfony/process": "^5.4|^6.0|^7.0",
8050
- "vlucas/phpdotenv": "^5.5"
8051
- },
8052
- "suggest": {
8053
- "openai-php/client": "Require get solutions from OpenAI",
8054
- "simple-cache-implementation": "To cache solutions from OpenAI"
8055
- },
8056
- "type": "library",
8057
- "extra": {
8058
- "branch-alias": {
8059
- "dev-main": "1.5.x-dev"
8060
- }
8061
- },
8062
- "autoload": {
8063
- "psr-4": {
8064
- "Spatie\\Ignition\\": "src"
8065
- }
8066
- },
8067
- "notification-url": "https://packagist.org/downloads/",
8068
- "license": [
8069
- "MIT"
8070
- ],
8071
- "authors": [
8072
- {
8073
- "name": "Spatie",
8074
- "email": "info@spatie.be",
8075
- "role": "Developer"
8076
- }
8077
- ],
8078
- "description": "A beautiful error page for PHP applications.",
8079
- "homepage": "https://flareapp.io/ignition",
8080
- "keywords": [
8081
- "error",
8082
- "flare",
8083
- "laravel",
8084
- "page"
8085
- ],
8086
- "support": {
8087
- "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
8088
- "forum": "https://twitter.com/flareappio",
8089
- "issues": "https://github.com/spatie/ignition/issues",
8090
- "source": "https://github.com/spatie/ignition"
8091
- },
8092
- "funding": [
8093
- {
8094
- "url": "https://github.com/spatie",
8095
- "type": "github"
8096
- }
8097
- ],
8098
- "time": "2024-06-12T14:55:22+00:00"
8099
- },
8100
- {
8101
- "name": "spatie/laravel-ignition",
8102
- "version": "2.9.0",
8103
- "source": {
8104
- "type": "git",
8105
- "url": "https://github.com/spatie/laravel-ignition.git",
8106
- "reference": "62042df15314b829d0f26e02108f559018e2aad0"
8107
- },
8108
- "dist": {
8109
- "type": "zip",
8110
- "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/62042df15314b829d0f26e02108f559018e2aad0",
8111
- "reference": "62042df15314b829d0f26e02108f559018e2aad0",
8112
- "shasum": ""
8113
- },
8114
- "require": {
8115
- "ext-curl": "*",
8116
- "ext-json": "*",
8117
- "ext-mbstring": "*",
8118
- "illuminate/support": "^10.0|^11.0",
8119
- "php": "^8.1",
8120
- "spatie/ignition": "^1.15",
8121
- "symfony/console": "^6.2.3|^7.0",
8122
- "symfony/var-dumper": "^6.2.3|^7.0"
8123
- },
8124
- "require-dev": {
8125
- "livewire/livewire": "^2.11|^3.3.5",
8126
- "mockery/mockery": "^1.5.1",
8127
- "openai-php/client": "^0.8.1",
8128
- "orchestra/testbench": "8.22.3|^9.0",
8129
- "pestphp/pest": "^2.34",
8130
- "phpstan/extension-installer": "^1.3.1",
8131
- "phpstan/phpstan-deprecation-rules": "^1.1.1",
8132
- "phpstan/phpstan-phpunit": "^1.3.16",
8133
- "vlucas/phpdotenv": "^5.5"
8134
- },
8135
- "suggest": {
8136
- "openai-php/client": "Require get solutions from OpenAI",
8137
- "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
8138
- },
8139
- "type": "library",
8140
- "extra": {
8141
- "laravel": {
8142
- "aliases": {
8143
- "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
8144
- },
8145
- "providers": [
8146
- "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
8147
- ]
8148
- }
8149
- },
8150
- "autoload": {
8151
- "files": [
8152
- "src/helpers.php"
8153
- ],
8154
- "psr-4": {
8155
- "Spatie\\LaravelIgnition\\": "src"
8156
- }
8157
- },
8158
- "notification-url": "https://packagist.org/downloads/",
8159
- "license": [
8160
- "MIT"
8161
- ],
8162
- "authors": [
8163
- {
8164
- "name": "Spatie",
8165
- "email": "info@spatie.be",
8166
- "role": "Developer"
8167
- }
8168
- ],
8169
- "description": "A beautiful error page for Laravel applications.",
8170
- "homepage": "https://flareapp.io/ignition",
8171
- "keywords": [
8172
- "error",
8173
- "flare",
8174
- "laravel",
8175
- "page"
8176
- ],
8177
- "support": {
8178
- "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
8179
- "forum": "https://twitter.com/flareappio",
8180
- "issues": "https://github.com/spatie/laravel-ignition/issues",
8181
- "source": "https://github.com/spatie/laravel-ignition"
8182
- },
8183
- "funding": [
8184
- {
8185
- "url": "https://github.com/spatie",
8186
- "type": "github"
8187
- }
8188
- ],
8189
- "time": "2024-12-02T08:43:31+00:00"
7629
+ "time": "2024-07-03T05:13:08+00:00"
8190
7630
  },
8191
7631
  {
8192
7632
  "name": "symfony/yaml",
8193
- "version": "v7.2.0",
7633
+ "version": "v7.1.5",
8194
7634
  "source": {
8195
7635
  "type": "git",
8196
7636
  "url": "https://github.com/symfony/yaml.git",
8197
- "reference": "099581e99f557e9f16b43c5916c26380b54abb22"
7637
+ "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4"
8198
7638
  },
8199
7639
  "dist": {
8200
7640
  "type": "zip",
8201
- "url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22",
8202
- "reference": "099581e99f557e9f16b43c5916c26380b54abb22",
7641
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/4e561c316e135e053bd758bf3b3eb291d9919de4",
7642
+ "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4",
8203
7643
  "shasum": ""
8204
7644
  },
8205
7645
  "require": {
8206
7646
  "php": ">=8.2",
8207
- "symfony/deprecation-contracts": "^2.5|^3.0",
8208
7647
  "symfony/polyfill-ctype": "^1.8"
8209
7648
  },
8210
7649
  "conflict": {
@@ -8242,7 +7681,7 @@
8242
7681
  "description": "Loads and dumps YAML files",
8243
7682
  "homepage": "https://symfony.com",
8244
7683
  "support": {
8245
- "source": "https://github.com/symfony/yaml/tree/v7.2.0"
7684
+ "source": "https://github.com/symfony/yaml/tree/v7.1.5"
8246
7685
  },
8247
7686
  "funding": [
8248
7687
  {
@@ -8258,7 +7697,7 @@
8258
7697
  "type": "tidelift"
8259
7698
  }
8260
7699
  ],
8261
- "time": "2024-10-23T06:56:12+00:00"
7700
+ "time": "2024-09-17T12:49:58+00:00"
8262
7701
  },
8263
7702
  {
8264
7703
  "name": "theseer/tokenizer",