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 cf79662 commit afe91b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Credentials change log

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

## 3.0.0 / 2024-02-04

* Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
* Merged PR #11: Migrate to new testing library - @thekid

## 2.1.0 / 2022-02-26
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"description" : "Credentials",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/core": "^11.0 | ^10.0",
"xp-forge/rest-client": "^5.0 | ^4.0 | ^3.0 | ^2.0 | ^1.0",
"xp-forge/keepass": "^1.0",
"xp-forge/keepass": "^2.0 | ^1.0",
"php" : ">=7.0.0"
},
"require-dev" : {
Expand Down

0 comments on commit afe91b6

Please sign in to comment.