Skip to content

Commit

Permalink
Adding Islandora dependencies (islandora-deprecated#2)
Browse files Browse the repository at this point in the history
* Adding Islandora dependencies

Part of Islandora/documentation#474

* Adding the github for claw-jsonld

* Removing requirement on islandora/islandora

islandora/islandora_collection requires it already.
  • Loading branch information
dannylamb committed May 2, 2017
1 parent ab3a8a1 commit 368cfd4
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"name": "drupal-composer/drupal-project",
"description": "Project template for Drupal 8 projects with composer",
"name": "islandora/drupal-project",
"description": "Project template for Islandora 8 projects with composer",
"type": "project",
"license": "GPL-2.0+",
"authors": [
{
"name": "",
"role": ""
"name": "Islandora Foundation",
"role": "Owner",
"email": "community@islandora.ca"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "vcs",
"url": "https://github.com/Islandora-CLAW/islandora"
},
{
"type": "vcs",
"url": "https://github.com/Islandora-CLAW/islandora_collection"
},
{
"type": "vcs",
"url": "https://github.com/Islandora-CLAW/claw-jsonld"
}
],
"require": {
Expand All @@ -23,7 +36,14 @@
"drupal/core": "~8.0",
"drush/drush": "~8.0",
"webflo/drupal-finder": "^0.2.1",
"webmozart/path-util": "^2.3"
"webmozart/path-util": "^2.3",
"drupal/devel": "^1.0@beta",
"drupal/rdfui": "^1.0@beta",
"drupal/restui": "^1.13",
"drupal/media_entity": "^1.6",
"drupal/media_entity_image": "^1.2",
"drupal/bootstrap": "^3.1",
"islandora/islandora_collection": "dev-8.x-1.x"
},
"require-dev": {
"behat/mink": "~1.7",
Expand Down

0 comments on commit 368cfd4

Please # to comment.