diff --git a/management-panel/composer.json b/management-panel/composer.json index 2d56631..8f07f34 100644 --- a/management-panel/composer.json +++ b/management-panel/composer.json @@ -13,6 +13,7 @@ "laravel/framework": "^11.9", "laravel/octane": "^2.5", "laravel/tinker": "^2.9", + "marvinosswald/filament-input-select-affix": "^0.2.0", "z3d0x/filament-logger": "^0.7.2" }, "require-dev": { diff --git a/management-panel/composer.lock b/management-panel/composer.lock index 5b39a65..c9d902f 100644 --- a/management-panel/composer.lock +++ b/management-panel/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": "6fd26baf7187026ff215a093b818af09", + "content-hash": "b0d308c0dd9a7b7d930ee97d3c334f9b", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -3493,6 +3493,83 @@ ], "time": "2024-08-19T11:52:18+00:00" }, + { + "name": "marvinosswald/filament-input-select-affix", + "version": "0.2.0", + "source": { + "type": "git", + "url": "https://github.com/marvinosswald/filament-input-select-affix.git", + "reference": "cb28ef0699ba23d27447a9554fe5faa8acf2b740" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/marvinosswald/filament-input-select-affix/zipball/cb28ef0699ba23d27447a9554fe5faa8acf2b740", + "reference": "cb28ef0699ba23d27447a9554fe5faa8acf2b740", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "filament/filament": "^3.0", + "illuminate/contracts": "^10.0|^11.0", + "php": "^8.1 | ^8.2", + "spatie/laravel-package-tools": "^1.16.1" + }, + "require-dev": { + "nunomaduro/collision": "^v7.8.1", + "orchestra/testbench": "^v8.9.1", + "pestphp/pest": "^v2.24.3", + "pestphp/pest-plugin-laravel": "v2.2.0", + "pestphp/pest-plugin-livewire": "v2.1.0", + "phpunit/phpunit": "^10" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Marvinosswald\\FilamentInputSelectAffix\\FilamentInputSelectAffixServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Marvinosswald\\FilamentInputSelectAffix\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marvin Osswald", + "email": "mail@marvinosswald.de", + "role": "Developer" + } + ], + "description": "this input enables you to render a select next to an input in a seamless fashion", + "homepage": "https://github.com/marvinosswald/filament-input-select-affix", + "keywords": [ + "filament-input-select-affix", + "laravel", + "marvinosswald" + ], + "support": { + "issues": "https://github.com/marvinosswald/filament-input-select-affix/issues", + "source": "https://github.com/marvinosswald/filament-input-select-affix/tree/0.2.0" + }, + "funding": [ + { + "url": "https://github.com/marvinosswald", + "type": "github" + } + ], + "time": "2024-03-13T10:32:27+00:00" + }, { "name": "masterminds/html5", "version": "2.9.0",