Skip to content

Commit

Permalink
moved plugins requirement to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 18, 2016
1 parent f7e3855 commit d884b65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ package:
headline: HiPanel Dashboard Module
keywords: dashboard, hipanel, plugin
namespace: hipanel\modules\dashboard

require:
hiqdev/hidev-php: "*"
hiqdev/hidev-vendor: "*"
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"hiqdev/hipanel-core": "*",
"hiqdev/hipanel-module-client": "*"
},
"require-dev": {
"hiqdev/hidev-php": "<2.0",
"hiqdev/hidev-vendor": "<2.0"
},
"autoload": {
"psr-4": {
"hipanel\\modules\\dashboard\\": "src"
Expand All @@ -62,7 +66,7 @@
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.hiqdev.com"
"url": "https://asset-packagist.org"
}
]
}

0 comments on commit d884b65

Please sign in to comment.