Skip to content

Commit f868e83

Browse files
committed
Depend on xp-framework/collections & xp-framework/collections
1 parent abea812 commit f868e83

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
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
}

0 commit comments

Comments
 (0)