Skip to content

Commit

Permalink
Add compatibility with xp-framework/logging 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Aug 24, 2018
1 parent 8135a1f commit ac6e8c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ HTTP protocol support for the XP Framework ChangeLog

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

## 9.0.3 / 2018-08-24

* Made compatible with `xp-framework/logging` version 9.0.0 - @thekid

## 9.0.2 / 2018-04-02

* Fixed compatiblity with PHP 7.3 - @thekid
Expand Down
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified class.pth
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/logging": "^8.0 | ^7.0 | ^6.5",
"xp-framework/logging": "^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/networking": "^9.0 | ^8.0 | ^7.0 | ^6.6",
"php": ">=5.6.0"
},
Expand Down

0 comments on commit ac6e8c0

Please sign in to comment.