diff --git a/composer.json b/composer.json index 7b84ae4c..7287f8fd 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "jajo/jsondb": "^3.0.1", "laravel/framework": "^12.37", "league/commonmark": "^2.7", - "livewire/livewire": "^3.6.3", + "livewire/livewire": "^4.0", "nesbot/carbon": "^3.10.1", "nikic/php-parser": "^5.6.2", "rector/rector": "dev-main as 2.3.0", diff --git a/composer.lock b/composer.lock index 2a7c18c1..3e6ace9c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4bc0c9ca5362982a2c4581130508c5bd", + "content-hash": "f4b2050b37b3198d5be50400a4cd393b", "packages": [ { "name": "brick/math", @@ -2189,16 +2189,16 @@ }, { "name": "livewire/livewire", - "version": "v3.7.4", + "version": "v4.0.1", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "5a8dffd4c0ab357ff7ed5b39e7c2453d962a68e0" + "reference": "c7539589d5af82691bef17da17ce4e289269f8d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/5a8dffd4c0ab357ff7ed5b39e7c2453d962a68e0", - "reference": "5a8dffd4c0ab357ff7ed5b39e7c2453d962a68e0", + "url": "https://api.github.com/repos/livewire/livewire/zipball/c7539589d5af82691bef17da17ce4e289269f8d9", + "reference": "c7539589d5af82691bef17da17ce4e289269f8d9", "shasum": "" }, "require": { @@ -2253,7 +2253,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.7.4" + "source": "https://github.com/livewire/livewire/tree/v4.0.1" }, "funding": [ { @@ -2261,7 +2261,7 @@ "type": "github" } ], - "time": "2026-01-13T09:37:21+00:00" + "time": "2026-01-14T18:40:41+00:00" }, { "name": "monolog/monolog", @@ -3514,12 +3514,12 @@ "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "72228d4167f4b6e36f8ff5b453944977e9c14cd0" + "reference": "446a19f4313d139a7f37d818434c441c4ae1ca05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/72228d4167f4b6e36f8ff5b453944977e9c14cd0", - "reference": "72228d4167f4b6e36f8ff5b453944977e9c14cd0", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/446a19f4313d139a7f37d818434c441c4ae1ca05", + "reference": "446a19f4313d139a7f37d818434c441c4ae1ca05", "shasum": "" }, "require": { @@ -3567,7 +3567,7 @@ "type": "github" } ], - "time": "2026-01-14T10:42:09+00:00" + "time": "2026-01-15T10:40:09+00:00" }, { "name": "samsonasik/array-lookup", @@ -7630,16 +7630,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.4", + "version": "12.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a" + "reference": "ba2d126905713bcf802c7f1e0d7507092ce9bf9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4ba0e923f9d3fc655de22f9547c01d15a41fc93a", - "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ba2d126905713bcf802c7f1e0d7507092ce9bf9a", + "reference": "ba2d126905713bcf802c7f1e0d7507092ce9bf9a", "shasum": "" }, "require": { @@ -7653,7 +7653,7 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.5.1", + "phpunit/php-code-coverage": "^12.5.2", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", @@ -7707,7 +7707,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.5" }, "funding": [ { @@ -7731,7 +7731,7 @@ "type": "tidelift" } ], - "time": "2025-12-15T06:05:34+00:00" + "time": "2026-01-15T12:03:46+00:00" }, { "name": "rector/jack",