Skip to content

Commit d698c16

Browse files
committed
Add version compatibility with XP 7
1 parent 6dbf448 commit d698c16

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Data sequences change log
33

44
## ?.?.? / ????-??-??
55

6+
## 5.0.0 / 2016-02-21
7+
8+
* Added version compatibility with XP 7 - @thekid
9+
610
## 4.1.2 / 2016-01-23
711

812
* Fix code to use `nameof()` instead of the deprecated `getClassName()`

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"description" : "Data sequences",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^6.5",
10-
"xp-framework/collections": "^6.5",
9+
"xp-framework/core": "^7.0 | ^6.5",
10+
"xp-framework/collections": "^7.0 | ^6.5",
1111
"php" : ">=5.5.0"
1212
},
1313
"require-dev" : {
14-
"xp-framework/unittest": "^6.5"
14+
"xp-framework/unittest": "^7.0 | ^6.5"
1515
},
1616
"autoload" : {
1717
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)