refactor: upgrade to Livewire 4

This commit is contained in:
Benjamin Nussbaum 2026-01-14 23:59:00 +01:00
parent c94dd89361
commit a15645ad88
56 changed files with 166 additions and 278 deletions

85
composer.lock generated
View file

@ -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": "ac6b1e352cb66f858a50b64e7e3c70d0",
"content-hash": "dea01d6eda8d497162134bf44c2a3adb",
"packages": [
{
"name": "aws/aws-crt-php",
@ -3082,16 +3082,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": {
@ -3146,7 +3146,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": [
{
@ -3154,78 +3154,7 @@
"type": "github"
}
],
"time": "2026-01-13T09:37:21+00:00"
},
{
"name": "livewire/volt",
"version": "v1.10.1",
"source": {
"type": "git",
"url": "https://github.com/livewire/volt.git",
"reference": "48cff133990c6261c63ee279fc091af6f6c6654e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/volt/zipball/48cff133990c6261c63ee279fc091af6f6c6654e",
"reference": "48cff133990c6261c63ee279fc091af6f6c6654e",
"shasum": ""
},
"require": {
"laravel/framework": "^10.38.2|^11.0|^12.0",
"livewire/livewire": "^3.6.1|^4.0",
"php": "^8.1"
},
"require-dev": {
"laravel/folio": "^1.1",
"orchestra/testbench": "^8.36|^9.15|^10.8",
"pestphp/pest": "^2.9.5|^3.0|^4.0",
"phpstan/phpstan": "^1.10"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Livewire\\Volt\\VoltServiceProvider"
]
},
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"files": [
"functions.php"
],
"psr-4": {
"Livewire\\Volt\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Nuno Maduro",
"email": "nuno@laravel.com"
}
],
"description": "An elegantly crafted functional API for Laravel Livewire.",
"homepage": "https://github.com/livewire/volt",
"keywords": [
"laravel",
"livewire",
"volt"
],
"support": {
"issues": "https://github.com/livewire/volt/issues",
"source": "https://github.com/livewire/volt"
},
"time": "2025-11-25T16:19:15+00:00"
"time": "2026-01-14T18:40:41+00:00"
},
{
"name": "maennchen/zipstream-php",