From e3446c046bcf08afd65dbba75f3d6449c98087a4 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Mon, 10 Jun 2019 15:55:26 -0300 Subject: [PATCH] Pointing to dev instead of ^1.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b59bf0f5..41d76a2f 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", + "islandora/jsonld": "dev-8.x-1.x", "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" + "islandora/crayfish-commons": "dev-dev" }, "require-dev": { "phpunit/phpunit": "^6",