From 8dbd5495f831cbc92389efe85ce70e3466386c08 Mon Sep 17 00:00:00 2001 From: Nikolay Savin Date: Thu, 1 Sep 2022 00:08:02 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9=20MODX=20PHP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _build/build.transport.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_build/build.transport.php b/_build/build.transport.php index 819c30475..583e5f6c2 100644 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -247,6 +247,10 @@ 'setup-options' => array( 'source' => $sources['build'] . 'setup.options.php', ), + 'requires' => [ + 'php' => '>=7.0.0', + 'modx' => '<3.0.0', + ], )); $modx->log(modX::LOG_LEVEL_INFO, 'Added package attributes and setup options.');