Skip to content

Commit

Permalink
Merge pull request #40 from drsdre/require-withbugfixes
Browse files Browse the repository at this point in the history
Looser requirements
  • Loading branch information
johnitvn committed Nov 19, 2015
2 parents db971b6 + a36e62e commit 96700fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -19,9 +19,9 @@
"yiisoft/yii2": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-bootstrap": "*",
"kartik-v/yii2-grid": "3.0.4",
"kartik-v/yii2-mpdf": "v1.0.0",
"kartik-v/yii2-editable": "1.7.3"
"kartik-v/yii2-grid": "^3.0.4",
"kartik-v/yii2-mpdf": "^1.0.0",
"kartik-v/yii2-editable": "^1.7.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 96700fc

Please sign in to comment.