Skip to content

Commit 4f1541a

Browse files
committed
Make compatible with XP10
1 parent 0f6af45 commit 4f1541a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ XP AST ChangeLog
33

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

6+
## 3.0.3 / 2019-11-30
7+
8+
* Added compatibility with XP 10, see xp-framework/rfc#333 - @thekid
9+
610
## 3.0.2 / 2019-10-04
711

812
* Fixed issue #5: Call to a member function children() on null - @thekid

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"description" : "AST for the XP Framework",
77
"keywords": ["module", "xp"],
88
"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",
1010
"php" : ">=5.6.0"
1111
},
1212
"require-dev" : {
13-
"xp-framework/unittest": "^9.3"
13+
"xp-framework/unittest": "^10.0 | ^9.3"
1414
},
1515
"autoload" : {
1616
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)