diff options
| -rw-r--r-- | composer.lock | 1538 | 
1 files changed, 967 insertions, 571 deletions
| diff --git a/composer.lock b/composer.lock index 419f146..00cf91d 100644 --- a/composer.lock +++ b/composer.lock @@ -8,25 +8,25 @@      "packages": [          {              "name": "brick/math", -            "version": "0.12.3", +            "version": "0.14.0",              "source": {                  "type": "git",                  "url": "https://github.com/brick/math.git", -                "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba" +                "reference": "113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba", -                "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba", +                "url": "https://api.github.com/repos/brick/math/zipball/113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2", +                "reference": "113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2",                  "shasum": ""              },              "require": { -                "php": "^8.1" +                "php": "^8.2"              },              "require-dev": {                  "php-coveralls/php-coveralls": "^2.2", -                "phpunit/phpunit": "^10.1", -                "vimeo/psalm": "6.8.8" +                "phpstan/phpstan": "2.1.22", +                "phpunit/phpunit": "^11.5"              },              "type": "library",              "autoload": { @@ -56,7 +56,7 @@              ],              "support": {                  "issues": "https://github.com/brick/math/issues", -                "source": "https://github.com/brick/math/tree/0.12.3" +                "source": "https://github.com/brick/math/tree/0.14.0"              },              "funding": [                  { @@ -64,7 +64,7 @@                      "type": "github"                  }              ], -            "time": "2025-02-28T13:11:00+00:00" +            "time": "2025-08-29T12:40:03+00:00"          },          {              "name": "carbonphp/carbon-doctrine-types", @@ -212,33 +212,32 @@          },          {              "name": "doctrine/inflector", -            "version": "2.0.10", +            "version": "2.1.0",              "source": {                  "type": "git",                  "url": "https://github.com/doctrine/inflector.git", -                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" +                "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", -                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", +                "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", +                "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",                  "shasum": ""              },              "require": {                  "php": "^7.2 || ^8.0"              },              "require-dev": { -                "doctrine/coding-standard": "^11.0", -                "phpstan/phpstan": "^1.8", -                "phpstan/phpstan-phpunit": "^1.1", -                "phpstan/phpstan-strict-rules": "^1.3", -                "phpunit/phpunit": "^8.5 || ^9.5", -                "vimeo/psalm": "^4.25 || ^5.4" +                "doctrine/coding-standard": "^12.0 || ^13.0", +                "phpstan/phpstan": "^1.12 || ^2.0", +                "phpstan/phpstan-phpunit": "^1.4 || ^2.0", +                "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", +                "phpunit/phpunit": "^8.5 || ^12.2"              },              "type": "library",              "autoload": {                  "psr-4": { -                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" +                    "Doctrine\\Inflector\\": "src"                  }              },              "notification-url": "https://packagist.org/downloads/", @@ -283,7 +282,7 @@              ],              "support": {                  "issues": "https://github.com/doctrine/inflector/issues", -                "source": "https://github.com/doctrine/inflector/tree/2.0.10" +                "source": "https://github.com/doctrine/inflector/tree/2.1.0"              },              "funding": [                  { @@ -299,7 +298,7 @@                      "type": "tidelift"                  }              ], -            "time": "2024-02-18T20:23:39+00:00" +            "time": "2025-08-10T19:31:58+00:00"          },          {              "name": "doctrine/lexer", @@ -645,22 +644,22 @@          },          {              "name": "guzzlehttp/guzzle", -            "version": "7.9.3", +            "version": "7.10.0",              "source": {                  "type": "git",                  "url": "https://github.com/guzzle/guzzle.git", -                "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77" +                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", -                "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", +                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", +                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",                  "shasum": ""              },              "require": {                  "ext-json": "*", -                "guzzlehttp/promises": "^1.5.3 || ^2.0.3", -                "guzzlehttp/psr7": "^2.7.0", +                "guzzlehttp/promises": "^2.3", +                "guzzlehttp/psr7": "^2.8",                  "php": "^7.2.5 || ^8.0",                  "psr/http-client": "^1.0",                  "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -751,7 +750,7 @@              ],              "support": {                  "issues": "https://github.com/guzzle/guzzle/issues", -                "source": "https://github.com/guzzle/guzzle/tree/7.9.3" +                "source": "https://github.com/guzzle/guzzle/tree/7.10.0"              },              "funding": [                  { @@ -767,20 +766,20 @@                      "type": "tidelift"                  }              ], -            "time": "2025-03-27T13:37:11+00:00" +            "time": "2025-08-23T22:36:01+00:00"          },          {              "name": "guzzlehttp/promises", -            "version": "2.2.0", +            "version": "2.3.0",              "source": {                  "type": "git",                  "url": "https://github.com/guzzle/promises.git", -                "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c" +                "reference": "481557b130ef3790cf82b713667b43030dc9c957"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c", -                "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c", +                "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", +                "reference": "481557b130ef3790cf82b713667b43030dc9c957",                  "shasum": ""              },              "require": { @@ -788,7 +787,7 @@              },              "require-dev": {                  "bamarni/composer-bin-plugin": "^1.8.2", -                "phpunit/phpunit": "^8.5.39 || ^9.6.20" +                "phpunit/phpunit": "^8.5.44 || ^9.6.25"              },              "type": "library",              "extra": { @@ -834,7 +833,7 @@              ],              "support": {                  "issues": "https://github.com/guzzle/promises/issues", -                "source": "https://github.com/guzzle/promises/tree/2.2.0" +                "source": "https://github.com/guzzle/promises/tree/2.3.0"              },              "funding": [                  { @@ -850,20 +849,20 @@                      "type": "tidelift"                  }              ], -            "time": "2025-03-27T13:27:01+00:00" +            "time": "2025-08-22T14:34:08+00:00"          },          {              "name": "guzzlehttp/psr7", -            "version": "2.7.1", +            "version": "2.8.0",              "source": {                  "type": "git",                  "url": "https://github.com/guzzle/psr7.git", -                "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16" +                "reference": "21dc724a0583619cd1652f673303492272778051"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16", -                "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16", +                "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", +                "reference": "21dc724a0583619cd1652f673303492272778051",                  "shasum": ""              },              "require": { @@ -879,7 +878,7 @@              "require-dev": {                  "bamarni/composer-bin-plugin": "^1.8.2",                  "http-interop/http-factory-tests": "0.9.0", -                "phpunit/phpunit": "^8.5.39 || ^9.6.20" +                "phpunit/phpunit": "^8.5.44 || ^9.6.25"              },              "suggest": {                  "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -950,7 +949,7 @@              ],              "support": {                  "issues": "https://github.com/guzzle/psr7/issues", -                "source": "https://github.com/guzzle/psr7/tree/2.7.1" +                "source": "https://github.com/guzzle/psr7/tree/2.8.0"              },              "funding": [                  { @@ -966,20 +965,20 @@                      "type": "tidelift"                  }              ], -            "time": "2025-03-27T12:30:47+00:00" +            "time": "2025-08-23T21:21:41+00:00"          },          {              "name": "guzzlehttp/uri-template", -            "version": "v1.0.4", +            "version": "v1.0.5",              "source": {                  "type": "git",                  "url": "https://github.com/guzzle/uri-template.git", -                "reference": "30e286560c137526eccd4ce21b2de477ab0676d2" +                "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2", -                "reference": "30e286560c137526eccd4ce21b2de477ab0676d2", +                "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1", +                "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",                  "shasum": ""              },              "require": { @@ -988,7 +987,7 @@              },              "require-dev": {                  "bamarni/composer-bin-plugin": "^1.8.2", -                "phpunit/phpunit": "^8.5.36 || ^9.6.15", +                "phpunit/phpunit": "^8.5.44 || ^9.6.25",                  "uri-template/tests": "1.0.0"              },              "type": "library", @@ -1036,7 +1035,7 @@              ],              "support": {                  "issues": "https://github.com/guzzle/uri-template/issues", -                "source": "https://github.com/guzzle/uri-template/tree/v1.0.4" +                "source": "https://github.com/guzzle/uri-template/tree/v1.0.5"              },              "funding": [                  { @@ -1052,24 +1051,24 @@                      "type": "tidelift"                  }              ], -            "time": "2025-02-03T10:55:03+00:00" +            "time": "2025-08-22T14:27:06+00:00"          },          {              "name": "laravel/framework", -            "version": "v12.10.2", +            "version": "v12.31.1",              "source": {                  "type": "git",                  "url": "https://github.com/laravel/framework.git", -                "reference": "0f123cc857bc177abe4d417448d4f7164f71802a" +                "reference": "281b711710c245dd8275d73132e92635be3094df"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/laravel/framework/zipball/0f123cc857bc177abe4d417448d4f7164f71802a", -                "reference": "0f123cc857bc177abe4d417448d4f7164f71802a", +                "url": "https://api.github.com/repos/laravel/framework/zipball/281b711710c245dd8275d73132e92635be3094df", +                "reference": "281b711710c245dd8275d73132e92635be3094df",                  "shasum": ""              },              "require": { -                "brick/math": "^0.11|^0.12", +                "brick/math": "^0.11|^0.12|^0.13|^0.14",                  "composer-runtime-api": "^2.2",                  "doctrine/inflector": "^2.0.5",                  "dragonmantank/cron-expression": "^3.4", @@ -1086,13 +1085,14 @@                  "guzzlehttp/uri-template": "^1.0",                  "laravel/prompts": "^0.3.0",                  "laravel/serializable-closure": "^1.3|^2.0", -                "league/commonmark": "^2.6", +                "league/commonmark": "^2.7",                  "league/flysystem": "^3.25.1",                  "league/flysystem-local": "^3.25.1",                  "league/uri": "^7.5.1",                  "monolog/monolog": "^3.0",                  "nesbot/carbon": "^3.8.4",                  "nunomaduro/termwind": "^2.0", +                "phiki/phiki": "^2.0.0",                  "php": "^8.2",                  "psr/container": "^1.1.1|^2.0.1",                  "psr/log": "^1.0|^2.0|^3.0", @@ -1105,7 +1105,9 @@                  "symfony/http-kernel": "^7.2.0",                  "symfony/mailer": "^7.2.0",                  "symfony/mime": "^7.2.0", -                "symfony/polyfill-php83": "^1.31", +                "symfony/polyfill-php83": "^1.33", +                "symfony/polyfill-php84": "^1.33", +                "symfony/polyfill-php85": "^1.33",                  "symfony/process": "^7.2.0",                  "symfony/routing": "^7.2.0",                  "symfony/uid": "^7.2.0", @@ -1141,6 +1143,7 @@                  "illuminate/filesystem": "self.version",                  "illuminate/hashing": "self.version",                  "illuminate/http": "self.version", +                "illuminate/json-schema": "self.version",                  "illuminate/log": "self.version",                  "illuminate/macroable": "self.version",                  "illuminate/mail": "self.version", @@ -1173,12 +1176,13 @@                  "league/flysystem-read-only": "^3.25.1",                  "league/flysystem-sftp-v3": "^3.25.1",                  "mockery/mockery": "^1.6.10", -                "orchestra/testbench-core": "^10.0.0", +                "opis/json-schema": "^2.4.1", +                "orchestra/testbench-core": "^10.6.5",                  "pda/pheanstalk": "^5.0.6|^7.0.0",                  "php-http/discovery": "^1.15",                  "phpstan/phpstan": "^2.0",                  "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1", -                "predis/predis": "^2.3", +                "predis/predis": "^2.3|^3.0",                  "resend/resend-php": "^0.10.0",                  "symfony/cache": "^7.2.0",                  "symfony/http-client": "^7.2.0", @@ -1198,7 +1202,7 @@                  "ext-pdo": "Required to use all database features.",                  "ext-posix": "Required to use all features of the queue worker.",                  "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).", -                "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", +                "fakerphp/faker": "Required to generate fake data using the fake() helper (^1.23).",                  "filp/whoops": "Required for friendly error pages in development (^2.14.3).",                  "laravel/tinker": "Required to use the tinker console command (^2.0).",                  "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", @@ -1210,7 +1214,7 @@                  "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",                  "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",                  "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).", -                "predis/predis": "Required to use the predis connector (^2.3).", +                "predis/predis": "Required to use the predis connector (^2.3|^3.0).",                  "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",                  "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",                  "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).", @@ -1267,20 +1271,20 @@                  "issues": "https://github.com/laravel/framework/issues",                  "source": "https://github.com/laravel/framework"              }, -            "time": "2025-04-24T14:11:20+00:00" +            "time": "2025-09-23T15:33:04+00:00"          },          {              "name": "laravel/prompts", -            "version": "v0.3.5", +            "version": "v0.3.7",              "source": {                  "type": "git",                  "url": "https://github.com/laravel/prompts.git", -                "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1" +                "reference": "a1891d362714bc40c8d23b0b1d7090f022ea27cc"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/laravel/prompts/zipball/57b8f7efe40333cdb925700891c7d7465325d3b1", -                "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1", +                "url": "https://api.github.com/repos/laravel/prompts/zipball/a1891d362714bc40c8d23b0b1d7090f022ea27cc", +                "reference": "a1891d362714bc40c8d23b0b1d7090f022ea27cc",                  "shasum": ""              },              "require": { @@ -1297,8 +1301,8 @@                  "illuminate/collections": "^10.0|^11.0|^12.0",                  "mockery/mockery": "^1.5",                  "pestphp/pest": "^2.3|^3.4", -                "phpstan/phpstan": "^1.11", -                "phpstan/phpstan-mockery": "^1.1" +                "phpstan/phpstan": "^1.12.28", +                "phpstan/phpstan-mockery": "^1.1.3"              },              "suggest": {                  "ext-pcntl": "Required for the spinner to be animated." @@ -1324,22 +1328,22 @@              "description": "Add beautiful and user-friendly forms to your command-line applications.",              "support": {                  "issues": "https://github.com/laravel/prompts/issues", -                "source": "https://github.com/laravel/prompts/tree/v0.3.5" +                "source": "https://github.com/laravel/prompts/tree/v0.3.7"              }, -            "time": "2025-02-11T13:34:40+00:00" +            "time": "2025-09-19T13:47:56+00:00"          },          {              "name": "laravel/serializable-closure", -            "version": "v2.0.4", +            "version": "v2.0.5",              "source": {                  "type": "git",                  "url": "https://github.com/laravel/serializable-closure.git", -                "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841" +                "reference": "3832547db6e0e2f8bb03d4093857b378c66eceed"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841", -                "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841", +                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3832547db6e0e2f8bb03d4093857b378c66eceed", +                "reference": "3832547db6e0e2f8bb03d4093857b378c66eceed",                  "shasum": ""              },              "require": { @@ -1387,20 +1391,20 @@                  "issues": "https://github.com/laravel/serializable-closure/issues",                  "source": "https://github.com/laravel/serializable-closure"              }, -            "time": "2025-03-19T13:51:03+00:00" +            "time": "2025-09-22T17:29:40+00:00"          },          {              "name": "league/commonmark", -            "version": "2.6.2", +            "version": "2.7.1",              "source": {                  "type": "git",                  "url": "https://github.com/thephpleague/commonmark.git", -                "reference": "06c3b0bf2540338094575612f4a1778d0d2d5e94" +                "reference": "10732241927d3971d28e7ea7b5712721fa2296ca"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/06c3b0bf2540338094575612f4a1778d0d2d5e94", -                "reference": "06c3b0bf2540338094575612f4a1778d0d2d5e94", +                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca", +                "reference": "10732241927d3971d28e7ea7b5712721fa2296ca",                  "shasum": ""              },              "require": { @@ -1429,7 +1433,7 @@                  "symfony/process": "^5.4 | ^6.0 | ^7.0",                  "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",                  "unleashedtech/php-coding-standard": "^3.1.1", -                "vimeo/psalm": "^4.24.0 || ^5.0.0" +                "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"              },              "suggest": {                  "symfony/yaml": "v2.3+ required if using the Front Matter extension" @@ -1437,7 +1441,7 @@              "type": "library",              "extra": {                  "branch-alias": { -                    "dev-main": "2.7-dev" +                    "dev-main": "2.8-dev"                  }              },              "autoload": { @@ -1494,7 +1498,7 @@                      "type": "tidelift"                  }              ], -            "time": "2025-04-18T21:09:27+00:00" +            "time": "2025-07-20T12:47:49+00:00"          },          {              "name": "league/config", @@ -1580,16 +1584,16 @@          },          {              "name": "league/flysystem", -            "version": "3.29.1", +            "version": "3.30.0",              "source": {                  "type": "git",                  "url": "https://github.com/thephpleague/flysystem.git", -                "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319" +                "reference": "2203e3151755d874bb2943649dae1eb8533ac93e"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319", -                "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319", +                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e", +                "reference": "2203e3151755d874bb2943649dae1eb8533ac93e",                  "shasum": ""              },              "require": { @@ -1613,13 +1617,13 @@                  "composer/semver": "^3.0",                  "ext-fileinfo": "*",                  "ext-ftp": "*", -                "ext-mongodb": "^1.3", +                "ext-mongodb": "^1.3|^2",                  "ext-zip": "*",                  "friendsofphp/php-cs-fixer": "^3.5",                  "google/cloud-storage": "^1.23",                  "guzzlehttp/psr7": "^2.6",                  "microsoft/azure-storage-blob": "^1.1", -                "mongodb/mongodb": "^1.2", +                "mongodb/mongodb": "^1.2|^2",                  "phpseclib/phpseclib": "^3.0.36",                  "phpstan/phpstan": "^1.10",                  "phpunit/phpunit": "^9.5.11|^10.0", @@ -1657,22 +1661,22 @@              ],              "support": {                  "issues": "https://github.com/thephpleague/flysystem/issues", -                "source": "https://github.com/thephpleague/flysystem/tree/3.29.1" +                "source": "https://github.com/thephpleague/flysystem/tree/3.30.0"              }, -            "time": "2024-10-08T08:58:34+00:00" +            "time": "2025-06-25T13:29:59+00:00"          },          {              "name": "league/flysystem-local", -            "version": "3.29.0", +            "version": "3.30.0",              "source": {                  "type": "git",                  "url": "https://github.com/thephpleague/flysystem-local.git", -                "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27" +                "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27", -                "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27", +                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10", +                "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10",                  "shasum": ""              },              "require": { @@ -1706,9 +1710,9 @@                  "local"              ],              "support": { -                "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0" +                "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0"              }, -            "time": "2024-08-09T21:24:39+00:00" +            "time": "2025-05-21T10:34:19+00:00"          },          {              "name": "league/mime-type-detection", @@ -1981,16 +1985,16 @@          },          {              "name": "livewire/livewire", -            "version": "v3.6.3", +            "version": "v3.6.4",              "source": {                  "type": "git",                  "url": "https://github.com/livewire/livewire.git", -                "reference": "56aa1bb63a46e06181c56fa64717a7287e19115e" +                "reference": "ef04be759da41b14d2d129e670533180a44987dc"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/livewire/livewire/zipball/56aa1bb63a46e06181c56fa64717a7287e19115e", -                "reference": "56aa1bb63a46e06181c56fa64717a7287e19115e", +                "url": "https://api.github.com/repos/livewire/livewire/zipball/ef04be759da41b14d2d129e670533180a44987dc", +                "reference": "ef04be759da41b14d2d129e670533180a44987dc",                  "shasum": ""              },              "require": { @@ -2045,7 +2049,7 @@              "description": "A front-end framework for Laravel.",              "support": {                  "issues": "https://github.com/livewire/livewire/issues", -                "source": "https://github.com/livewire/livewire/tree/v3.6.3" +                "source": "https://github.com/livewire/livewire/tree/v3.6.4"              },              "funding": [                  { @@ -2053,7 +2057,7 @@                      "type": "github"                  }              ], -            "time": "2025-04-12T22:26:52+00:00" +            "time": "2025-07-17T05:12:15+00:00"          },          {              "name": "monolog/monolog", @@ -2160,16 +2164,16 @@          },          {              "name": "nesbot/carbon", -            "version": "3.9.0", +            "version": "3.10.3",              "source": {                  "type": "git",                  "url": "https://github.com/CarbonPHP/carbon.git", -                "reference": "6d16a8a015166fe54e22c042e0805c5363aef50d" +                "reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/6d16a8a015166fe54e22c042e0805c5363aef50d", -                "reference": "6d16a8a015166fe54e22c042e0805c5363aef50d", +                "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f", +                "reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f",                  "shasum": ""              },              "require": { @@ -2177,9 +2181,9 @@                  "ext-json": "*",                  "php": "^8.1",                  "psr/clock": "^1.0", -                "symfony/clock": "^6.3 || ^7.0", +                "symfony/clock": "^6.3.12 || ^7.0",                  "symfony/polyfill-mbstring": "^1.0", -                "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0" +                "symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0"              },              "provide": {                  "psr/clock-implementation": "1.0" @@ -2187,14 +2191,13 @@              "require-dev": {                  "doctrine/dbal": "^3.6.3 || ^4.0",                  "doctrine/orm": "^2.15.2 || ^3.0", -                "friendsofphp/php-cs-fixer": "^3.57.2", +                "friendsofphp/php-cs-fixer": "^v3.87.1",                  "kylekatarnls/multi-tester": "^2.5.3", -                "ondrejmirtes/better-reflection": "^6.25.0.4",                  "phpmd/phpmd": "^2.15.0", -                "phpstan/extension-installer": "^1.3.1", -                "phpstan/phpstan": "^1.11.2", -                "phpunit/phpunit": "^10.5.20", -                "squizlabs/php_codesniffer": "^3.9.0" +                "phpstan/extension-installer": "^1.4.3", +                "phpstan/phpstan": "^2.1.22", +                "phpunit/phpunit": "^10.5.53", +                "squizlabs/php_codesniffer": "^3.13.4"              },              "bin": [                  "bin/carbon" @@ -2262,7 +2265,7 @@                      "type": "tidelift"                  }              ], -            "time": "2025-03-27T12:57:33+00:00" +            "time": "2025-09-06T13:39:36+00:00"          },          {              "name": "nette/schema", @@ -2328,29 +2331,29 @@          },          {              "name": "nette/utils", -            "version": "v4.0.6", +            "version": "v4.0.8",              "source": {                  "type": "git",                  "url": "https://github.com/nette/utils.git", -                "reference": "ce708655043c7050eb050df361c5e313cf708309" +                "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/nette/utils/zipball/ce708655043c7050eb050df361c5e313cf708309", -                "reference": "ce708655043c7050eb050df361c5e313cf708309", +                "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede", +                "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",                  "shasum": ""              },              "require": { -                "php": "8.0 - 8.4" +                "php": "8.0 - 8.5"              },              "conflict": {                  "nette/finder": "<3",                  "nette/schema": "<1.2.2"              },              "require-dev": { -                "jetbrains/phpstorm-attributes": "dev-master", +                "jetbrains/phpstorm-attributes": "^1.2",                  "nette/tester": "^2.5", -                "phpstan/phpstan": "^1.0", +                "phpstan/phpstan-nette": "^2.0@stable",                  "tracy/tracy": "^2.9"              },              "suggest": { @@ -2368,6 +2371,9 @@                  }              },              "autoload": { +                "psr-4": { +                    "Nette\\": "src" +                },                  "classmap": [                      "src/"                  ] @@ -2408,37 +2414,37 @@              ],              "support": {                  "issues": "https://github.com/nette/utils/issues", -                "source": "https://github.com/nette/utils/tree/v4.0.6" +                "source": "https://github.com/nette/utils/tree/v4.0.8"              }, -            "time": "2025-03-30T21:06:30+00:00" +            "time": "2025-08-06T21:43:34+00:00"          },          {              "name": "nunomaduro/termwind", -            "version": "v2.3.0", +            "version": "v2.3.1",              "source": {                  "type": "git",                  "url": "https://github.com/nunomaduro/termwind.git", -                "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda" +                "reference": "dfa08f390e509967a15c22493dc0bac5733d9123"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda", -                "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda", +                "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123", +                "reference": "dfa08f390e509967a15c22493dc0bac5733d9123",                  "shasum": ""              },              "require": {                  "ext-mbstring": "*",                  "php": "^8.2", -                "symfony/console": "^7.1.8" +                "symfony/console": "^7.2.6"              },              "require-dev": { -                "illuminate/console": "^11.33.2", -                "laravel/pint": "^1.18.2", +                "illuminate/console": "^11.44.7", +                "laravel/pint": "^1.22.0",                  "mockery/mockery": "^1.6.12", -                "pestphp/pest": "^2.36.0", -                "phpstan/phpstan": "^1.12.11", -                "phpstan/phpstan-strict-rules": "^1.6.1", -                "symfony/var-dumper": "^7.1.8", +                "pestphp/pest": "^2.36.0 || ^3.8.2", +                "phpstan/phpstan": "^1.12.25", +                "phpstan/phpstan-strict-rules": "^1.6.2", +                "symfony/var-dumper": "^7.2.6",                  "thecodingmachine/phpstan-strict-rules": "^1.0.0"              },              "type": "library", @@ -2481,7 +2487,7 @@              ],              "support": {                  "issues": "https://github.com/nunomaduro/termwind/issues", -                "source": "https://github.com/nunomaduro/termwind/tree/v2.3.0" +                "source": "https://github.com/nunomaduro/termwind/tree/v2.3.1"              },              "funding": [                  { @@ -2497,20 +2503,91 @@                      "type": "github"                  }              ], -            "time": "2024-11-21T10:39:51+00:00" +            "time": "2025-05-08T08:14:37+00:00" +        }, +        { +            "name": "phiki/phiki", +            "version": "v2.0.4", +            "source": { +                "type": "git", +                "url": "https://github.com/phikiphp/phiki.git", +                "reference": "160785c50c01077780ab217e5808f00ab8f05a13" +            }, +            "dist": { +                "type": "zip", +                "url": "https://api.github.com/repos/phikiphp/phiki/zipball/160785c50c01077780ab217e5808f00ab8f05a13", +                "reference": "160785c50c01077780ab217e5808f00ab8f05a13", +                "shasum": "" +            }, +            "require": { +                "ext-mbstring": "*", +                "league/commonmark": "^2.5.3", +                "php": "^8.2", +                "psr/simple-cache": "^3.0" +            }, +            "require-dev": { +                "illuminate/support": "^11.45", +                "laravel/pint": "^1.18.1", +                "orchestra/testbench": "^9.15", +                "pestphp/pest": "^3.5.1", +                "phpstan/extension-installer": "^1.4.3", +                "phpstan/phpstan": "^2.0", +                "symfony/var-dumper": "^7.1.6" +            }, +            "type": "library", +            "extra": { +                "laravel": { +                    "providers": [ +                        "Phiki\\Adapters\\Laravel\\PhikiServiceProvider" +                    ] +                } +            }, +            "autoload": { +                "psr-4": { +                    "Phiki\\": "src/" +                } +            }, +            "notification-url": "https://packagist.org/downloads/", +            "license": [ +                "MIT" +            ], +            "authors": [ +                { +                    "name": "Ryan Chandler", +                    "email": "support@ryangjchandler.co.uk", +                    "homepage": "https://ryangjchandler.co.uk", +                    "role": "Developer" +                } +            ], +            "description": "Syntax highlighting using TextMate grammars in PHP.", +            "support": { +                "issues": "https://github.com/phikiphp/phiki/issues", +                "source": "https://github.com/phikiphp/phiki/tree/v2.0.4" +            }, +            "funding": [ +                { +                    "url": "https://github.com/sponsors/ryangjchandler", +                    "type": "github" +                }, +                { +                    "url": "https://buymeacoffee.com/ryangjchandler", +                    "type": "other" +                } +            ], +            "time": "2025-09-20T17:21:02+00:00"          },          {              "name": "phpoption/phpoption", -            "version": "1.9.3", +            "version": "1.9.4",              "source": {                  "type": "git",                  "url": "https://github.com/schmittjoh/php-option.git", -                "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54" +                "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", -                "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", +                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d", +                "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",                  "shasum": ""              },              "require": { @@ -2518,7 +2595,7 @@              },              "require-dev": {                  "bamarni/composer-bin-plugin": "^1.8.2", -                "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" +                "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"              },              "type": "library",              "extra": { @@ -2560,7 +2637,7 @@              ],              "support": {                  "issues": "https://github.com/schmittjoh/php-option/issues", -                "source": "https://github.com/schmittjoh/php-option/tree/1.9.3" +                "source": "https://github.com/schmittjoh/php-option/tree/1.9.4"              },              "funding": [                  { @@ -2572,7 +2649,7 @@                      "type": "tidelift"                  }              ], -            "time": "2024-07-20T21:41:07+00:00" +            "time": "2025-08-21T11:53:16+00:00"          },          {              "name": "psr/clock", @@ -3108,21 +3185,20 @@          },          {              "name": "ramsey/uuid", -            "version": "4.7.6", +            "version": "4.9.1",              "source": {                  "type": "git",                  "url": "https://github.com/ramsey/uuid.git", -                "reference": "91039bc1faa45ba123c4328958e620d382ec7088" +                "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088", -                "reference": "91039bc1faa45ba123c4328958e620d382ec7088", +                "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440", +                "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440",                  "shasum": ""              },              "require": { -                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", -                "ext-json": "*", +                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",                  "php": "^8.0",                  "ramsey/collection": "^1.2 || ^2.0"              }, @@ -3130,26 +3206,23 @@                  "rhumsaa/uuid": "self.version"              },              "require-dev": { -                "captainhook/captainhook": "^5.10", +                "captainhook/captainhook": "^5.25",                  "captainhook/plugin-composer": "^5.3", -                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", -                "doctrine/annotations": "^1.8", -                "ergebnis/composer-normalize": "^2.15", -                "mockery/mockery": "^1.3", +                "dealerdirect/phpcodesniffer-composer-installer": "^1.0", +                "ergebnis/composer-normalize": "^2.47", +                "mockery/mockery": "^1.6",                  "paragonie/random-lib": "^2", -                "php-mock/php-mock": "^2.2", -                "php-mock/php-mock-mockery": "^1.3", -                "php-parallel-lint/php-parallel-lint": "^1.1", -                "phpbench/phpbench": "^1.0", -                "phpstan/extension-installer": "^1.1", -                "phpstan/phpstan": "^1.8", -                "phpstan/phpstan-mockery": "^1.1", -                "phpstan/phpstan-phpunit": "^1.1", -                "phpunit/phpunit": "^8.5 || ^9", -                "ramsey/composer-repl": "^1.4", -                "slevomat/coding-standard": "^8.4", -                "squizlabs/php_codesniffer": "^3.5", -                "vimeo/psalm": "^4.9" +                "php-mock/php-mock": "^2.6", +                "php-mock/php-mock-mockery": "^1.5", +                "php-parallel-lint/php-parallel-lint": "^1.4.0", +                "phpbench/phpbench": "^1.2.14", +                "phpstan/extension-installer": "^1.4", +                "phpstan/phpstan": "^2.1", +                "phpstan/phpstan-mockery": "^2.0", +                "phpstan/phpstan-phpunit": "^2.0", +                "phpunit/phpunit": "^9.6", +                "slevomat/coding-standard": "^8.18", +                "squizlabs/php_codesniffer": "^3.13"              },              "suggest": {                  "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", @@ -3184,23 +3257,13 @@              ],              "support": {                  "issues": "https://github.com/ramsey/uuid/issues", -                "source": "https://github.com/ramsey/uuid/tree/4.7.6" +                "source": "https://github.com/ramsey/uuid/tree/4.9.1"              }, -            "funding": [ -                { -                    "url": "https://github.com/ramsey", -                    "type": "github" -                }, -                { -                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", -                    "type": "tidelift" -                } -            ], -            "time": "2024-04-27T21:32:50+00:00" +            "time": "2025-09-04T20:59:21+00:00"          },          {              "name": "symfony/clock", -            "version": "v7.2.0", +            "version": "v7.3.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/clock.git", @@ -3254,7 +3317,7 @@                  "time"              ],              "support": { -                "source": "https://github.com/symfony/clock/tree/v7.2.0" +                "source": "https://github.com/symfony/clock/tree/v7.3.0"              },              "funding": [                  { @@ -3274,23 +3337,24 @@          },          {              "name": "symfony/console", -            "version": "v7.2.5", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/console.git", -                "reference": "e51498ea18570c062e7df29d05a7003585b19b88" +                "reference": "cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/console/zipball/e51498ea18570c062e7df29d05a7003585b19b88", -                "reference": "e51498ea18570c062e7df29d05a7003585b19b88", +                "url": "https://api.github.com/repos/symfony/console/zipball/cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7", +                "reference": "cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7",                  "shasum": ""              },              "require": {                  "php": ">=8.2", +                "symfony/deprecation-contracts": "^2.5|^3",                  "symfony/polyfill-mbstring": "~1.0",                  "symfony/service-contracts": "^2.5|^3", -                "symfony/string": "^6.4|^7.0" +                "symfony/string": "^7.2"              },              "conflict": {                  "symfony/dependency-injection": "<6.4", @@ -3347,7 +3411,7 @@                  "terminal"              ],              "support": { -                "source": "https://github.com/symfony/console/tree/v7.2.5" +                "source": "https://github.com/symfony/console/tree/v7.3.3"              },              "funding": [                  { @@ -3359,15 +3423,19 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-03-12T08:11:12+00:00" +            "time": "2025-08-25T06:35:40+00:00"          },          {              "name": "symfony/css-selector", -            "version": "v7.2.0", +            "version": "v7.3.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/css-selector.git", @@ -3412,7 +3480,7 @@              "description": "Converts CSS selectors to XPath expressions",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/css-selector/tree/v7.2.0" +                "source": "https://github.com/symfony/css-selector/tree/v7.3.0"              },              "funding": [                  { @@ -3432,16 +3500,16 @@          },          {              "name": "symfony/deprecation-contracts", -            "version": "v3.5.1", +            "version": "v3.6.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/deprecation-contracts.git", -                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" +                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", -                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", +                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", +                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",                  "shasum": ""              },              "require": { @@ -3454,7 +3522,7 @@                      "name": "symfony/contracts"                  },                  "branch-alias": { -                    "dev-main": "3.5-dev" +                    "dev-main": "3.6-dev"                  }              },              "autoload": { @@ -3479,7 +3547,7 @@              "description": "A generic function and convention to trigger deprecation notices",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" +                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"              },              "funding": [                  { @@ -3495,20 +3563,20 @@                      "type": "tidelift"                  }              ], -            "time": "2024-09-25T14:20:29+00:00" +            "time": "2024-09-25T14:21:43+00:00"          },          {              "name": "symfony/error-handler", -            "version": "v7.2.5", +            "version": "v7.3.2",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/error-handler.git", -                "reference": "102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b" +                "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/error-handler/zipball/102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b", -                "reference": "102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b", +                "url": "https://api.github.com/repos/symfony/error-handler/zipball/0b31a944fcd8759ae294da4d2808cbc53aebd0c3", +                "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3",                  "shasum": ""              },              "require": { @@ -3521,9 +3589,11 @@                  "symfony/http-kernel": "<6.4"              },              "require-dev": { +                "symfony/console": "^6.4|^7.0",                  "symfony/deprecation-contracts": "^2.5|^3",                  "symfony/http-kernel": "^6.4|^7.0", -                "symfony/serializer": "^6.4|^7.0" +                "symfony/serializer": "^6.4|^7.0", +                "symfony/webpack-encore-bundle": "^1.0|^2.0"              },              "bin": [                  "Resources/bin/patch-type-declarations" @@ -3554,7 +3624,7 @@              "description": "Provides tools to manage errors and ease debugging PHP code",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/error-handler/tree/v7.2.5" +                "source": "https://github.com/symfony/error-handler/tree/v7.3.2"              },              "funding": [                  { @@ -3566,24 +3636,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-03-03T07:12:39+00:00" +            "time": "2025-07-07T08:17:57+00:00"          },          {              "name": "symfony/event-dispatcher", -            "version": "v7.2.0", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/event-dispatcher.git", -                "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1" +                "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1", -                "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1", +                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191", +                "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191",                  "shasum": ""              },              "require": { @@ -3634,7 +3708,7 @@              "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0" +                "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.3"              },              "funding": [                  { @@ -3646,24 +3720,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2024-09-25T14:21:43+00:00" +            "time": "2025-08-13T11:49:31+00:00"          },          {              "name": "symfony/event-dispatcher-contracts", -            "version": "v3.5.1", +            "version": "v3.6.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/event-dispatcher-contracts.git", -                "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" +                "reference": "59eb412e93815df44f05f342958efa9f46b1e586"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", -                "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", +                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", +                "reference": "59eb412e93815df44f05f342958efa9f46b1e586",                  "shasum": ""              },              "require": { @@ -3677,7 +3755,7 @@                      "name": "symfony/contracts"                  },                  "branch-alias": { -                    "dev-main": "3.5-dev" +                    "dev-main": "3.6-dev"                  }              },              "autoload": { @@ -3710,7 +3788,7 @@                  "standards"              ],              "support": { -                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" +                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"              },              "funding": [                  { @@ -3726,20 +3804,20 @@                      "type": "tidelift"                  }              ], -            "time": "2024-09-25T14:20:29+00:00" +            "time": "2024-09-25T14:21:43+00:00"          },          {              "name": "symfony/finder", -            "version": "v7.2.2", +            "version": "v7.3.2",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/finder.git", -                "reference": "87a71856f2f56e4100373e92529eed3171695cfb" +                "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", -                "reference": "87a71856f2f56e4100373e92529eed3171695cfb", +                "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe", +                "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe",                  "shasum": ""              },              "require": { @@ -3774,7 +3852,7 @@              "description": "Finds files and directories via an intuitive fluent interface",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/finder/tree/v7.2.2" +                "source": "https://github.com/symfony/finder/tree/v7.3.2"              },              "funding": [                  { @@ -3786,24 +3864,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2024-12-30T19:00:17+00:00" +            "time": "2025-07-15T13:41:35+00:00"          },          {              "name": "symfony/http-foundation", -            "version": "v7.2.5", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/http-foundation.git", -                "reference": "371272aeb6286f8135e028ca535f8e4d6f114126" +                "reference": "7475561ec27020196c49bb7c4f178d33d7d3dc00"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/371272aeb6286f8135e028ca535f8e4d6f114126", -                "reference": "371272aeb6286f8135e028ca535f8e4d6f114126", +                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7475561ec27020196c49bb7c4f178d33d7d3dc00", +                "reference": "7475561ec27020196c49bb7c4f178d33d7d3dc00",                  "shasum": ""              },              "require": { @@ -3820,6 +3902,7 @@                  "doctrine/dbal": "^3.6|^4",                  "predis/predis": "^1.1|^2.0",                  "symfony/cache": "^6.4.12|^7.1.5", +                "symfony/clock": "^6.4|^7.0",                  "symfony/dependency-injection": "^6.4|^7.0",                  "symfony/expression-language": "^6.4|^7.0",                  "symfony/http-kernel": "^6.4|^7.0", @@ -3852,7 +3935,7 @@              "description": "Defines an object-oriented layer for the HTTP specification",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/http-foundation/tree/v7.2.5" +                "source": "https://github.com/symfony/http-foundation/tree/v7.3.3"              },              "funding": [                  { @@ -3864,24 +3947,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-03-25T15:54:33+00:00" +            "time": "2025-08-20T08:04:18+00:00"          },          {              "name": "symfony/http-kernel", -            "version": "v7.2.5", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/http-kernel.git", -                "reference": "b1fe91bc1fa454a806d3f98db4ba826eb9941a54" +                "reference": "72c304de37e1a1cec6d5d12b81187ebd4850a17b"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b1fe91bc1fa454a806d3f98db4ba826eb9941a54", -                "reference": "b1fe91bc1fa454a806d3f98db4ba826eb9941a54", +                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/72c304de37e1a1cec6d5d12b81187ebd4850a17b", +                "reference": "72c304de37e1a1cec6d5d12b81187ebd4850a17b",                  "shasum": ""              },              "require": { @@ -3889,8 +3976,8 @@                  "psr/log": "^1|^2|^3",                  "symfony/deprecation-contracts": "^2.5|^3",                  "symfony/error-handler": "^6.4|^7.0", -                "symfony/event-dispatcher": "^6.4|^7.0", -                "symfony/http-foundation": "^6.4|^7.0", +                "symfony/event-dispatcher": "^7.3", +                "symfony/http-foundation": "^7.3",                  "symfony/polyfill-ctype": "^1.8"              },              "conflict": { @@ -3966,7 +4053,7 @@              "description": "Provides a structured process for converting a Request into a Response",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/http-kernel/tree/v7.2.5" +                "source": "https://github.com/symfony/http-kernel/tree/v7.3.3"              },              "funding": [                  { @@ -3978,24 +4065,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-03-28T13:32:50+00:00" +            "time": "2025-08-29T08:23:45+00:00"          },          {              "name": "symfony/mailer", -            "version": "v7.2.3", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/mailer.git", -                "reference": "f3871b182c44997cf039f3b462af4a48fb85f9d3" +                "reference": "a32f3f45f1990db8c4341d5122a7d3a381c7e575"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/mailer/zipball/f3871b182c44997cf039f3b462af4a48fb85f9d3", -                "reference": "f3871b182c44997cf039f3b462af4a48fb85f9d3", +                "url": "https://api.github.com/repos/symfony/mailer/zipball/a32f3f45f1990db8c4341d5122a7d3a381c7e575", +                "reference": "a32f3f45f1990db8c4341d5122a7d3a381c7e575",                  "shasum": ""              },              "require": { @@ -4046,7 +4137,7 @@              "description": "Helps sending emails",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/mailer/tree/v7.2.3" +                "source": "https://github.com/symfony/mailer/tree/v7.3.3"              },              "funding": [                  { @@ -4058,24 +4149,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-01-27T11:08:17+00:00" +            "time": "2025-08-13T11:49:31+00:00"          },          {              "name": "symfony/mime", -            "version": "v7.2.4", +            "version": "v7.3.2",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/mime.git", -                "reference": "87ca22046b78c3feaff04b337f33b38510fd686b" +                "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/mime/zipball/87ca22046b78c3feaff04b337f33b38510fd686b", -                "reference": "87ca22046b78c3feaff04b337f33b38510fd686b", +                "url": "https://api.github.com/repos/symfony/mime/zipball/e0a0f859148daf1edf6c60b398eb40bfc96697d1", +                "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1",                  "shasum": ""              },              "require": { @@ -4130,7 +4225,7 @@                  "mime-type"              ],              "support": { -                "source": "https://github.com/symfony/mime/tree/v7.2.4" +                "source": "https://github.com/symfony/mime/tree/v7.3.2"              },              "funding": [                  { @@ -4142,15 +4237,19 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-02-19T08:51:20+00:00" +            "time": "2025-07-15T13:41:35+00:00"          },          {              "name": "symfony/polyfill-ctype", -            "version": "v1.31.0", +            "version": "v1.33.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-ctype.git", @@ -4209,7 +4308,7 @@                  "portable"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" +                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"              },              "funding": [                  { @@ -4221,6 +4320,10 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  } @@ -4229,16 +4332,16 @@          },          {              "name": "symfony/polyfill-intl-grapheme", -            "version": "v1.31.0", +            "version": "v1.33.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-intl-grapheme.git", -                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" +                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", -                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", +                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", +                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",                  "shasum": ""              },              "require": { @@ -4287,7 +4390,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" +                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"              },              "funding": [                  { @@ -4299,24 +4402,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2024-09-09T11:45:10+00:00" +            "time": "2025-06-27T09:58:17+00:00"          },          {              "name": "symfony/polyfill-intl-idn", -            "version": "v1.31.0", +            "version": "v1.33.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-intl-idn.git", -                "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" +                "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", -                "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", +                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3", +                "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",                  "shasum": ""              },              "require": { @@ -4370,7 +4477,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" +                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"              },              "funding": [                  { @@ -4382,15 +4489,19 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2024-09-09T11:45:10+00:00" +            "time": "2024-09-10T14:38:51+00:00"          },          {              "name": "symfony/polyfill-intl-normalizer", -            "version": "v1.31.0", +            "version": "v1.33.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -4451,7 +4562,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" +                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"              },              "funding": [                  { @@ -4463,6 +4574,10 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  } @@ -4471,19 +4586,20 @@          },          {              "name": "symfony/polyfill-mbstring", -            "version": "v1.31.0", +            "version": "v1.33.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-mbstring.git", -                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" +                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", -                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", +                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", +                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",                  "shasum": ""              },              "require": { +                "ext-iconv": "*",                  "php": ">=7.2"              },              "provide": { @@ -4531,7 +4647,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" +                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"              },              "funding": [                  { @@ -4543,24 +4659,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2024-09-09T11:45:10+00:00" +            "time": "2024-12-23T08:48:59+00:00"          },          {              "name": "symfony/polyfill-php80", -            "version": "v1.31.0", +            "version": "v1.33.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-php80.git", -                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" +                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", -                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", +                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", +                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",                  "shasum": ""              },              "require": { @@ -4611,7 +4731,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" +                "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"              },              "funding": [                  { @@ -4623,24 +4743,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2024-09-09T11:45:10+00:00" +            "time": "2025-01-02T08:10:11+00:00"          },          {              "name": "symfony/polyfill-php83", -            "version": "v1.31.0", +            "version": "v1.33.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-php83.git", -                "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" +                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", -                "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", +                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", +                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",                  "shasum": ""              },              "require": { @@ -4687,7 +4811,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" +                "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"              },              "funding": [                  { @@ -4699,15 +4823,179 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2024-09-09T11:45:10+00:00" +            "time": "2025-07-08T02:45:35+00:00" +        }, +        { +            "name": "symfony/polyfill-php84", +            "version": "v1.33.0", +            "source": { +                "type": "git", +                "url": "https://github.com/symfony/polyfill-php84.git", +                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" +            }, +            "dist": { +                "type": "zip", +                "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", +                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", +                "shasum": "" +            }, +            "require": { +                "php": ">=7.2" +            }, +            "type": "library", +            "extra": { +                "thanks": { +                    "url": "https://github.com/symfony/polyfill", +                    "name": "symfony/polyfill" +                } +            }, +            "autoload": { +                "files": [ +                    "bootstrap.php" +                ], +                "psr-4": { +                    "Symfony\\Polyfill\\Php84\\": "" +                }, +                "classmap": [ +                    "Resources/stubs" +                ] +            }, +            "notification-url": "https://packagist.org/downloads/", +            "license": [ +                "MIT" +            ], +            "authors": [ +                { +                    "name": "Nicolas Grekas", +                    "email": "p@tchwork.com" +                }, +                { +                    "name": "Symfony Community", +                    "homepage": "https://symfony.com/contributors" +                } +            ], +            "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", +            "homepage": "https://symfony.com", +            "keywords": [ +                "compatibility", +                "polyfill", +                "portable", +                "shim" +            ], +            "support": { +                "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" +            }, +            "funding": [ +                { +                    "url": "https://symfony.com/sponsor", +                    "type": "custom" +                }, +                { +                    "url": "https://github.com/fabpot", +                    "type": "github" +                }, +                { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", +                    "type": "tidelift" +                } +            ], +            "time": "2025-06-24T13:30:11+00:00" +        }, +        { +            "name": "symfony/polyfill-php85", +            "version": "v1.33.0", +            "source": { +                "type": "git", +                "url": "https://github.com/symfony/polyfill-php85.git", +                "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91" +            }, +            "dist": { +                "type": "zip", +                "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", +                "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", +                "shasum": "" +            }, +            "require": { +                "php": ">=7.2" +            }, +            "type": "library", +            "extra": { +                "thanks": { +                    "url": "https://github.com/symfony/polyfill", +                    "name": "symfony/polyfill" +                } +            }, +            "autoload": { +                "files": [ +                    "bootstrap.php" +                ], +                "psr-4": { +                    "Symfony\\Polyfill\\Php85\\": "" +                }, +                "classmap": [ +                    "Resources/stubs" +                ] +            }, +            "notification-url": "https://packagist.org/downloads/", +            "license": [ +                "MIT" +            ], +            "authors": [ +                { +                    "name": "Nicolas Grekas", +                    "email": "p@tchwork.com" +                }, +                { +                    "name": "Symfony Community", +                    "homepage": "https://symfony.com/contributors" +                } +            ], +            "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions", +            "homepage": "https://symfony.com", +            "keywords": [ +                "compatibility", +                "polyfill", +                "portable", +                "shim" +            ], +            "support": { +                "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0" +            }, +            "funding": [ +                { +                    "url": "https://symfony.com/sponsor", +                    "type": "custom" +                }, +                { +                    "url": "https://github.com/fabpot", +                    "type": "github" +                }, +                { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", +                    "type": "tidelift" +                } +            ], +            "time": "2025-06-23T16:12:55+00:00"          },          {              "name": "symfony/polyfill-uuid", -            "version": "v1.31.0", +            "version": "v1.33.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-uuid.git", @@ -4766,7 +5054,7 @@                  "uuid"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0" +                "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0"              },              "funding": [                  { @@ -4778,6 +5066,10 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  } @@ -4786,16 +5078,16 @@          },          {              "name": "symfony/process", -            "version": "v7.2.5", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/process.git", -                "reference": "87b7c93e57df9d8e39a093d32587702380ff045d" +                "reference": "32241012d521e2e8a9d713adb0812bb773b907f1"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/process/zipball/87b7c93e57df9d8e39a093d32587702380ff045d", -                "reference": "87b7c93e57df9d8e39a093d32587702380ff045d", +                "url": "https://api.github.com/repos/symfony/process/zipball/32241012d521e2e8a9d713adb0812bb773b907f1", +                "reference": "32241012d521e2e8a9d713adb0812bb773b907f1",                  "shasum": ""              },              "require": { @@ -4827,7 +5119,7 @@              "description": "Executes commands in sub-processes",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/process/tree/v7.2.5" +                "source": "https://github.com/symfony/process/tree/v7.3.3"              },              "funding": [                  { @@ -4839,24 +5131,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-03-13T12:21:46+00:00" +            "time": "2025-08-18T09:42:54+00:00"          },          {              "name": "symfony/routing", -            "version": "v7.2.3", +            "version": "v7.3.2",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/routing.git", -                "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996" +                "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996", -                "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996", +                "url": "https://api.github.com/repos/symfony/routing/zipball/7614b8ca5fa89b9cd233e21b627bfc5774f586e4", +                "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4",                  "shasum": ""              },              "require": { @@ -4908,7 +5204,7 @@                  "url"              ],              "support": { -                "source": "https://github.com/symfony/routing/tree/v7.2.3" +                "source": "https://github.com/symfony/routing/tree/v7.3.2"              },              "funding": [                  { @@ -4920,24 +5216,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-01-17T10:56:55+00:00" +            "time": "2025-07-15T11:36:08+00:00"          },          {              "name": "symfony/service-contracts", -            "version": "v3.5.1", +            "version": "v3.6.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/service-contracts.git", -                "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" +                "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", -                "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", +                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4", +                "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",                  "shasum": ""              },              "require": { @@ -4955,7 +5255,7 @@                      "name": "symfony/contracts"                  },                  "branch-alias": { -                    "dev-main": "3.5-dev" +                    "dev-main": "3.6-dev"                  }              },              "autoload": { @@ -4991,7 +5291,7 @@                  "standards"              ],              "support": { -                "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" +                "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"              },              "funding": [                  { @@ -5007,20 +5307,20 @@                      "type": "tidelift"                  }              ], -            "time": "2024-09-25T14:20:29+00:00" +            "time": "2025-04-25T09:37:31+00:00"          },          {              "name": "symfony/string", -            "version": "v7.2.0", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/string.git", -                "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" +                "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", -                "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", +                "url": "https://api.github.com/repos/symfony/string/zipball/17a426cce5fd1f0901fefa9b2a490d0038fd3c9c", +                "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c",                  "shasum": ""              },              "require": { @@ -5078,7 +5378,7 @@                  "utf8"              ],              "support": { -                "source": "https://github.com/symfony/string/tree/v7.2.0" +                "source": "https://github.com/symfony/string/tree/v7.3.3"              },              "funding": [                  { @@ -5090,24 +5390,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2024-11-13T13:31:26+00:00" +            "time": "2025-08-25T06:35:40+00:00"          },          {              "name": "symfony/translation", -            "version": "v7.2.4", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/translation.git", -                "reference": "283856e6981286cc0d800b53bd5703e8e363f05a" +                "reference": "e0837b4cbcef63c754d89a4806575cada743a38d"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/translation/zipball/283856e6981286cc0d800b53bd5703e8e363f05a", -                "reference": "283856e6981286cc0d800b53bd5703e8e363f05a", +                "url": "https://api.github.com/repos/symfony/translation/zipball/e0837b4cbcef63c754d89a4806575cada743a38d", +                "reference": "e0837b4cbcef63c754d89a4806575cada743a38d",                  "shasum": ""              },              "require": { @@ -5117,6 +5421,7 @@                  "symfony/translation-contracts": "^2.5|^3.0"              },              "conflict": { +                "nikic/php-parser": "<5.0",                  "symfony/config": "<6.4",                  "symfony/console": "<6.4",                  "symfony/dependency-injection": "<6.4", @@ -5130,7 +5435,7 @@                  "symfony/translation-implementation": "2.3|3.0"              },              "require-dev": { -                "nikic/php-parser": "^4.18|^5.0", +                "nikic/php-parser": "^5.0",                  "psr/log": "^1|^2|^3",                  "symfony/config": "^6.4|^7.0",                  "symfony/console": "^6.4|^7.0", @@ -5173,7 +5478,7 @@              "description": "Provides tools to internationalize your application",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/translation/tree/v7.2.4" +                "source": "https://github.com/symfony/translation/tree/v7.3.3"              },              "funding": [                  { @@ -5185,24 +5490,28 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-02-13T10:27:23+00:00" +            "time": "2025-08-01T21:02:37+00:00"          },          {              "name": "symfony/translation-contracts", -            "version": "v3.5.1", +            "version": "v3.6.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/translation-contracts.git", -                "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" +                "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", -                "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", +                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d", +                "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",                  "shasum": ""              },              "require": { @@ -5215,7 +5524,7 @@                      "name": "symfony/contracts"                  },                  "branch-alias": { -                    "dev-main": "3.5-dev" +                    "dev-main": "3.6-dev"                  }              },              "autoload": { @@ -5251,7 +5560,7 @@                  "standards"              ],              "support": { -                "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" +                "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"              },              "funding": [                  { @@ -5267,20 +5576,20 @@                      "type": "tidelift"                  }              ], -            "time": "2024-09-25T14:20:29+00:00" +            "time": "2024-09-27T08:32:26+00:00"          },          {              "name": "symfony/uid", -            "version": "v7.2.0", +            "version": "v7.3.1",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/uid.git", -                "reference": "2d294d0c48df244c71c105a169d0190bfb080426" +                "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426", -                "reference": "2d294d0c48df244c71c105a169d0190bfb080426", +                "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb", +                "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",                  "shasum": ""              },              "require": { @@ -5325,7 +5634,7 @@                  "uuid"              ],              "support": { -                "source": "https://github.com/symfony/uid/tree/v7.2.0" +                "source": "https://github.com/symfony/uid/tree/v7.3.1"              },              "funding": [                  { @@ -5341,31 +5650,31 @@                      "type": "tidelift"                  }              ], -            "time": "2024-09-25T14:21:43+00:00" +            "time": "2025-06-27T19:55:54+00:00"          },          {              "name": "symfony/var-dumper", -            "version": "v7.2.3", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/var-dumper.git", -                "reference": "82b478c69745d8878eb60f9a049a4d584996f73a" +                "reference": "34d8d4c4b9597347306d1ec8eb4e1319b1e6986f"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a", -                "reference": "82b478c69745d8878eb60f9a049a4d584996f73a", +                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/34d8d4c4b9597347306d1ec8eb4e1319b1e6986f", +                "reference": "34d8d4c4b9597347306d1ec8eb4e1319b1e6986f",                  "shasum": ""              },              "require": {                  "php": ">=8.2", +                "symfony/deprecation-contracts": "^2.5|^3",                  "symfony/polyfill-mbstring": "~1.0"              },              "conflict": {                  "symfony/console": "<6.4"              },              "require-dev": { -                "ext-iconv": "*",                  "symfony/console": "^6.4|^7.0",                  "symfony/http-kernel": "^6.4|^7.0",                  "symfony/process": "^6.4|^7.0", @@ -5408,7 +5717,7 @@                  "dump"              ],              "support": { -                "source": "https://github.com/symfony/var-dumper/tree/v7.2.3" +                "source": "https://github.com/symfony/var-dumper/tree/v7.3.3"              },              "funding": [                  { @@ -5420,11 +5729,15 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-01-17T11:39:41+00:00" +            "time": "2025-08-13T11:49:31+00:00"          },          {              "name": "tijsverkoyen/css-to-inline-styles", @@ -5483,16 +5796,16 @@          },          {              "name": "vlucas/phpdotenv", -            "version": "v5.6.1", +            "version": "v5.6.2",              "source": {                  "type": "git",                  "url": "https://github.com/vlucas/phpdotenv.git", -                "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2" +                "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2", -                "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2", +                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af", +                "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",                  "shasum": ""              },              "require": { @@ -5551,7 +5864,7 @@              ],              "support": {                  "issues": "https://github.com/vlucas/phpdotenv/issues", -                "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1" +                "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"              },              "funding": [                  { @@ -5563,7 +5876,7 @@                      "type": "tidelift"                  }              ], -            "time": "2024-07-20T21:52:34+00:00" +            "time": "2025-04-30T23:37:27+00:00"          },          {              "name": "voku/portable-ascii", @@ -5701,16 +6014,16 @@      "packages-dev": [          {              "name": "brianium/paratest", -            "version": "v7.8.3", +            "version": "v7.8.4",              "source": {                  "type": "git",                  "url": "https://github.com/paratestphp/paratest.git", -                "reference": "a585c346ddf1bec22e51e20b5387607905604a71" +                "reference": "130a9bf0e269ee5f5b320108f794ad03e275cad4"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/paratestphp/paratest/zipball/a585c346ddf1bec22e51e20b5387607905604a71", -                "reference": "a585c346ddf1bec22e51e20b5387607905604a71", +                "url": "https://api.github.com/repos/paratestphp/paratest/zipball/130a9bf0e269ee5f5b320108f794ad03e275cad4", +                "reference": "130a9bf0e269ee5f5b320108f794ad03e275cad4",                  "shasum": ""              },              "require": { @@ -5719,26 +6032,26 @@                  "ext-reflection": "*",                  "ext-simplexml": "*",                  "fidry/cpu-core-counter": "^1.2.0", -                "jean85/pretty-package-versions": "^2.1.0", +                "jean85/pretty-package-versions": "^2.1.1",                  "php": "~8.2.0 || ~8.3.0 || ~8.4.0", -                "phpunit/php-code-coverage": "^11.0.9 || ^12.0.4", -                "phpunit/php-file-iterator": "^5.1.0 || ^6", -                "phpunit/php-timer": "^7.0.1 || ^8", -                "phpunit/phpunit": "^11.5.11 || ^12.0.6", -                "sebastian/environment": "^7.2.0 || ^8", -                "symfony/console": "^6.4.17 || ^7.2.1", -                "symfony/process": "^6.4.19 || ^7.2.4" +                "phpunit/php-code-coverage": "^11.0.10", +                "phpunit/php-file-iterator": "^5.1.0", +                "phpunit/php-timer": "^7.0.1", +                "phpunit/phpunit": "^11.5.24", +                "sebastian/environment": "^7.2.1", +                "symfony/console": "^6.4.22 || ^7.3.0", +                "symfony/process": "^6.4.20 || ^7.3.0"              },              "require-dev": {                  "doctrine/coding-standard": "^12.0.0",                  "ext-pcov": "*",                  "ext-posix": "*", -                "phpstan/phpstan": "^2.1.6", -                "phpstan/phpstan-deprecation-rules": "^2.0.1", -                "phpstan/phpstan-phpunit": "^2.0.4", -                "phpstan/phpstan-strict-rules": "^2.0.3", -                "squizlabs/php_codesniffer": "^3.11.3", -                "symfony/filesystem": "^6.4.13 || ^7.2.0" +                "phpstan/phpstan": "^2.1.17", +                "phpstan/phpstan-deprecation-rules": "^2.0.3", +                "phpstan/phpstan-phpunit": "^2.0.6", +                "phpstan/phpstan-strict-rules": "^2.0.4", +                "squizlabs/php_codesniffer": "^3.13.2", +                "symfony/filesystem": "^6.4.13 || ^7.3.0"              },              "bin": [                  "bin/paratest", @@ -5778,7 +6091,7 @@              ],              "support": {                  "issues": "https://github.com/paratestphp/paratest/issues", -                "source": "https://github.com/paratestphp/paratest/tree/v7.8.3" +                "source": "https://github.com/paratestphp/paratest/tree/v7.8.4"              },              "funding": [                  { @@ -5790,20 +6103,20 @@                      "type": "paypal"                  }              ], -            "time": "2025-03-05T08:29:11+00:00" +            "time": "2025-06-23T06:07:21+00:00"          },          {              "name": "composer/semver", -            "version": "3.4.3", +            "version": "3.4.4",              "source": {                  "type": "git",                  "url": "https://github.com/composer/semver.git", -                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" +                "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", -                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", +                "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95", +                "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",                  "shasum": ""              },              "require": { @@ -5855,7 +6168,7 @@              "support": {                  "irc": "ircs://irc.libera.chat:6697/composer",                  "issues": "https://github.com/composer/semver/issues", -                "source": "https://github.com/composer/semver/tree/3.4.3" +                "source": "https://github.com/composer/semver/tree/3.4.4"              },              "funding": [                  { @@ -5865,13 +6178,9 @@                  {                      "url": "https://github.com/composer",                      "type": "github" -                }, -                { -                    "url": "https://tidelift.com/funding/github/packagist/composer/composer", -                    "type": "tidelift"                  }              ], -            "time": "2024-09-19T14:15:21+00:00" +            "time": "2025-08-20T19:15:30+00:00"          },          {              "name": "doctrine/deprecations", @@ -5986,16 +6295,16 @@          },          {              "name": "fidry/cpu-core-counter", -            "version": "1.2.0", +            "version": "1.3.0",              "source": {                  "type": "git",                  "url": "https://github.com/theofidry/cpu-core-counter.git", -                "reference": "8520451a140d3f46ac33042715115e290cf5785f" +                "reference": "db9508f7b1474469d9d3c53b86f817e344732678"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f", -                "reference": "8520451a140d3f46ac33042715115e290cf5785f", +                "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678", +                "reference": "db9508f7b1474469d9d3c53b86f817e344732678",                  "shasum": ""              },              "require": { @@ -6005,10 +6314,10 @@                  "fidry/makefile": "^0.2.0",                  "fidry/php-cs-fixer-config": "^1.1.2",                  "phpstan/extension-installer": "^1.2.0", -                "phpstan/phpstan": "^1.9.2", -                "phpstan/phpstan-deprecation-rules": "^1.0.0", -                "phpstan/phpstan-phpunit": "^1.2.2", -                "phpstan/phpstan-strict-rules": "^1.4.4", +                "phpstan/phpstan": "^2.0", +                "phpstan/phpstan-deprecation-rules": "^2.0.0", +                "phpstan/phpstan-phpunit": "^2.0", +                "phpstan/phpstan-strict-rules": "^2.0",                  "phpunit/phpunit": "^8.5.31 || ^9.5.26",                  "webmozarts/strict-phpunit": "^7.5"              }, @@ -6035,7 +6344,7 @@              ],              "support": {                  "issues": "https://github.com/theofidry/cpu-core-counter/issues", -                "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0" +                "source": "https://github.com/theofidry/cpu-core-counter/tree/1.3.0"              },              "funding": [                  { @@ -6043,20 +6352,20 @@                      "type": "github"                  }              ], -            "time": "2024-08-06T10:04:20+00:00" +            "time": "2025-08-14T07:29:31+00:00"          },          {              "name": "filp/whoops", -            "version": "2.18.0", +            "version": "2.18.4",              "source": {                  "type": "git",                  "url": "https://github.com/filp/whoops.git", -                "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e" +                "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/filp/whoops/zipball/a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e", -                "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e", +                "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d", +                "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",                  "shasum": ""              },              "require": { @@ -6106,7 +6415,7 @@              ],              "support": {                  "issues": "https://github.com/filp/whoops/issues", -                "source": "https://github.com/filp/whoops/tree/2.18.0" +                "source": "https://github.com/filp/whoops/tree/2.18.4"              },              "funding": [                  { @@ -6114,24 +6423,24 @@                      "type": "github"                  }              ], -            "time": "2025-03-15T12:00:00+00:00" +            "time": "2025-08-08T12:00:00+00:00"          },          {              "name": "hamcrest/hamcrest-php", -            "version": "v2.0.1", +            "version": "v2.1.1",              "source": {                  "type": "git",                  "url": "https://github.com/hamcrest/hamcrest-php.git", -                "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3" +                "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3", -                "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3", +                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487", +                "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",                  "shasum": ""              },              "require": { -                "php": "^5.3|^7.0|^8.0" +                "php": "^7.4|^8.0"              },              "replace": {                  "cordoval/hamcrest-php": "*", @@ -6139,8 +6448,8 @@                  "kodova/hamcrest-php": "*"              },              "require-dev": { -                "phpunit/php-file-iterator": "^1.4 || ^2.0", -                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0" +                "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0", +                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"              },              "type": "library",              "extra": { @@ -6163,9 +6472,9 @@              ],              "support": {                  "issues": "https://github.com/hamcrest/hamcrest-php/issues", -                "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1" +                "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"              }, -            "time": "2020-07-09T08:09:16+00:00" +            "time": "2025-04-30T06:54:44+00:00"          },          {              "name": "iamcal/sql-parser", @@ -6270,16 +6579,16 @@          },          {              "name": "larastan/larastan", -            "version": "v3.4.0", +            "version": "v3.7.2",              "source": {                  "type": "git",                  "url": "https://github.com/larastan/larastan.git", -                "reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222" +                "reference": "a761859a7487bd7d0cb8b662a7538a234d5bb5ae"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/larastan/larastan/zipball/1042fa0c2ee490bb6da7381f3323f7292ad68222", -                "reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222", +                "url": "https://api.github.com/repos/larastan/larastan/zipball/a761859a7487bd7d0cb8b662a7538a234d5bb5ae", +                "reference": "a761859a7487bd7d0cb8b662a7538a234d5bb5ae",                  "shasum": ""              },              "require": { @@ -6293,7 +6602,7 @@                  "illuminate/pipeline": "^11.44.2 || ^12.4.1",                  "illuminate/support": "^11.44.2 || ^12.4.1",                  "php": "^8.2", -                "phpstan/phpstan": "^2.1.11" +                "phpstan/phpstan": "^2.1.28"              },              "require-dev": {                  "doctrine/coding-standard": "^13", @@ -6347,7 +6656,7 @@              ],              "support": {                  "issues": "https://github.com/larastan/larastan/issues", -                "source": "https://github.com/larastan/larastan/tree/v3.4.0" +                "source": "https://github.com/larastan/larastan/tree/v3.7.2"              },              "funding": [                  { @@ -6355,20 +6664,20 @@                      "type": "github"                  }              ], -            "time": "2025-04-22T09:44:59+00:00" +            "time": "2025-09-19T09:03:05+00:00"          },          {              "name": "laravel/pail", -            "version": "v1.2.2", +            "version": "v1.2.3",              "source": {                  "type": "git",                  "url": "https://github.com/laravel/pail.git", -                "reference": "f31f4980f52be17c4667f3eafe034e6826787db2" +                "reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/laravel/pail/zipball/f31f4980f52be17c4667f3eafe034e6826787db2", -                "reference": "f31f4980f52be17c4667f3eafe034e6826787db2", +                "url": "https://api.github.com/repos/laravel/pail/zipball/8cc3d575c1f0e57eeb923f366a37528c50d2385a", +                "reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a",                  "shasum": ""              },              "require": { @@ -6388,7 +6697,7 @@                  "orchestra/testbench-core": "^8.13|^9.0|^10.0",                  "pestphp/pest": "^2.20|^3.0",                  "pestphp/pest-plugin-type-coverage": "^2.3|^3.0", -                "phpstan/phpstan": "^1.10", +                "phpstan/phpstan": "^1.12.27",                  "symfony/var-dumper": "^6.3|^7.0"              },              "type": "library", @@ -6424,6 +6733,7 @@              "description": "Easily delve into your Laravel application's log files directly from the command line.",              "homepage": "https://github.com/laravel/pail",              "keywords": [ +                "dev",                  "laravel",                  "logs",                  "php", @@ -6433,7 +6743,7 @@                  "issues": "https://github.com/laravel/pail/issues",                  "source": "https://github.com/laravel/pail"              }, -            "time": "2025-01-28T15:15:15+00:00" +            "time": "2025-06-05T13:55:57+00:00"          },          {              "name": "laravel/tinker", @@ -6586,16 +6896,16 @@          },          {              "name": "myclabs/deep-copy", -            "version": "1.13.0", +            "version": "1.13.4",              "source": {                  "type": "git",                  "url": "https://github.com/myclabs/DeepCopy.git", -                "reference": "024473a478be9df5fdaca2c793f2232fe788e414" +                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414", -                "reference": "024473a478be9df5fdaca2c793f2232fe788e414", +                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", +                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",                  "shasum": ""              },              "require": { @@ -6634,7 +6944,7 @@              ],              "support": {                  "issues": "https://github.com/myclabs/DeepCopy/issues", -                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0" +                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"              },              "funding": [                  { @@ -6642,20 +6952,20 @@                      "type": "tidelift"                  }              ], -            "time": "2025-02-12T12:17:51+00:00" +            "time": "2025-08-01T08:46:24+00:00"          },          {              "name": "nikic/php-parser", -            "version": "v5.4.0", +            "version": "v5.6.1",              "source": {                  "type": "git",                  "url": "https://github.com/nikic/PHP-Parser.git", -                "reference": "447a020a1f875a434d62f2a401f53b82a396e494" +                "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", -                "reference": "447a020a1f875a434d62f2a401f53b82a396e494", +                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", +                "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",                  "shasum": ""              },              "require": { @@ -6674,7 +6984,7 @@              "type": "library",              "extra": {                  "branch-alias": { -                    "dev-master": "5.0-dev" +                    "dev-master": "5.x-dev"                  }              },              "autoload": { @@ -6698,29 +7008,29 @@              ],              "support": {                  "issues": "https://github.com/nikic/PHP-Parser/issues", -                "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" +                "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"              }, -            "time": "2024-12-30T11:07:19+00:00" +            "time": "2025-08-13T20:13:15+00:00"          },          {              "name": "nunomaduro/collision", -            "version": "v8.8.0", +            "version": "v8.8.2",              "source": {                  "type": "git",                  "url": "https://github.com/nunomaduro/collision.git", -                "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8" +                "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/nunomaduro/collision/zipball/4cf9f3b47afff38b139fb79ce54fc71799022ce8", -                "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8", +                "url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb", +                "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",                  "shasum": ""              },              "require": { -                "filp/whoops": "^2.18.0", -                "nunomaduro/termwind": "^2.3.0", +                "filp/whoops": "^2.18.1", +                "nunomaduro/termwind": "^2.3.1",                  "php": "^8.2.0", -                "symfony/console": "^7.2.5" +                "symfony/console": "^7.3.0"              },              "conflict": {                  "laravel/framework": "<11.44.2 || >=13.0.0", @@ -6728,15 +7038,15 @@              },              "require-dev": {                  "brianium/paratest": "^7.8.3", -                "larastan/larastan": "^3.2", -                "laravel/framework": "^11.44.2 || ^12.6", -                "laravel/pint": "^1.21.2", -                "laravel/sail": "^1.41.0", -                "laravel/sanctum": "^4.0.8", +                "larastan/larastan": "^3.4.2", +                "laravel/framework": "^11.44.2 || ^12.18", +                "laravel/pint": "^1.22.1", +                "laravel/sail": "^1.43.1", +                "laravel/sanctum": "^4.1.1",                  "laravel/tinker": "^2.10.1", -                "orchestra/testbench-core": "^9.12.0 || ^10.1", -                "pestphp/pest": "^3.8.0", -                "sebastian/environment": "^7.2.0 || ^8.0" +                "orchestra/testbench-core": "^9.12.0 || ^10.4", +                "pestphp/pest": "^3.8.2", +                "sebastian/environment": "^7.2.1 || ^8.0"              },              "type": "library",              "extra": { @@ -6799,7 +7109,7 @@                      "type": "patreon"                  }              ], -            "time": "2025-04-03T14:33:09+00:00" +            "time": "2025-06-25T02:12:12+00:00"          },          {              "name": "orchestra/canvas", @@ -7000,28 +7310,31 @@          },          {              "name": "orchestra/sidekick", -            "version": "v1.1.5", +            "version": "v1.2.14",              "source": {                  "type": "git",                  "url": "https://github.com/orchestral/sidekick.git", -                "reference": "bc47409229e55a9a2861fd55f77d7d79ffa09b05" +                "reference": "0f7d1d96d390e7bf9118f280dfae74b8b2fb0a00"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/orchestral/sidekick/zipball/bc47409229e55a9a2861fd55f77d7d79ffa09b05", -                "reference": "bc47409229e55a9a2861fd55f77d7d79ffa09b05", +                "url": "https://api.github.com/repos/orchestral/sidekick/zipball/0f7d1d96d390e7bf9118f280dfae74b8b2fb0a00", +                "reference": "0f7d1d96d390e7bf9118f280dfae74b8b2fb0a00",                  "shasum": ""              },              "require": {                  "composer-runtime-api": "^2.2", -                "php": "^8.0", -                "symfony/polyfill-php83": "^1.31" +                "php": "^8.1", +                "symfony/polyfill-php83": "^1.32"              },              "require-dev": { -                "laravel/framework": "^9.52.16|^10.48.29|^11.44.1|^12.1.1|^13.0", +                "fakerphp/faker": "^1.21", +                "laravel/framework": "^10.48.29|^11.44.7|^12.1.1|^13.0",                  "laravel/pint": "^1.4", -                "phpstan/phpstan": "^2.1.12", -                "phpunit/phpunit": "^9.6|^10.0|^11.0|^12.0", +                "mockery/mockery": "^1.5.1", +                "orchestra/testbench-core": "^8.37.0|^9.14.0|^10.0|^11.0", +                "phpstan/phpstan": "^2.1.14", +                "phpunit/phpunit": "^10.0|^11.0|^12.0",                  "symfony/process": "^6.0|^7.0"              },              "type": "library", @@ -7048,30 +7361,30 @@              "description": "Packages Toolkit Utilities and Helpers for Laravel",              "support": {                  "issues": "https://github.com/orchestral/sidekick/issues", -                "source": "https://github.com/orchestral/sidekick/tree/v1.1.5" +                "source": "https://github.com/orchestral/sidekick/tree/v1.2.14"              }, -            "time": "2025-04-25T03:48:23+00:00" +            "time": "2025-08-06T23:54:27+00:00"          },          {              "name": "orchestra/testbench", -            "version": "v10.2.1", +            "version": "v10.6.0",              "source": {                  "type": "git",                  "url": "https://github.com/orchestral/testbench.git", -                "reference": "971f85b7c023dce1db1d61b7e8fa4883fa2db262" +                "reference": "87a7cb58edcfea9b1f26a63761c4d7ed5448f560"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/orchestral/testbench/zipball/971f85b7c023dce1db1d61b7e8fa4883fa2db262", -                "reference": "971f85b7c023dce1db1d61b7e8fa4883fa2db262", +                "url": "https://api.github.com/repos/orchestral/testbench/zipball/87a7cb58edcfea9b1f26a63761c4d7ed5448f560", +                "reference": "87a7cb58edcfea9b1f26a63761c4d7ed5448f560",                  "shasum": ""              },              "require": {                  "composer-runtime-api": "^2.2",                  "fakerphp/faker": "^1.23", -                "laravel/framework": "^12.3.0", +                "laravel/framework": "^12.24.0",                  "mockery/mockery": "^1.6.10", -                "orchestra/testbench-core": "^10.2.1", +                "orchestra/testbench-core": "^10.6.1",                  "orchestra/workbench": "^10.0.6",                  "php": "^8.2",                  "phpunit/phpunit": "^11.5.3|^12.0.1", @@ -7103,47 +7416,47 @@              ],              "support": {                  "issues": "https://github.com/orchestral/testbench/issues", -                "source": "https://github.com/orchestral/testbench/tree/v10.2.1" +                "source": "https://github.com/orchestral/testbench/tree/v10.6.0"              }, -            "time": "2025-04-13T01:19:04+00:00" +            "time": "2025-08-20T14:38:08+00:00"          },          {              "name": "orchestra/testbench-core", -            "version": "v10.2.1", +            "version": "v10.6.5",              "source": {                  "type": "git",                  "url": "https://github.com/orchestral/testbench-core.git", -                "reference": "87f7e0e08e601756a444d7ac48027656ebeacf01" +                "reference": "af8d6de7a747fdeaf600863c9df7eef86898d045"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/87f7e0e08e601756a444d7ac48027656ebeacf01", -                "reference": "87f7e0e08e601756a444d7ac48027656ebeacf01", +                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/af8d6de7a747fdeaf600863c9df7eef86898d045", +                "reference": "af8d6de7a747fdeaf600863c9df7eef86898d045",                  "shasum": ""              },              "require": {                  "composer-runtime-api": "^2.2", -                "orchestra/sidekick": "^1.1.0", +                "orchestra/sidekick": "~1.1.16|^1.2.12",                  "php": "^8.2",                  "symfony/deprecation-contracts": "^2.5|^3.0", -                "symfony/polyfill-php83": "^1.31" +                "symfony/polyfill-php83": "^1.32"              },              "conflict": {                  "brianium/paratest": "<7.3.0|>=8.0.0", -                "laravel/framework": "<12.1.1|>=13.0.0", +                "laravel/framework": "<12.8.0|>=13.0.0",                  "laravel/serializable-closure": "<1.3.0|>=2.0.0 <2.0.3|>=3.0.0",                  "nunomaduro/collision": "<8.0.0|>=9.0.0", -                "phpunit/phpunit": "<10.5.35|>=11.0.0 <11.5.3|12.0.0|>=12.2.0" +                "phpunit/phpunit": "<10.5.35|>=11.0.0 <11.5.3|12.0.0|>=12.4.0"              },              "require-dev": {                  "fakerphp/faker": "^1.24", -                "laravel/framework": "^12.1.1", -                "laravel/pint": "^1.21", +                "laravel/framework": "^12.8.0", +                "laravel/pint": "^1.24",                  "laravel/serializable-closure": "^1.3|^2.0.4",                  "mockery/mockery": "^1.6.10", -                "phpstan/phpstan": "^2.1", +                "phpstan/phpstan": "^2.1.19",                  "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1", -                "spatie/laravel-ray": "^1.39.1", +                "spatie/laravel-ray": "^1.40.2",                  "symfony/process": "^7.2.0",                  "symfony/yaml": "^7.2.0",                  "vlucas/phpdotenv": "^5.6.1" @@ -7152,7 +7465,7 @@                  "brianium/paratest": "Allow using parallel testing (^7.3).",                  "ext-pcntl": "Required to use all features of the console signal trapping.",                  "fakerphp/faker": "Allow using Faker for testing (^1.23).", -                "laravel/framework": "Required for testing (^12.1.1).", +                "laravel/framework": "Required for testing (^12.8.0).",                  "mockery/mockery": "Allow using Mockery for testing (^1.6).",                  "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^8.0).",                  "orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^10.0).", @@ -7198,7 +7511,7 @@                  "issues": "https://github.com/orchestral/testbench/issues",                  "source": "https://github.com/orchestral/testbench-core"              }, -            "time": "2025-04-13T01:12:52+00:00" +            "time": "2025-09-03T02:40:23+00:00"          },          {              "name": "orchestra/workbench", @@ -7270,38 +7583,38 @@          },          {              "name": "pestphp/pest", -            "version": "v3.8.2", +            "version": "v3.8.4",              "source": {                  "type": "git",                  "url": "https://github.com/pestphp/pest.git", -                "reference": "c6244a8712968dbac88eb998e7ff3b5caa556b0d" +                "reference": "72cf695554420e21858cda831d5db193db102574"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/pestphp/pest/zipball/c6244a8712968dbac88eb998e7ff3b5caa556b0d", -                "reference": "c6244a8712968dbac88eb998e7ff3b5caa556b0d", +                "url": "https://api.github.com/repos/pestphp/pest/zipball/72cf695554420e21858cda831d5db193db102574", +                "reference": "72cf695554420e21858cda831d5db193db102574",                  "shasum": ""              },              "require": { -                "brianium/paratest": "^7.8.3", -                "nunomaduro/collision": "^8.8.0", -                "nunomaduro/termwind": "^2.3.0", +                "brianium/paratest": "^7.8.4", +                "nunomaduro/collision": "^8.8.2", +                "nunomaduro/termwind": "^2.3.1",                  "pestphp/pest-plugin": "^3.0.0", -                "pestphp/pest-plugin-arch": "^3.1.0", +                "pestphp/pest-plugin-arch": "^3.1.1",                  "pestphp/pest-plugin-mutate": "^3.0.5",                  "php": "^8.2.0", -                "phpunit/phpunit": "^11.5.15" +                "phpunit/phpunit": "^11.5.33"              },              "conflict": {                  "filp/whoops": "<2.16.0", -                "phpunit/phpunit": ">11.5.15", +                "phpunit/phpunit": ">11.5.33",                  "sebastian/exporter": "<6.0.0",                  "webmozart/assert": "<1.11.0"              },              "require-dev": {                  "pestphp/pest-dev-tools": "^3.4.0", -                "pestphp/pest-plugin-type-coverage": "^3.5.0", -                "symfony/process": "^7.2.5" +                "pestphp/pest-plugin-type-coverage": "^3.6.1", +                "symfony/process": "^7.3.0"              },              "bin": [                  "bin/pest" @@ -7366,7 +7679,7 @@              ],              "support": {                  "issues": "https://github.com/pestphp/pest/issues", -                "source": "https://github.com/pestphp/pest/tree/v3.8.2" +                "source": "https://github.com/pestphp/pest/tree/v3.8.4"              },              "funding": [                  { @@ -7378,7 +7691,7 @@                      "type": "github"                  }              ], -            "time": "2025-04-17T10:53:02+00:00" +            "time": "2025-08-20T19:12:42+00:00"          },          {              "name": "pestphp/pest-plugin", @@ -7839,16 +8152,16 @@          },          {              "name": "phpdocumentor/reflection-docblock", -            "version": "5.6.2", +            "version": "5.6.3",              "source": {                  "type": "git",                  "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", -                "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62" +                "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/92dde6a5919e34835c506ac8c523ef095a95ed62", -                "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62", +                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94f8051919d1b0369a6bcc7931d679a511c03fe9", +                "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9",                  "shasum": ""              },              "require": { @@ -7897,9 +8210,9 @@              "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",              "support": {                  "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", -                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.2" +                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.3"              }, -            "time": "2025-04-13T19:20:35+00:00" +            "time": "2025-08-01T19:43:32+00:00"          },          {              "name": "phpdocumentor/type-resolver", @@ -7961,16 +8274,16 @@          },          {              "name": "phpstan/phpdoc-parser", -            "version": "2.1.0", +            "version": "2.3.0",              "source": {                  "type": "git",                  "url": "https://github.com/phpstan/phpdoc-parser.git", -                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" +                "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", -                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", +                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495", +                "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",                  "shasum": ""              },              "require": { @@ -8002,22 +8315,22 @@              "description": "PHPDoc parser with support for nullable, intersection and generic types",              "support": {                  "issues": "https://github.com/phpstan/phpdoc-parser/issues", -                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0" +                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0"              }, -            "time": "2025-02-19T13:28:12+00:00" +            "time": "2025-08-30T15:50:23+00:00"          },          {              "name": "phpstan/phpstan", -            "version": "2.1.12", +            "version": "2.1.28",              "source": {                  "type": "git",                  "url": "https://github.com/phpstan/phpstan.git", -                "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c" +                "reference": "578fa296a166605d97b94091f724f1257185d278"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", -                "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", +                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/578fa296a166605d97b94091f724f1257185d278", +                "reference": "578fa296a166605d97b94091f724f1257185d278",                  "shasum": ""              },              "require": { @@ -8062,20 +8375,20 @@                      "type": "github"                  }              ], -            "time": "2025-04-16T13:19:18+00:00" +            "time": "2025-09-19T08:58:49+00:00"          },          {              "name": "phpunit/php-code-coverage", -            "version": "11.0.9", +            "version": "11.0.11",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git", -                "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7" +                "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7", -                "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7", +                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4", +                "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",                  "shasum": ""              },              "require": { @@ -8132,15 +8445,27 @@              "support": {                  "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",                  "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", -                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9" +                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.11"              },              "funding": [                  {                      "url": "https://github.com/sebastianbergmann",                      "type": "github" +                }, +                { +                    "url": "https://liberapay.com/sebastianbergmann", +                    "type": "liberapay" +                }, +                { +                    "url": "https://thanks.dev/u/gh/sebastianbergmann", +                    "type": "thanks_dev" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage", +                    "type": "tidelift"                  }              ], -            "time": "2025-02-25T13:26:39+00:00" +            "time": "2025-08-27T14:37:49+00:00"          },          {              "name": "phpunit/php-file-iterator", @@ -8389,16 +8714,16 @@          },          {              "name": "phpunit/phpunit", -            "version": "11.5.15", +            "version": "11.5.33",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/phpunit.git", -                "reference": "4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c" +                "reference": "5965e9ff57546cb9137c0ff6aa78cb7442b05cf6"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c", -                "reference": "4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c", +                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5965e9ff57546cb9137c0ff6aa78cb7442b05cf6", +                "reference": "5965e9ff57546cb9137c0ff6aa78cb7442b05cf6",                  "shasum": ""              },              "require": { @@ -8408,24 +8733,24 @@                  "ext-mbstring": "*",                  "ext-xml": "*",                  "ext-xmlwriter": "*", -                "myclabs/deep-copy": "^1.13.0", +                "myclabs/deep-copy": "^1.13.4",                  "phar-io/manifest": "^2.0.4",                  "phar-io/version": "^3.2.1",                  "php": ">=8.2", -                "phpunit/php-code-coverage": "^11.0.9", +                "phpunit/php-code-coverage": "^11.0.10",                  "phpunit/php-file-iterator": "^5.1.0",                  "phpunit/php-invoker": "^5.0.1",                  "phpunit/php-text-template": "^4.0.1",                  "phpunit/php-timer": "^7.0.1",                  "sebastian/cli-parser": "^3.0.2",                  "sebastian/code-unit": "^3.0.3", -                "sebastian/comparator": "^6.3.1", +                "sebastian/comparator": "^6.3.2",                  "sebastian/diff": "^6.0.2", -                "sebastian/environment": "^7.2.0", +                "sebastian/environment": "^7.2.1",                  "sebastian/exporter": "^6.3.0",                  "sebastian/global-state": "^7.0.2",                  "sebastian/object-enumerator": "^6.0.1", -                "sebastian/type": "^5.1.2", +                "sebastian/type": "^5.1.3",                  "sebastian/version": "^5.0.2",                  "staabm/side-effects-detector": "^1.0.5"              }, @@ -8470,7 +8795,7 @@              "support": {                  "issues": "https://github.com/sebastianbergmann/phpunit/issues",                  "security": "https://github.com/sebastianbergmann/phpunit/security/policy", -                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.15" +                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.33"              },              "funding": [                  { @@ -8482,24 +8807,32 @@                      "type": "github"                  },                  { +                    "url": "https://liberapay.com/sebastianbergmann", +                    "type": "liberapay" +                }, +                { +                    "url": "https://thanks.dev/u/gh/sebastianbergmann", +                    "type": "thanks_dev" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",                      "type": "tidelift"                  }              ], -            "time": "2025-03-23T16:02:11+00:00" +            "time": "2025-08-16T05:19:02+00:00"          },          {              "name": "psy/psysh", -            "version": "v0.12.8", +            "version": "v0.12.12",              "source": {                  "type": "git",                  "url": "https://github.com/bobthecow/psysh.git", -                "reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625" +                "reference": "cd23863404a40ccfaf733e3af4db2b459837f7e7"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/85057ceedee50c49d4f6ecaff73ee96adb3b3625", -                "reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625", +                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/cd23863404a40ccfaf733e3af4db2b459837f7e7", +                "reference": "cd23863404a40ccfaf733e3af4db2b459837f7e7",                  "shasum": ""              },              "require": { @@ -8549,12 +8882,11 @@              "authors": [                  {                      "name": "Justin Hileman", -                    "email": "justin@justinhileman.info", -                    "homepage": "http://justinhileman.com" +                    "email": "justin@justinhileman.info"                  }              ],              "description": "An interactive shell for modern PHP.", -            "homepage": "http://psysh.org", +            "homepage": "https://psysh.org",              "keywords": [                  "REPL",                  "console", @@ -8563,9 +8895,9 @@              ],              "support": {                  "issues": "https://github.com/bobthecow/psysh/issues", -                "source": "https://github.com/bobthecow/psysh/tree/v0.12.8" +                "source": "https://github.com/bobthecow/psysh/tree/v0.12.12"              }, -            "time": "2025-03-16T03:05:19+00:00" +            "time": "2025-09-20T13:46:31+00:00"          },          {              "name": "sebastian/cli-parser", @@ -8739,16 +9071,16 @@          },          {              "name": "sebastian/comparator", -            "version": "6.3.1", +            "version": "6.3.2",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/comparator.git", -                "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959" +                "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959", -                "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959", +                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8", +                "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",                  "shasum": ""              },              "require": { @@ -8807,15 +9139,27 @@              "support": {                  "issues": "https://github.com/sebastianbergmann/comparator/issues",                  "security": "https://github.com/sebastianbergmann/comparator/security/policy", -                "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1" +                "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"              },              "funding": [                  {                      "url": "https://github.com/sebastianbergmann",                      "type": "github" +                }, +                { +                    "url": "https://liberapay.com/sebastianbergmann", +                    "type": "liberapay" +                }, +                { +                    "url": "https://thanks.dev/u/gh/sebastianbergmann", +                    "type": "thanks_dev" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator", +                    "type": "tidelift"                  }              ], -            "time": "2025-03-07T06:57:01+00:00" +            "time": "2025-08-10T08:07:46+00:00"          },          {              "name": "sebastian/complexity", @@ -8944,23 +9288,23 @@          },          {              "name": "sebastian/environment", -            "version": "7.2.0", +            "version": "7.2.1",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/environment.git", -                "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5" +                "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", -                "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", +                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4", +                "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",                  "shasum": ""              },              "require": {                  "php": ">=8.2"              },              "require-dev": { -                "phpunit/phpunit": "^11.0" +                "phpunit/phpunit": "^11.3"              },              "suggest": {                  "ext-posix": "*" @@ -8996,28 +9340,40 @@              "support": {                  "issues": "https://github.com/sebastianbergmann/environment/issues",                  "security": "https://github.com/sebastianbergmann/environment/security/policy", -                "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0" +                "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"              },              "funding": [                  {                      "url": "https://github.com/sebastianbergmann",                      "type": "github" +                }, +                { +                    "url": "https://liberapay.com/sebastianbergmann", +                    "type": "liberapay" +                }, +                { +                    "url": "https://thanks.dev/u/gh/sebastianbergmann", +                    "type": "thanks_dev" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/sebastian/environment", +                    "type": "tidelift"                  }              ], -            "time": "2024-07-03T04:54:44+00:00" +            "time": "2025-05-21T11:55:47+00:00"          },          {              "name": "sebastian/exporter", -            "version": "6.3.0", +            "version": "6.3.1",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/exporter.git", -                "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3" +                "reference": "8f67e53d3fcaf53105f95cc14f1630493d0fa2e6"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3", -                "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3", +                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/8f67e53d3fcaf53105f95cc14f1630493d0fa2e6", +                "reference": "8f67e53d3fcaf53105f95cc14f1630493d0fa2e6",                  "shasum": ""              },              "require": { @@ -9031,7 +9387,7 @@              "type": "library",              "extra": {                  "branch-alias": { -                    "dev-main": "6.1-dev" +                    "dev-main": "6.3-dev"                  }              },              "autoload": { @@ -9074,15 +9430,27 @@              "support": {                  "issues": "https://github.com/sebastianbergmann/exporter/issues",                  "security": "https://github.com/sebastianbergmann/exporter/security/policy", -                "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0" +                "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.1"              },              "funding": [                  {                      "url": "https://github.com/sebastianbergmann",                      "type": "github" +                }, +                { +                    "url": "https://liberapay.com/sebastianbergmann", +                    "type": "liberapay" +                }, +                { +                    "url": "https://thanks.dev/u/gh/sebastianbergmann", +                    "type": "thanks_dev" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter", +                    "type": "tidelift"                  }              ], -            "time": "2024-12-05T09:17:50+00:00" +            "time": "2025-09-22T05:34:00+00:00"          },          {              "name": "sebastian/global-state", @@ -9320,23 +9688,23 @@          },          {              "name": "sebastian/recursion-context", -            "version": "6.0.2", +            "version": "6.0.3",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/recursion-context.git", -                "reference": "694d156164372abbd149a4b85ccda2e4670c0e16" +                "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16", -                "reference": "694d156164372abbd149a4b85ccda2e4670c0e16", +                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc", +                "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc",                  "shasum": ""              },              "require": {                  "php": ">=8.2"              },              "require-dev": { -                "phpunit/phpunit": "^11.0" +                "phpunit/phpunit": "^11.3"              },              "type": "library",              "extra": { @@ -9372,28 +9740,40 @@              "support": {                  "issues": "https://github.com/sebastianbergmann/recursion-context/issues",                  "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", -                "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2" +                "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3"              },              "funding": [                  {                      "url": "https://github.com/sebastianbergmann",                      "type": "github" +                }, +                { +                    "url": "https://liberapay.com/sebastianbergmann", +                    "type": "liberapay" +                }, +                { +                    "url": "https://thanks.dev/u/gh/sebastianbergmann", +                    "type": "thanks_dev" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", +                    "type": "tidelift"                  }              ], -            "time": "2024-07-03T05:10:34+00:00" +            "time": "2025-08-13T04:42:22+00:00"          },          {              "name": "sebastian/type", -            "version": "5.1.2", +            "version": "5.1.3",              "source": {                  "type": "git",                  "url": "https://github.com/sebastianbergmann/type.git", -                "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e" +                "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/a8a7e30534b0eb0c77cd9d07e82de1a114389f5e", -                "reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e", +                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449", +                "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",                  "shasum": ""              },              "require": { @@ -9429,15 +9809,27 @@              "support": {                  "issues": "https://github.com/sebastianbergmann/type/issues",                  "security": "https://github.com/sebastianbergmann/type/security/policy", -                "source": "https://github.com/sebastianbergmann/type/tree/5.1.2" +                "source": "https://github.com/sebastianbergmann/type/tree/5.1.3"              },              "funding": [                  {                      "url": "https://github.com/sebastianbergmann",                      "type": "github" +                }, +                { +                    "url": "https://liberapay.com/sebastianbergmann", +                    "type": "liberapay" +                }, +                { +                    "url": "https://thanks.dev/u/gh/sebastianbergmann", +                    "type": "thanks_dev" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/sebastian/type", +                    "type": "tidelift"                  }              ], -            "time": "2025-03-18T13:35:50+00:00" +            "time": "2025-08-09T06:55:48+00:00"          },          {              "name": "sebastian/version", @@ -9547,16 +9939,16 @@          },          {              "name": "symfony/yaml", -            "version": "v7.2.5", +            "version": "v7.3.3",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/yaml.git", -                "reference": "4c4b6f4cfcd7e52053f0c8bfad0f7f30fb924912" +                "reference": "d4f4a66866fe2451f61296924767280ab5732d9d"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/yaml/zipball/4c4b6f4cfcd7e52053f0c8bfad0f7f30fb924912", -                "reference": "4c4b6f4cfcd7e52053f0c8bfad0f7f30fb924912", +                "url": "https://api.github.com/repos/symfony/yaml/zipball/d4f4a66866fe2451f61296924767280ab5732d9d", +                "reference": "d4f4a66866fe2451f61296924767280ab5732d9d",                  "shasum": ""              },              "require": { @@ -9599,7 +9991,7 @@              "description": "Loads and dumps YAML files",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/yaml/tree/v7.2.5" +                "source": "https://github.com/symfony/yaml/tree/v7.3.3"              },              "funding": [                  { @@ -9611,11 +10003,15 @@                      "type": "github"                  },                  { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                {                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",                      "type": "tidelift"                  }              ], -            "time": "2025-03-03T07:12:39+00:00" +            "time": "2025-08-27T11:34:33+00:00"          },          {              "name": "ta-tikoma/phpunit-architecture-test", | 
