diff --git a/ChangeLog.md b/ChangeLog.md index a6d79e1..07552a8 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,12 @@ Sessions for the XP Framework ChangeLog ======================================================================== +## ?.?.? / ????-??-?? + +## 1.0.2 / 2019-12-01 + +* Made compatible with XP 10 - @thekid + ## 1.0.1 / 2019-09-13 * Fixed cookie transport to transmit path and domain when deleting the diff --git a/composer.json b/composer.json index b00c384..2ca55c2 100755 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "description" : "Sessions", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^9.0 | ^8.0 | ^7.3", + "xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.3", "xp-forge/web": "^1.0", "php": ">=5.6.0" }, "require-dev" : { - "xp-framework/unittest": "^9.0 | ^8.0 |^7.0" + "xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 |^7.0" }, "autoload" : { "files" : ["src/main/php/autoload.php"]