Skip to content

Commit

Permalink
update keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
anhtuank7c committed Oct 6, 2017
1 parent 0caccfa commit 0c12a40
Showing 1 changed file with 50 additions and 49 deletions.
99 changes: 50 additions & 49 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,52 @@
{
"name": "crabstudio/recaptcha",
"type": "cakephp-plugin",
"description": "Easily use Google Recaptcha in CakePHP 3.2+ projects",
"keywords": [
"cakephp",
"bootstrap",
"google",
"recaptcha",
"captcha",
"crabstudio",
"anhtuank7c"
],
"suggest": {
"crabstudio/email-queue": "Allows you to simple send bulk email",
"crabstudio/authenticate": "Prevent Brute Force Attack"
},
"homepage": "https://github.com/crabstudio/recaptcha",
"license": "MIT",
"authors": [
{
"name": "anhtuank7c",
"email": "anhtuank7c@hotmail.com"
}
],
"support": {
"issues": "https://github.com/crabstudio/recaptcha/issues",
"source": "https://github.com/crabstudio/recaptcha",
"wiki": "https://github.com/google/recaptcha"
},
"require": {
"php": ">=5.6",
"cakephp/cakephp": "~3.2"
},
"require-dev": {
"phpunit/phpunit": "*",
"cakephp/cakephp-codesniffer": "2.*"
},
"autoload": {
"psr-4": {
"Recaptcha\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Recaptcha\\Test\\": "tests"
}
},
"minimum-stability": "stable",
"prefer-stable": true
"name": "crabstudio/recaptcha",
"type": "cakephp-plugin",
"description": "Easily use Google Recaptcha in CakePHP 3.2+ projects",
"keywords": [
"cakephp",
"bootstrap",
"google",
"recaptcha",
"captcha",
"crabstudio",
"anhtuank7c",
"agiletechvn"
],
"suggest": {
"crabstudio/email-queue": "Allows you to simple send bulk email",
"crabstudio/authenticate": "Prevent Brute Force Attack"
},
"homepage": "https://github.com/crabstudio/recaptcha",
"license": "MIT",
"authors": [
{
"name": "anhtuank7c",
"email": "anhtuank7c@hotmail.com"
}
],
"support": {
"issues": "https://github.com/crabstudio/recaptcha/issues",
"source": "https://github.com/crabstudio/recaptcha",
"wiki": "https://github.com/google/recaptcha"
},
"require": {
"php": ">=5.6",
"cakephp/cakephp": "~3.2"
},
"require-dev": {
"phpunit/phpunit": "*",
"cakephp/cakephp-codesniffer": "2.*"
},
"autoload": {
"psr-4": {
"Recaptcha\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Recaptcha\\Test\\": "tests"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit 0c12a40

Please sign in to comment.