41 lines
982 B
JSON
41 lines
982 B
JSON
{
|
|
"name": "kor-elf/captcha-rule-for-laravel",
|
|
"description": "Validation Rule Captcha for Laravel",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"keywords": [
|
|
"captcha",
|
|
"laravel",
|
|
"validation"
|
|
],
|
|
"homepage": "https://git.kor-elf.net/kor-elf/captcha-rule-for-laravel",
|
|
"authors": [
|
|
{
|
|
"name": "Leonid Nikitin",
|
|
"email": "i@kor-elf.net",
|
|
"homepage": "https://git.kor-elf.net/kor-elf",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.2",
|
|
"illuminate/support": "^10.0|^11.0",
|
|
"guzzlehttp/guzzle": "^7.0.1"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"korElf\\CaptchaRuleForLaravel\\CaptchaProvider"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"korElf\\CaptchaRuleForLaravel\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
}
|
|
}
|