Skip to content

Commit d7faf69

Browse files
committed
Make compatible with XP 12
1 parent 72946ce commit d7faf69

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 @@ Logging change log
33

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

6+
## 11.1.0 / 2024-03-24
7+
8+
* Made compatible with XP 12 - @thekid
9+
610
* Merged PR #17: Migrate to new testing library - @thekid
711

812
## 11.0.0 / 2021-10-21

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": "^11.0 | ^10.0",
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
1010
"php" : ">=7.0.0"
1111
},
1212
"require-dev" : {
1313
"xp-framework/collections": "^10.0 | ^9.0 | ^8.0",
14-
"xp-framework/test": "^1.0"
14+
"xp-framework/test": "^2.0 | ^1.0"
1515
},
1616
"autoload" : {
1717
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)