{ "name": "islandora/islandora", "description": "Core Islandora module", "type": "drupal-module", "keywords": ["Drupal", "Islandora"], "homepage": "https://github.com/Islandora/islandora", "support": { "issues": "https://github.com/Islandora/documentation/issues" }, "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ], "require": { "drupal/context": "^4 || ^5@RC", "drupal/ctools": "^3.8 || ^4", "drupal/eva" : "^3.0", "drupal/file_replace": "^1.1", "drupal/filehash": "^2", "drupal/flysystem" : "^2.0@alpha", "drupal/jwt": "^1.1 || ^2", "drupal/migrate_plus" : "^5.1 || ^6", "drupal/migrate_source_csv" : "^3.4", "drupal/prepopulate" : "^2.2", "drupal/search_api": "^1.8", "drupal/token" : "^1.3", "islandora/chullo": "^2.0", "islandora/fedora-entity-mapper": "^1.0", "islandora/jsonld": "^2 || ^3", "stomp-php/stomp-php": "4.* || ^5" }, "require-dev": { "phpunit/phpunit": "^6", "squizlabs/php_codesniffer": "^2.7.1", "drupal/coder": "*", "sebastian/phpcpd": "*" }, "suggest": { "drupal/transliterate_filenames": "Sanitizes filenames when they are uploaded so they don't break your repository.", "drupal/coi": "Some configuration fields work with Config Override Inspector." }, "license": "GPL-2.0-or-later", "authors": [ { "name": "Islandora Foundation", "email": "community@islandora.ca", "role": "Owner" }, { "name": "Daniel Lamb", "email": "dlamb@islandora.ca", "role": "Maintainer" } ] }