From c56e7004c3b66cb0887f2e072d018ea17332509d Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 24 Mar 2024 11:43:14 +0100 Subject: [PATCH] Make compatible with XP 12 --- ChangeLog.md | 3 +++ composer.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0fe6a7b..707c1e5 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,9 @@ Hashing change log ## ?.?.? / ????-??-?? +## 2.2.0 / 2024-03-24 + +* Made compatible with XP 12 - @thekid * Added PHP 8.4 to the test matrix - @thekid * Migrated PR #4: Migrate to new testing library - @thekid diff --git a/composer.json b/composer.json index 6f467f8..a77e593 100755 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "description" : "Hashing library", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0", + "xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0", "php" : ">=7.0.0" }, "require-dev" : { - "xp-framework/test": "^1.0" + "xp-framework/test": "^2.0 | ^1.0" }, "autoload" : { "files" : ["src/main/php/autoload.php"]