We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31eac56 + f55a373 commit c69c867Copy full SHA for c69c867
ChangeLog.md
@@ -3,6 +3,10 @@ XP Compiler ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 9.1.1 / 2024-08-27
7
+
8
+* Forward compatibility with newer `xp-framework/ast` releases - @thekid
9
10
## 9.1.0 / 2024-06-15
11
12
* Merged PR #166: Implement property hooks via virtual properties, see
composer.json
@@ -7,7 +7,7 @@
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^12.0 | ^11.6 | ^10.16",
- "xp-framework/reflection": "^3.2",
+ "xp-framework/reflection": "^3.2 | ^2.15",
"xp-framework/ast": "^11.3",
"php" : ">=7.4.0"
13
},
0 commit comments