From 119abd1dfc57d0aabcf05f44b87fd68207d1cfb1 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 18 Dec 2013 00:51:50 +0100 Subject: [PATCH] Update getting-started.md --- docs/internals/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/getting-started.md b/docs/internals/getting-started.md index 7fb9772..0d211a5 100644 --- a/docs/internals/getting-started.md +++ b/docs/internals/getting-started.md @@ -12,7 +12,7 @@ Composer package. Here's how to do it: Note that requirements of extensions that come with `yii2-dev` are not loaded automatically. If you want to use an extension, check if there are dependencies suggested for it and add them -to your `composer.json`. +to your `composer.json`. You can see suggested packages by running `composer show yiisoft/yii2-dev`. If you're core developer there's no extra step needed. You can change framework code under `vendor/yiisoft/yii2-dev` and push it to main repository.