Skip to content

Commit 30926f5

Browse files
committed
Make compatible with XP Compiler version 6
1 parent c9d9720 commit 30926f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Is operator for PHP - ChangeLog
33

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

6+
## 1.1.0 / 2020-11-28
7+
8+
* Made compatible with XP Compiler version 6.0.0 - @thekid
9+
610
## 1.0.2 / 2020-10-01
711

812
* Fixed errors occuring after AST types refactoring - @thekid

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["language", "module", "xp"],
88
"require" : {
99
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
10-
"xp-framework/compiler": "^5.0 | ^4.3",
10+
"xp-framework/compiler": "^6.0 | ^5.0 | ^4.3",
1111
"php" : ">=7.0.0"
1212
},
1313
"require-dev" : {

0 commit comments

Comments
 (0)