We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72946ce commit d7faf69Copy full SHA for d7faf69
2 files changed
ChangeLog.md
@@ -3,6 +3,10 @@ Logging change log
3
4
## ?.?.? / ????-??-??
5
6
+## 11.1.0 / 2024-03-24
7
+
8
+* Made compatible with XP 12 - @thekid
9
10
* Merged PR #17: Migrate to new testing library - @thekid
11
12
## 11.0.0 / 2021-10-21
composer.json
@@ -6,12 +6,12 @@
"description" : "Logging for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^11.0 | ^10.0",
+ "xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"php" : ">=7.0.0"
},
"require-dev" : {
13
"xp-framework/collections": "^10.0 | ^9.0 | ^8.0",
14
- "xp-framework/test": "^1.0"
+ "xp-framework/test": "^2.0 | ^1.0"
15
16
"autoload" : {
17
"files" : ["src/main/php/autoload.php"]
0 commit comments