File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments