Skip to content

Commit bc2cf5c

Browse files
committed
Make this library compatible with XP10
1 parent 5e76013 commit bc2cf5c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ s Logging change log
33

44
## ?.?.? / ????-??-??
55

6+
## 9.1.3 / 2019-12-01
7+
8+
* Made compatible with XP 10 - @thekid
9+
610
## 9.1.2 / 2019-08-20
711

812
* Made compatible with PHP 7.4 - refrain using `{}` for string offsets

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"description" : "Logging for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.5",
9+
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5",
1010
"php" : ">=5.6.0"
1111
},
1212
"require-dev" : {
1313
"xp-framework/collections": "^8.0 | ^7.0 | ^6.5",
14-
"xp-framework/unittest": "^9.0 | ^8.0 | ^7.0 | ^6.5"
14+
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5"
1515
},
1616
"autoload" : {
1717
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)