diff --git a/.hidev/config.yml b/.hidev/config.yml index 458fe775..451035a2 100644 --- a/.hidev/config.yml +++ b/.hidev/config.yml @@ -10,8 +10,6 @@ package: [HiPanel](http://hipanel.com) is the next generation control panel for hosting, domains and more. - This package provides server management for HiPanel. + This package provides server management for HiPanel: -require: - hiqdev/hidev-php: "*" - hiqdev/hidev-vendor: "*" + - server index and details diff --git a/README.md b/README.md index 5ae0021a..f54ba2de 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ HiPanel Server Module [HiPanel](http://hipanel.com) is the next generation control panel for hosting, domains and more. -This package provides server management for HiPanel. +This package provides server management for HiPanel: + +- server index and details ## Installation diff --git a/composer.json b/composer.json index b5c933cd..628ecbfe 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,10 @@ "hiqdev/hipanel-module-finance": "*", "omnilight/yii2-bootstrap-daterangepicker": "*" }, + "require-dev": { + "hiqdev/hidev-php": "<2.0", + "hiqdev/hidev-vendor": "<2.0" + }, "autoload": { "psr-4": { "hipanel\\modules\\server\\": "src"