Skip to content

Commit

Permalink
Drop support for XP < 9, see xp-framework/rfc#341
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Sep 26, 2021
1 parent a5977f9 commit bad8b88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"description" : "FTP protocol support for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/logging": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/networking": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/io-collections": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/core": "^10.0",
"xp-framework/logging": "^10.0 | ^9.1",
"xp-framework/networking": "^10.0 | ^9.3",
"xp-framework/io-collections": "^10.0 | ^9.0 | ^8.0",
"php" : ">=7.0.0"
},
"require-dev" : {
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0"
"xp-framework/unittest": "^11.0 | ^10.1"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit bad8b88

Please sign in to comment.