You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ This extension enhances or adds functionality to existing Yii Framework 2 Widget
10
10
11
11
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
12
12
13
+
### Pre-requisites
14
+
13
15
> Note: Check the [composer.json](https://github.com/kartik-v/yii2-dropdown-x/blob/master/composer.json) for this extension's requirements and dependencies.
14
16
You must set the `minimum-stability` to `dev` in the **composer.json** file in your application root folder before installation of this extension OR
15
17
if your `minimum-stability` is set to any other value other than `dev`, then set the following in the require section of your composer.json file
Read this [web tip /wiki](http://webtips.krajee.com/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.
0 commit comments