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

Add a composer.json file to the project #2

Open
wgilling opened this issue Sep 19, 2023 · 0 comments
Open

Add a composer.json file to the project #2

wgilling opened this issue Sep 19, 2023 · 0 comments

Comments

@wgilling
Copy link
Contributor

In order to pull this module into an Islandora project's drupal, that composer file references this module but this causes an error:

No valid composer.json was found in any branch or tag of https://github.com/Born-Digital-US/islandora_oral_histories.git, could not load a package from it.

Similar to the workbench_integration module, I need to just provide a similar file for this module.

{
  "name": "born-digital-us/islandora_oral_histories",
  "description": "Islandora Oral Histories",
  "type": "drupal-module",
  "keywords": ["Drupal", "Islandora"],
  "license": "GPL-2.0+",
  "homepage": "https://github.com/Born-Digital-US/islandora_oral_histories",
  "support": {
    "issues": "https://github.com/Born-Digital-US/islandora_oral_histories/issues"
  },
  "authors": [
    {
      "name": "Willow Gillingham",
      "email": "willow@born-digital.com",
      "role": "Maintainer"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant