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