We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0cb69 commit 01828feCopy full SHA for 01828fe
ChangeLog.md
@@ -3,6 +3,10 @@ FTP protocol support for the XP Framework ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 6.0.1 / 2015-02-12
7
+
8
+* Changed dependency to use XP ~6.0 (instead of dev-master) - @thekid
9
10
## 6.0.0 / 2015-10-01
11
12
* Heads up: Renoved deprecated peer.ftp.server.FtpConnectionListener
composer.json
@@ -6,7 +6,7 @@
"description" : "FTP protocol support for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "dev-master",
+ "xp-framework/core": "~6.0",
"php" : ">=5.4.0"
},
"autoload" : {
0 commit comments