From 37f11616ead429250dc8ce47e24014b71be57ab7 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 28 May 2024 15:01:56 -0300 Subject: [PATCH] Use Drupal namespace for jsonld. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6b9fdc03a..6104e2f53 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,7 @@ "drupal/file_replace": "^1.1", "drupal/filehash": "^2 || ^3", "drupal/flysystem" : "^2.0@alpha", + "drupal/jsonld": "^2 || ^3", "drupal/jwt": "^1.1 || ^2", "drupal/migrate_plus" : "^5.1 || ^6", "drupal/migrate_source_csv" : "^3.4", @@ -31,7 +32,6 @@ "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": {