Skip to content

Commit

Permalink
Drop XP <= 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 4, 2024
1 parent 99c52b6 commit e8858cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ MongoDB Sessions change log

## ?.?.? / ????-??-??

## 2.0.0 / 2024-02-04

* Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
* Added PHP 8.4 to the test matrix - @thekid

## 1.3.0 / 2023-08-19
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description" : "MongoDB Sessions",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0",
"xp-framework/core": "^11.0 | ^10.0",
"xp-forge/sessions": "^3.0 | ^2.0 | ^1.0",
"xp-forge/mongodb": "^2.0 | ^1.4",
"php" : ">=7.0.0"
Expand Down

0 comments on commit e8858cb

Please sign in to comment.