Skip to content

Commit d00892f

Browse files
committed
Make compatible with XP 12
1 parent 2576ce6 commit d00892f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Rest API change log
33

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

6+
## 4.4.0 / 2024-03-24
7+
8+
* Made compatible with XP 12 - @thekid
9+
610
## 4.3.0 / 2024-01-30
711

812
* Added PHP 8.4 to the test matrix - @thekid

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"description" : "Rest API",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
10-
"xp-framework/reflection": "^2.0",
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
10+
"xp-framework/reflection": "^3.0 | ^2.0",
1111
"xp-forge/web": "^4.0 | ^3.0 | ^2.0 | ^1.0",
1212
"xp-forge/marshalling": "^2.0 | ^1.0",
1313
"xp-forge/json": "^5.0 | ^4.0 | ^3.1",
1414
"php": ">=7.0.0"
1515
},
1616
"require-dev" : {
17-
"xp-framework/test": "^1.0"
17+
"xp-framework/test": "^2.0 | ^1.0"
1818
},
1919
"autoload" : {
2020
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)