Skip to content

Commit c69c867

Browse files
committed
2 parents 31eac56 + f55a373 commit c69c867

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ XP Compiler ChangeLog
33

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

6+
## 9.1.1 / 2024-08-27
7+
8+
* Forward compatibility with newer `xp-framework/ast` releases - @thekid
9+
610
## 9.1.0 / 2024-06-15
711

812
* Merged PR #166: Implement property hooks via virtual properties, see

composer.json

+1-1
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.6 | ^10.16",
10-
"xp-framework/reflection": "^3.2",
10+
"xp-framework/reflection": "^3.2 | ^2.15",
1111
"xp-framework/ast": "^11.3",
1212
"php" : ">=7.4.0"
1313
},

0 commit comments

Comments
 (0)