diff --git a/src/test/simplesamlphp_auth/composer.json b/src/test/simplesamlphp_auth/composer.json index ade7cd7..429e61c 100644 --- a/src/test/simplesamlphp_auth/composer.json +++ b/src/test/simplesamlphp_auth/composer.json @@ -7,7 +7,7 @@ "require": { "drupal/externalauth": "^1.1 || ^2.0", "simplesamlphp/simplesamlphp": "^1.19 || ^2.3.5", - "drupal/core": "^9.4 || ^10" + "drupal/core": "^9.4 || ^10 || ^11" }, "config": { "allow-plugins": { diff --git a/src/test/simplesamlphp_auth/simplesamlphp_auth.info.yml b/src/test/simplesamlphp_auth/simplesamlphp_auth.info.yml index d9ae8b2..82fc6cd 100644 --- a/src/test/simplesamlphp_auth/simplesamlphp_auth.info.yml +++ b/src/test/simplesamlphp_auth/simplesamlphp_auth.info.yml @@ -1,7 +1,7 @@ name: SimpleSAMLphp Authentication type: module description: Allows users to authenticate to a remote SAML identity provider (IdP) via a locally configured SimpleSAMLphp service point (SP). -core_version_requirement: ^9.4 || ^10 +core_version_requirement: ^9.4 || ^10 || ^11 configure: simplesamlphp_auth.admin_settings dependencies: - drupal:user