Skip to content

Commit 51f0290

Browse files
committed
Make compatible with XP10
1 parent fad2b78 commit 51f0290

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

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

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

6+
## 1.1.1 / 2020-04-05
7+
8+
* Made compatible with XP 10 - @thekid
9+
610
## 1.1.0 / 2018-12-30
711

812
* Merged PR #1: Make compatible with newer XP / PHP versions - @thekid

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"description" : "Implements JSON patch documents described in RFC #6902",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.3",
9+
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.3",
1010
"php" : ">=5.6.0"
1111
},
1212
"require-dev" : {
13-
"xp-framework/unittest": "^9.0 | ^8.0 | ^7.0 | ^6.5",
13+
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5",
1414
"xp-framework/io-collections": "^8.0 | ^7.0 | ^6.5",
1515
"xp-forge/json": "^3.0 | ^2.0"
1616
},

0 commit comments

Comments
 (0)