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 0448b78 commit a147003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -47,12 +47,12 @@
"yiisoft/yii2": "^2.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"vlucas/phpdotenv": "^2.4",
"hiqdev/hidev-webapp": "<2.0 || dev-master",
"hiqdev/yii2-menus": "<2.0 || dev-master"
"hiqdev/hidev-webapp": "dev-master",
"hiqdev/yii2-menus": "dev-master"
},
"require-dev": {
"hiqdev/hidev-php": "<2.0",
"hiqdev/hidev-hiqdev": "<2.0"
"hiqdev/hidev-php": "dev-master",
"hiqdev/hidev-hiqdev": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a147003

Please sign in to comment.