Browse Source

Fixed suggest descriptions

Alexander Makarov 12 years ago
parent
commit
6db5566637
1 changed files with 3 additions and 3 deletions
  1. 3 3
      composer.json

+ 3 - 3
composer.json

@@ -25,9 +25,9 @@
 		"yiisoft/yii2-gii": "*"
 	},
 	"suggest": {
-		"codeception/codeception": "1.8.*@dev",
-		"codeception/specify": "*",
-		"codeception/verify": "*"
+		"codeception/codeception": "Codeception, 1.8.*@dev is currently works well with Yii.",
+		"codeception/specify": "BDD style code blocks for PHPUnit / Codeception",
+		"codeception/verify": "BDD Assertions for PHPUnit and Codeception"
 	},
 	"scripts": {
 		"post-create-project-cmd": [