Skip to content

Commit

Permalink
Make this library compatible with XP10
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 1, 2019
1 parent 9d6641a commit 74cb313
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 74cb313

Please sign in to comment.