From b4f23d82f553737a0afe9de3e8b1b10751448527 Mon Sep 17 00:00:00 2001 From: Jason McCallister Date: Wed, 21 Oct 2015 18:06:24 -0700 Subject: [PATCH] Update the command for Faker Updates the syntax for the command to composer require yii2-faker. --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 15cb0b8..fd80fe5 100644 --- a/tests/README.md +++ b/tests/README.md @@ -24,7 +24,7 @@ After creating the basic application, follow these steps to prepare for the test 2. Install faker extension by running the following from template root directory where `composer.json` is: ``` - composer require --dev yiisoft/yii2-faker:* + composer require --dev "yiisoft/yii2-faker:*" ``` 3. Create `yii2_basic_tests` database and update it by applying migrations (you may skip this step if you do not have created any migrations yet):