diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd58dc..6e1d6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stanford SamlAuth +1.0.8 +-------------------------------------------------------------------------------- +_Release Date: 2024-05*28_ + +- Adjusted Dependency versions + 1.0.7 -------------------------------------------------------------------------------- _Release Date: 2024-04-23_ diff --git a/composer.json b/composer.json index 18cbc49..3e46bc6 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=8.1", - "drupal/autologout": "^1.4", - "drupal/r4032login": "^2.2", - "drupal/samlauth": "^3.9" + "drupal/autologout": "^1 || ^2", + "drupal/r4032login": "^2", + "drupal/samlauth": "^3" }, "prefer-stable": true, "config": { diff --git a/stanford_samlauth.info.yml b/stanford_samlauth.info.yml index ef40f28..6ecdcc5 100644 --- a/stanford_samlauth.info.yml +++ b/stanford_samlauth.info.yml @@ -3,7 +3,7 @@ type: module description: Adds enhancements to SAML Authentication module. package: Stanford core_version_requirement: ^9 || ^10 || ^11 -version: 1.0.7 +version: 1.0.8 dependencies: - drupal:path_alias - autologout:autologout