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
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 1.0.0 / 2016-02-22
7
+
8
+ * Added version compatibility with XP 7 - @thekid
9
+
6
10
## 0.3.0 / 2015-07-05
7
11
8
12
* Code quality assurance: Add api documentation where missing
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" : " ^6.3" ,
9
+ "xp-framework/core" : " ^7.0 | ^ 6.3" ,
10
10
"php" : " >=5.6.0"
11
11
},
12
12
"require-dev" : {
13
- "xp-forge/json" : " >=0.8.4"
13
+ "xp-framework/unittest" : " ^7.0 | ^6.5" ,
14
+ "xp-forge/json" : " ^2.0"
14
15
},
15
16
"autoload" : {
16
17
"files" : [" src/main/php/autoload.php" ]
You can’t perform that action at this time.
0 commit comments