From 76cf0e83304ba5989b63f53d04b236e15500b7af Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Thu, 27 Feb 2014 17:37:08 +0100 Subject: [PATCH] replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2a99df..637a084 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yiisoft/yii2-bootstrap", "description": "The Twitter Bootstrap extension for the Yii framework", - "keywords": ["yii", "bootstrap"], + "keywords": ["yii2", "bootstrap"], "type": "yii2-extension", "license": "BSD-3-Clause", "support": {