diff --git a/composer.lock b/composer.lock index c60604b..3b93f08 100644 --- a/composer.lock +++ b/composer.lock @@ -3304,20 +3304,21 @@ }, { "name": "step2dev/lazy-ui", - "version": "v1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/step2dev/lazy-ui.git", - "reference": "08e799135d6437dadc6de5847111d7286fd0df8e" + "reference": "19654838c62bcf098bb70a90d5d87d0708681949" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/step2dev/lazy-ui/zipball/08e799135d6437dadc6de5847111d7286fd0df8e", - "reference": "08e799135d6437dadc6de5847111d7286fd0df8e", + "url": "https://api.github.com/repos/step2dev/lazy-ui/zipball/19654838c62bcf098bb70a90d5d87d0708681949", + "reference": "19654838c62bcf098bb70a90d5d87d0708681949", "shasum": "" }, "require": { - "illuminate/contracts": "^v10.17.1", + "illuminate/contracts": "^v10.17.1|^v11.0|^12.0", + "livewire/livewire": "^3.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.14.0" }, @@ -3334,9 +3335,6 @@ "phpstan/phpstan-phpunit": "^1.0", "roave/security-advisories": "dev-latest" }, - "suggest": { - "livewire/livewire": "Required to use with livewire component" - }, "type": "library", "extra": { "laravel": { @@ -3344,7 +3342,7 @@ "LazyComponent": "Step2dev\\LazyUI\\Facades\\LazyComponent" }, "providers": [ - "Step2dev\\LazyUI\\LazyComponentCommand" + "Step2dev\\LazyUI\\LazyUiServiceProvider" ] } }, @@ -3367,15 +3365,22 @@ "description": "Lazy UI is a Laravel package that provides a set of Blade components to rapidly build forms with Tailwind CSS and Daisy UI.", "homepage": "https://github.com/step2dev/lazy-ui", "keywords": [ + "component", + "components", "daisy ui", + "design-system", + "framework", "laravel", "lazy component ui", "lazy form", - "lazy ui" + "lazy ui", + "tailwind", + "tailwindcss", + "ui-library" ], "support": { "issues": "https://github.com/step2dev/lazy-ui/issues", - "source": "https://github.com/step2dev/lazy-ui/tree/v1.0.0" + "source": "https://github.com/step2dev/lazy-ui/tree/1.1.0" }, "funding": [ { @@ -3383,7 +3388,7 @@ "type": "github" } ], - "time": "2023-08-21T19:30:03+00:00" + "time": "2025-03-10T19:17:43+00:00" }, { "name": "symfony/console", @@ -9068,7 +9073,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "step2dev/lazy-ui": 10, "roave/security-advisories": 20 }, "prefer-stable": true,