File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ JSON patch change log
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 2.1.0 / 2024-03-24
7
+
8
+ * Made compatible with XP 12 - @thekid
6
9
* Added PHP 8.4 to the test matrix - @thekid
7
10
* Merged PR #2 : Migrate to new testing library - @thekid
8
11
Original file line number Diff line number Diff line change 6
6
"description" : " Implements JSON patch documents described in RFC #6902" ,
7
7
"keywords" : [" module" , " xp" ],
8
8
"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" ,
10
10
"php" : " >=7.0.0"
11
11
},
12
12
"require-dev" : {
13
- "xp-framework/test" : " ^1.0" ,
13
+ "xp-framework/test" : " ^2.0 | ^ 1.0" ,
14
14
"xp-framework/io-collections" : " ^10.0 | ^9.0 | ^8.0 | ^7.0" ,
15
15
"xp-forge/json" : " ^5.0 | ^4.0 | ^3.0 | ^2.0"
16
16
},
You can’t perform that action at this time.
0 commit comments