From e4dc975a83f2e777f7a1ea96f52b06d544cabe81 Mon Sep 17 00:00:00 2001 From: mdmunir Date: Sun, 2 Nov 2014 22:19:09 +0700 Subject: [PATCH] v1.0.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 147a16f..e2b1ceb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mdmsoft/yii2-captcha", "description": "Captcha with math equation", - "keywords": ["yii", "captcha"], + "keywords": ["yii2", "captcha", "math"], "type": "yii2-extension", "license": "BSD-3-Clause", "support": { @@ -15,7 +15,7 @@ } ], "require": { - "yiisoft/yii2": "*" + "yiisoft/yii2": "~2.0" }, "autoload": { "psr-4": {