[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
40
vendor/danharrin/livewire-rate-limiting/composer.json
vendored
Normal file
40
vendor/danharrin/livewire-rate-limiting/composer.json
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "danharrin/livewire-rate-limiting",
|
||||
"description": "Apply rate limiters to Laravel Livewire actions.",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/danharrin/livewire-rate-limiting",
|
||||
"support": {
|
||||
"issues": "https://github.com/danharrin/livewire-rate-limiting/issues",
|
||||
"source": "https://github.com/danharrin/livewire-rate-limiting"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dan Harrin",
|
||||
"email": "dan@danharrin.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^9.0|^10.0|^11.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"livewire/livewire": "^3.0",
|
||||
"livewire/volt": "^1.3",
|
||||
"orchestra/testbench": "^7.0|^8.0|^9.0",
|
||||
"phpunit/phpunit": "^9.0|^10.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"DanHarrin\\LivewireRateLimiting\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"DanHarrin\\LivewireRateLimiting\\Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
Reference in New Issue
Block a user