diff --git a/composer.json b/composer.json index f0ea87d..59a149f 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ } ], "require" : { - "drupal/core": "^10", "drupal/hal": "^1||^2", - "drupal/rdf": "^2.1" + "drupal/rdf": "^2.1", + "drupal/core": "^10 || ^11" }, "require-dev": { "phpunit/phpunit": "^8", diff --git a/jsonld.info.yml b/jsonld.info.yml index 8fd21d4..dbd8b18 100644 --- a/jsonld.info.yml +++ b/jsonld.info.yml @@ -2,7 +2,7 @@ name: 'JSON-LD' type: module description: 'Serializes entities to JSON-LD / LDP for the Islandora Project' package: Web services -core_version_requirement: ^10 +core_version_requirement: ^10 || ^11 dependencies: - drupal:serialization - hal:hal diff --git a/tests/json_alter_normalize_hooks.info.yml b/tests/json_alter_normalize_hooks.info.yml index 5b4d1d0..b08b377 100644 --- a/tests/json_alter_normalize_hooks.info.yml +++ b/tests/json_alter_normalize_hooks.info.yml @@ -1,6 +1,6 @@ name: 'Jsonld hook tests' type: module package: Testing -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10.1 || ^11 dependencies: - jsonld