Skip to content

Commit 01828fe

Browse files
committed
Bump dependency to XP 6.0
1 parent ba0cb69 commit 01828fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

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

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

6+
## 6.0.1 / 2015-02-12
7+
8+
* Changed dependency to use XP ~6.0 (instead of dev-master) - @thekid
9+
610
## 6.0.0 / 2015-10-01
711

812
* Heads up: Renoved deprecated peer.ftp.server.FtpConnectionListener

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description" : "FTP protocol support for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "dev-master",
9+
"xp-framework/core": "~6.0",
1010
"php" : ">=5.4.0"
1111
},
1212
"autoload" : {

0 commit comments

Comments
 (0)