Skip to content

Commit

Permalink
Fixing deps constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Feb 21, 2019
1 parent e40bec2 commit b70dff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -46,11 +46,11 @@
"require": {
"yiisoft/yii2-bootstrap": "~2.0.0",
"bower-asset/bootstrap-switch": "^3.3.3",
"hiqdev/yii2-higrid": "<2.0 || dev-master"
"hiqdev/yii2-higrid": "dev-master"
},
"require-dev": {
"hiqdev/hidev-php": "<2.0 || dev-master",
"hiqdev/hidev-hiqdev": "<2.0 || dev-master"
"hiqdev/hidev-php": "dev-master",
"hiqdev/hidev-hiqdev": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b70dff9

Please sign in to comment.