diff --git a/composer.json b/composer.json index 5fc95dc..5abeecd 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,16 @@ { "name": "getdkan/socrata_harvest", "description": "Optional DKAN module to harvest from Socrata catalogs.", - "type": "drupal-module", "license": "GPL-2.0-or-later", - "minimum-stability": "dev", + "type": "drupal-module", "authors": [ { "name": "Janette Day", "email": "janette.day@civicactions.com" } ], - "require": {} + "require": { + "getdkan/dkan": "^2" + }, + "minimum-stability": "dev" } diff --git a/socrata_harvest.info.yml b/socrata_harvest.info.yml index 150c68a..581a8ce 100644 --- a/socrata_harvest.info.yml +++ b/socrata_harvest.info.yml @@ -1,7 +1,7 @@ name: Socrata Harvest description: 'Helper module to fill in missing POD values.' type: module -core: 8.x +core_version_requirement: ">=8" dependencies: - harvest package: DKAN