We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb61b8 commit 0abc78aCopy full SHA for 0abc78a
ChangeLog.md
@@ -3,6 +3,10 @@ FTP protocol support for the XP Framework ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 11.1.0 / 2024-03-24
7
+
8
+* Made compatible with XP 12 - @thekid
9
10
* Added PHP 8.2, 8.3 and 8.4 to the test matrix - @thekid
11
12
## 11.0.3 / 2021-10-21
composer.json
@@ -6,7 +6,7 @@
"description" : "FTP protocol support for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^11.0 | ^10.0",
+ "xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"xp-framework/logging": "^11.0 | ^10.0 | ^9.1",
"xp-framework/networking": "^10.0 | ^9.3",
"xp-framework/io-collections": "^10.0 | ^9.0 | ^8.0",
0 commit comments