diff --git a/_build/build.php b/_build/build.php index c24dd11..58df6f7 100644 --- a/_build/build.php +++ b/_build/build.php @@ -733,6 +733,12 @@ public function process() 'changelog' => file_get_contents($this->config['core'] . 'docs/changelog.txt'), 'license' => file_get_contents($this->config['core'] . 'docs/license.txt'), 'readme' => file_get_contents($this->config['core'] . 'docs/readme.txt'), + 'requires' => [ + 'php' => '>=7.0.0', + 'modx' => '<3.0.0', + //'MIGX' => '>=1.0.0', //Example add package + //'translit' => '>=1.0.0-beta', //Example add package + ], ]); $this->modx->log(modX::LOG_LEVEL_INFO, 'Added package attributes and setup options.');