diff --git a/ChangeLog.md b/ChangeLog.md index 576ccf7..b99b7b0 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ Networking changelog ## ?.?.? / ????-??-?? +## 10.5.0 / 2024-03-24 + +* Made compatible with XP 12 - @thekid + * Added PHP 8.4 to the test matrix - @thekid * Merged PR #27: Migrate to new testing library - @thekid * Merged PR #26: Migrate to baseless tests - @thekid diff --git a/composer.json b/composer.json index 22563da..bf235c2 100755 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "description" : "Networking for the XP Framework: Client and server APIs", "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", "xp-framework/logging": "^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"]