File tree 2 files changed +7
-3
lines changed
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
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 4.4.0 / 2024-03-24
7
+
8
+ * Made compatible with XP 12 - @thekid
9
+
6
10
## 4.3.0 / 2024-01-30
7
11
8
12
* Added PHP 8.4 to the test matrix - @thekid
Original file line number Diff line number Diff line change 6
6
"description" : " Rest API" ,
7
7
"keywords" : [" module" , " xp" ],
8
8
"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" ,
11
11
"xp-forge/web" : " ^4.0 | ^3.0 | ^2.0 | ^1.0" ,
12
12
"xp-forge/marshalling" : " ^2.0 | ^1.0" ,
13
13
"xp-forge/json" : " ^5.0 | ^4.0 | ^3.1" ,
14
14
"php" : " >=7.0.0"
15
15
},
16
16
"require-dev" : {
17
- "xp-framework/test" : " ^1.0"
17
+ "xp-framework/test" : " ^2.0 | ^ 1.0"
18
18
},
19
19
"autoload" : {
20
20
"files" : [" src/main/php/autoload.php" ]
You can’t perform that action at this time.
0 commit comments