[补充]补充composer插件

This commit is contained in:
makotocc0107
2024-09-12 17:06:46 +08:00
committed by Coding
parent 50d1ee9d36
commit ffc4e9a6c1
2 changed files with 79 additions and 1 deletions

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": "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",