File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Data sequences change log
33
44## ?.?.? / ????-??-??
55
6+ ## 1.0.0 / 2016-02-22
7+
8+ * Added version compatibility with XP 7 - @thekid
9+
610## 0.3.0 / 2015-07-05
711
812* Code quality assurance: Add api documentation where missing
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" : " ^6.3" ,
9+ "xp-framework/core" : " ^7.0 | ^ 6.3" ,
1010 "php" : " >=5.6.0"
1111 },
1212 "require-dev" : {
13- "xp-forge/json" : " >=0.8.4"
13+ "xp-framework/unittest" : " ^7.0 | ^6.5" ,
14+ "xp-forge/json" : " ^2.0"
1415 },
1516 "autoload" : {
1617 "files" : [" src/main/php/autoload.php" ]
You can’t perform that action at this time.
0 commit comments