kartik-v / yii2-dynagrid

Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.
http://demos.krajee.com/dynagrid
Other
74 stars 66 forks source link

composer update #70

Closed webmaxx closed 9 years ago

webmaxx commented 9 years ago
Problem 1
    - kartik-v/yii2-dynagrid dev-master requires kartik-v/yii2-sortable ~1.2 -> no matching package found.
    - kartik-v/yii2-dynagrid dev-master requires kartik-v/yii2-sortable ~1.2 -> no matching package found.
    - Installation request for kartik-v/yii2-dynagrid dev-master -> satisfiable by kartik-v/yii2-dynagrid[dev-master].
kartik-v commented 9 years ago

Refer #67. This is the version dependency which you can control in your composer.json of your app root.

For example, in your require section - change your composer.json to:

'kartik-v/yii2-dynagrid': '@dev'