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 792e42d commit a3c7df5
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 @@ KeePass databases change log

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

## 2.0.0 / 2024-02-04

* Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
* Added PHP 8.4 to test matrix - @thekid
* Merged PR #3: Migrate to new testing library - @thekid

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" : "KeePass databases",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/core": "^11.0 | ^10.0",
"php" : ">=7.0.0"
},
"require-dev" : {
Expand Down

0 comments on commit a3c7df5

Please sign in to comment.