Skip to content

Commit a0627b0

Browse files
committed
Add compatibility for xp-forge/rest-client 2.0.0
1 parent eecafef commit a0627b0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Credentials change log
33

44
## ?.?.? / ????-??-??
55

6+
## 2.0.1 / 2020-04-10
7+
8+
* Made compatible with `xp-forge/rest-client` 2.0.0 - @thekid
9+
610
## 2.0.0 / 2020-04-05
711

812
* Implemented xp-framework/rfc#335: Remove deprecated key/value pair

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["module", "xp"],
88
"require" : {
99
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
10-
"xp-forge/rest-client": "^1.0",
10+
"xp-forge/rest-client": "^2.0 | ^1.0",
1111
"xp-forge/keepass": "^1.0 | ^0.6 | ^0.5",
1212
"php" : ">=7.0.0"
1313
},

0 commit comments

Comments
 (0)