Skip to content

Commit 0abc78a

Browse files
committed
Make compatible with XP 12
1 parent cfb61b8 commit 0abc78a

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+
## 11.1.0 / 2024-03-24
7+
8+
* Made compatible with XP 12 - @thekid
9+
610
* Added PHP 8.2, 8.3 and 8.4 to the test matrix - @thekid
711

812
## 11.0.3 / 2021-10-21

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": "^11.0 | ^10.0",
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
1010
"xp-framework/logging": "^11.0 | ^10.0 | ^9.1",
1111
"xp-framework/networking": "^10.0 | ^9.3",
1212
"xp-framework/io-collections": "^10.0 | ^9.0 | ^8.0",

0 commit comments

Comments
 (0)