Skip to content

Commit b2efcd4

Browse files
committed
Make compatible with XP 12
1 parent 3b40345 commit b2efcd4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ URI handling change log
33

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

6+
## 2.3.0 / 2024-03-24
7+
8+
* Made compatible with XP 12 - @thekid
9+
610
* Added PHP 8.4 to the test matrix - @thekid
711
* Merged PR #9: Migrate to new testing library - @thekid
812

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"description" : "URIs",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
1010
"php" : ">=7.0.0"
1111
},
1212
"require-dev" : {
13-
"xp-framework/test": "^1.0"
13+
"xp-framework/test": "^2.0 | ^1.0"
1414
},
1515
"autoload" : {
1616
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)