Skip to content

Commit 3dc336b

Browse files
committed
Fix #198: Enhance dependency validation using common code base.
1 parent d298296 commit 3dc336b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This extension enhances or adds functionality to existing Yii Framework 2 Widget
1010

1111
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
1212

13+
### Pre-requisites
14+
1315
> Note: Check the [composer.json](https://github.com/kartik-v/yii2-dropdown-x/blob/master/composer.json) for this extension's requirements and dependencies.
1416
You must set the `minimum-stability` to `dev` in the **composer.json** file in your application root folder before installation of this extension OR
1517
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
@@ -22,6 +24,8 @@ kartik-v/yii2-krajee-base: "@dev"
2224

2325
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.
2426

27+
### Install
28+
2529
Either run
2630

2731
```

0 commit comments

Comments
 (0)