From 533dead54efa8a43ebecf904116945b80e9bea1e Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 6 Jun 2019 15:04:35 -0300 Subject: [PATCH] Prepare for next development iteration --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3b38bb61..b59bf0f5 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "drupal/context": "^4.0", "drupal/search_api": "~1.8", - "islandora/jsonld": "1.0.0", + "islandora/jsonld": "^1.0", "stomp-php/stomp-php": "4.*", "drupal/jwt": "1.0.0-alpha6", "drupal/filehash": "^1.1", @@ -29,7 +29,7 @@ "drupal/migrate_source_csv" : "^2.1", "drupal/token" : "^1.3", "drupal/flysystem" : "^1.0", - "islandora/crayfish-commons": "1.0.0" + "islandora/crayfish-commons": "^1.0" }, "require-dev": { "phpunit/phpunit": "^6",