Skip to content

Commit

Permalink
moved hidev plugins requiring to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 26, 2016
1 parent 51cbccf commit 8a235e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ package:
- authorization data: roles and permissions
- helpers
require:
hiqdev/hidev-php: "*"
hiqdev/hidev-vendor: "*"
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"yiisoft/yii2": "^2.0"
},
"require-dev": {
"yiisoft/yii2": "dev-master"
"yiisoft/yii2": "dev-master",
"hiqdev/hidev-php": "<2.0",
"hiqdev/hidev-hiqdev": "<2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -60,7 +62,7 @@
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.hiqdev.com"
"url": "https://asset-packagist.org"
}
]
}

0 comments on commit 8a235e1

Please sign in to comment.