From 79b82a9003261b66748e96ef1f5327622a79cd8d Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 19 Sep 2024 11:11:46 +0200 Subject: [PATCH 1/2] Add Laravel 11 compatibility --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index d8102cd..c06c1fa 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "rawilk/laravel-form-components", + "name": "onepix/laravel-form-components", "description": "Set of Blade components for TailwindCSS forms.", "keywords": [ "rawilk", @@ -25,16 +25,16 @@ } ], "require": { - "php": "^8.0|^8.1|^8.2", - "illuminate/filesystem": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", - "illuminate/view": "^9.0|^10.0", + "php": "^8.0|^8.1|^8.2|^8.3", + "illuminate/filesystem": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/view": "^9.0|^10.0|^11.0", "spatie/laravel-package-tools": "^1.14" }, "require-dev": { "blade-ui-kit/blade-heroicons": "^2.0", "laravel/pint": "^1.5", - "livewire/livewire": "^2.8", + "livewire/livewire": "^2.8|^3.0", "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.22", "pestphp/pest-plugin-laravel": "^1.4", From 0d4731daee822fed275e38e0bdba18d5a70087af Mon Sep 17 00:00:00 2001 From: Sylvain Hess Date: Wed, 9 Oct 2024 12:10:32 +0200 Subject: [PATCH 2/2] Migrate @entangle option to lw3 --- .../views/livewire/custom-select/custom-select.blade.php | 4 ++-- resources/views/livewire/tree-select/tree-select.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/livewire/custom-select/custom-select.blade.php b/resources/views/livewire/custom-select/custom-select.blade.php index 1153551..e5b3260 100644 --- a/resources/views/livewire/custom-select/custom-select.blade.php +++ b/resources/views/livewire/custom-select/custom-select.blade.php @@ -1,9 +1,9 @@