File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ XP AST ChangeLog
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 3.0.3 / 2019-11-30
7
+
8
+ * Added compatibility with XP 10, see xp-framework/rfc #333 - @thekid
9
+
6
10
## 3.0.2 / 2019-10-04
7
11
8
12
* Fixed issue #5 : Call to a member function children() on null - @thekid
Original file line number Diff line number Diff line change 6
6
"description" : " AST for the XP Framework" ,
7
7
"keywords" : [" module" , " xp" ],
8
8
"require" : {
9
- "xp-framework/core" : " ^9.0 | ^8.0 | ^7.0 | ^6.10" ,
9
+ "xp-framework/core" : " ^10.0 | ^ 9.0 | ^8.0 | ^7.0 | ^6.10" ,
10
10
"php" : " >=5.6.0"
11
11
},
12
12
"require-dev" : {
13
- "xp-framework/unittest" : " ^9.3"
13
+ "xp-framework/unittest" : " ^10.0 | ^ 9.3"
14
14
},
15
15
"autoload" : {
16
16
"files" : [" src/main/php/autoload.php" ]
You can’t perform that action at this time.
0 commit comments