Skip to content

Commit

Permalink
Make compatible with XP 12
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 24, 2024
1 parent dd50059 commit 5f7661b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ HTTP protocol support for the XP Framework ChangeLog

## ?.?.? / ????-??-??

## 10.3.0 / 2024-03-24

* Made compatible with XP 12 - @thekid

* Added PHP 8.4 to the test matrix - @thekid

## 10.2.0 / 2023-07-30
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description" : "HTTP protocol support for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/logging": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/networking": "^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.6",
"php": ">=7.0.0"
Expand All @@ -16,7 +16,7 @@
"ext-curl": "Alternative to ext-openssl for SSL-/TLS connections"
},
"require-dev" : {
"xp-framework/test": "^1.0"
"xp-framework/test": "^2.0 | ^1.0"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 5f7661b

Please sign in to comment.