Skip to content

Commit 4c31fe0

Browse files
committed
Add compatibility with xp-framework/ast version 12.0.0
1 parent 054353a commit 4c31fe0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ChangeLog.md

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

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

6+
* Made compatible with `xp-framework/ast` version 12.0.0 - adding support
7+
for parsing partial function application syntax.
8+
(@thekid)
69
* Added PHP 8.6 to the test matrix and no longer allow PHP 8.5 to fail
710
(@thekid)
811

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["module", "xp"],
88
"require" : {
99
"xp-framework/core": "^12.0 | ^11.0 | ^10.13",
10-
"xp-framework/ast": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.6",
10+
"xp-framework/ast": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.6",
1111
"php" : ">=7.4.0"
1212
},
1313
"require-dev" : {

0 commit comments

Comments
 (0)