Explorar el Código

replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)

Tobias Munk hace 12 años
padre
commit
23c3420af0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
 	"name": "yiisoft/yii2-app-basic",
 	"description": "Yii 2 Basic Application Template",
-	"keywords": ["yii", "framework", "basic", "application template"],
+	"keywords": ["yii2", "framework", "basic", "application template"],
 	"homepage": "http://www.yiiframework.com/",
 	"type": "project",
 	"license": "BSD-3-Clause",