Skip to content

Commit

Permalink
Making Yii 2/3 compatible composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Mar 11, 2019
1 parent a4bbfbc commit c9979d4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,15 @@
}
],
"require": {
"hiqdev/hiapi": "^1.0@dev",
"hiqdev/php-billing": "<2.0 || dev-master",
"hiqdev/hiapi": "dev-master",
"hiqdev/php-billing": "dev-master",
"hoa/ruler": "^2.17"
},
"require-dev": {
"yiisoft/di": "^3.0@dev",
"yiisoft/log": "^3.0@dev",
"yiisoft/cache": "^3.0@dev",
"hiqdev/hidev": "^1.0@dev",
"hiqdev/hidev-php": "<2.0 || dev-master",
"hiqdev/hidev-hiqdev": "<2.0 || dev-master"
"yiisoft/yii2": "^3.0@dev",
"hiqdev/hidev": "dev-master",
"hiqdev/hidev-php": "dev-master",
"hiqdev/hidev-hiqdev": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c9979d4

Please sign in to comment.