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