Skip to content

Commit 752d1bf

Browse files
committed
Add version compatibility with XP7
1 parent ee61b60 commit 752d1bf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff 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

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
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"]

0 commit comments

Comments
 (0)