You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
715 B

{
"name": "dakyaco/recaptcha-package",
"description": "Package to verify recaptcha request",
"type": "library",
"homepage": "https://gitlab.dakyaco.com/dakyaco-public/recaptcha-package",
"keywords": ["Laravel", "Recaptcha"],
"license": "MIT",
"authors": [
{
"name": "Amir Reza Mehrbakhsh",
"email": "[email protected]"
}
],
"autoload" : {
"psr-4" : {
"Dakyaco\\Recaptcha\\": "src"
}
},
"require": {
"Illuminate/Support" : "~5"
},
"extra": {
"laravel": {
"providers": [
"Dakyaco\\Recaptcha\\RecaptchaServiceProvider"
]
}
}
}