diff --git a/composer.json b/composer.json index db12f05..60173b3 100644 --- a/composer.json +++ b/composer.json @@ -4,5 +4,7 @@ "type": "drupal-module", "license": "GPL-2.0+", "minimum-stability": "dev", - "require": { } + "require": { + "drupal/core": ">=8.7.0" + } } diff --git a/stage_file_proxy.info.yml b/stage_file_proxy.info.yml index 6766c6a..617f9b6 100644 --- a/stage_file_proxy.info.yml +++ b/stage_file_proxy.info.yml @@ -4,3 +4,4 @@ description: 'Proxies files from production server so you do not have to transfe package: Development core: 8.x configure: stage_file_proxy.admin_form +core_version_requirement: ^8.7 || ^9