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 authored and ruebot committed Mar 22, 2017
1 parent 71ed7c4 commit 77cce7a
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": "[email protected]"
}
],
"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 @@ -21,7 +34,14 @@
"cweagans/composer-patches": "~1.0",
"drupal/core": "~8.0",
"drush/drush": "~8.0",
"drupal/console": "~1.0"
"drupal/console": "~1.0",
"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 77cce7a

Please sign in to comment.