Skip to content

Commit 0b72a2e

Browse files
committed
Make compatible with XP 12
1 parent 871d268 commit 0b72a2e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ JSON patch change log
33

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

6+
## 2.1.0 / 2024-03-24
7+
8+
* Made compatible with XP 12 - @thekid
69
* Added PHP 8.4 to the test matrix - @thekid
710
* Merged PR #2: Migrate to new testing library - @thekid
811

composer.json

+2-2
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": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
1010
"php" : ">=7.0.0"
1111
},
1212
"require-dev" : {
13-
"xp-framework/test": "^1.0",
13+
"xp-framework/test": "^2.0 | ^1.0",
1414
"xp-framework/io-collections": "^10.0 | ^9.0 | ^8.0 | ^7.0",
1515
"xp-forge/json": "^5.0 | ^4.0 | ^3.0 | ^2.0"
1616
},

0 commit comments

Comments
 (0)