61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "mrsleeps/vexim-web-plugin-dnstools",
|
|
"description": "DNS tools plugin for VExim Web UI dns plugins.",
|
|
"type": "filament-plugin",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"laravel",
|
|
"filament",
|
|
"dns",
|
|
"cloudflare",
|
|
"hosting"
|
|
],
|
|
"homepage": "https://github.com/MrSleeps/vexim-web-plugin-dnstools",
|
|
"authors": [
|
|
{
|
|
"name": "MrSleeps",
|
|
"homepage": "https://github.com/MrSleeps"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.4",
|
|
"filament/filament": "^5.0",
|
|
"cbowofrivia/dmarc-record-builder": "^4.0",
|
|
"mlocati/spf-lib": "^3.3",
|
|
"mlocati/ip-lib": "^1.22"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"VEximweb\\Plugin\\DnsTools\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"VEximweb\\Plugin\\DnsTools\\Providers\\DnsToolsServiceProvider"
|
|
]
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"require-dev": {
|
|
"larastan/larastan": "^3.0",
|
|
"laravel/pint": "^1.0",
|
|
"nunomaduro/collision": "^8.0",
|
|
"orchestra/testbench": "^11.0",
|
|
"pestphp/pest": "^4.0",
|
|
"pestphp/pest-plugin-arch": "^4.0",
|
|
"pestphp/pest-plugin-laravel": "^4.0",
|
|
"pestphp/pest-plugin-livewire": "^4.0",
|
|
"rector/rector": "^2.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
}
|
|
}
|