From 0c12a4065166671c9896b006434c9731f276d417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguye=CC=82=CC=83n=20Anh=20Tua=CC=82=CC=81n?= Date: Fri, 6 Oct 2017 21:35:42 +0700 Subject: [PATCH] update keyword --- composer.json | 99 ++++++++++++++++++++++++++------------------------- 1 file changed, 50 insertions(+), 49 deletions(-) diff --git a/composer.json b/composer.json index 585b6ff..55eaac3 100644 --- a/composer.json +++ b/composer.json @@ -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 }