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.

27 lines
605 B

{
"name": "dakyaco/recaptcha",
"description": "Package to verify recaptcha request",
"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"
]
}
}
}