Skip to content

Commit

Permalink
Make this library compatible with XP10
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 1, 2019
1 parent 5e76013 commit bc2cf5c
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 @@ s Logging change log

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

## 9.1.3 / 2019-12-01

* Made compatible with XP 10 - @thekid

## 9.1.2 / 2019-08-20

* Made compatible with PHP 7.4 - refrain using `{}` for string offsets
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description" : "Logging for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5",
"php" : ">=5.6.0"
},
"require-dev" : {
"xp-framework/collections": "^8.0 | ^7.0 | ^6.5",
"xp-framework/unittest": "^9.0 | ^8.0 | ^7.0 | ^6.5"
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit bc2cf5c

Please sign in to comment.