File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ]
You can’t perform that action at this time.
0 commit comments