Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various maintainability updates #2

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion socrata_harvest.info.yml
Original file line number Diff line number Diff line change
@@ -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