We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xp-framework/ast
1 parent 054353a commit 4c31fe0Copy full SHA for 4c31fe0
2 files changed
ChangeLog.md
@@ -3,6 +3,9 @@ XP Reflection ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+* Made compatible with `xp-framework/ast` version 12.0.0 - adding support
7
+ for parsing partial function application syntax.
8
+ (@thekid)
9
* Added PHP 8.6 to the test matrix and no longer allow PHP 8.5 to fail
10
(@thekid)
11
composer.json
@@ -7,7 +7,7 @@
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^12.0 | ^11.0 | ^10.13",
- "xp-framework/ast": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.6",
+ "xp-framework/ast": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.6",
"php" : ">=7.4.0"
12
},
13
"require-dev" : {
0 commit comments