Skip to content

Commit 55650e8

Browse files
committed
Add version compatibility with XP7
1 parent 755e049 commit 55650e8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ ZIP File support for the XP Framework ChangeLog
33

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

6+
## 7.0.0 / 2016-02-21
7+
8+
* Added version compatibility with XP 7 - @thekid
9+
610
## 6.2.1 / 2016-01-24
711

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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"description" : "ZIP File support for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^6.5",
10-
"xp-framework/security": "^6.6",
11-
"xp-framework/math": "^6.6",
9+
"xp-framework/core": "^7.0 | ^6.5",
10+
"xp-framework/security": "^7.0 | ^6.6",
11+
"xp-framework/math": "^7.0 | ^6.6",
1212
"php" : ">=5.5.0"
1313
},
1414
"require-dev" : {
15-
"xp-framework/unittest": "^6.5"
15+
"xp-framework/unittest": "^7.0 | ^6.5"
1616
},
1717
"autoload" : {
1818
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)