File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Data sequences change log
33
44## ?.?.? / ????-??-??
55
6+ ## 4.1.1 / 2015-12-20
7+
8+ * Added dependencies on collections and unittest libraries which have
9+ since been extracted from XP core.
10+ (@thekid )
11+
612## 4.1.0 / 2015-11-23
713
814* Merged PR #28 : Fix Collectors class' methods to cast given functions
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.0" ,
9+ "xp-framework/core" : " ^6.5" ,
10+ "xp-framework/collections" : " ^6.5" ,
1011 "php" : " >=5.5.0"
1112 },
13+ "require-dev" : {
14+ "xp-framework/unittest" : " ^6.5"
15+ },
1216 "autoload" : {
1317 "files" : [" src/main/php/autoload.php" ]
1418 }
You can’t perform that action at this time.
0 commit comments