File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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() `
Original file line number Diff line number Diff line change 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" ]
You can’t perform that action at this time.
0 commit comments