diff --git a/composer.json b/composer.json index e5f4f7e..3d1a93f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "islandora/jsonld", - "description": "JSON-LD serializer for Drupal 8", + "description": "JSON-LD serializer for Drupal", "type": "drupal-module", "license": "GPL-2.0+", "homepage": "https://github.com/Islandora/jsonld", diff --git a/jsonld.info.yml b/jsonld.info.yml index b163166..53e9b62 100644 --- a/jsonld.info.yml +++ b/jsonld.info.yml @@ -2,8 +2,7 @@ name: 'JSON-LD' type: module description: 'Serializes entities to JSON-LD / LDP for the Islandora Project' package: Web services -core: 8.x -core_version_requirement: ^8 || ^9 +core_version_requirement: ^9 dependencies: - hal - serialization