Skip to content

Commit 687bc7c

Browse files
committed
Make compatible with XP 11, Compiler v7
1 parent 30926f5 commit 687bc7c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.1 / 2021-10-21
7+
8+
* Made compatible with XP 11, Compiler version 7.0.0 - @thekid
9+
610
## 1.1.0 / 2020-11-28
711

812
* Made compatible with XP Compiler version 6.0.0 - @thekid

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"description" : "Is operator for PHP",
77
"keywords": ["language", "module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
10-
"xp-framework/compiler": "^6.0 | ^5.0 | ^4.3",
9+
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
10+
"xp-framework/compiler": "^7.0 | ^6.0 | ^5.0 | ^4.3",
1111
"php" : ">=7.0.0"
1212
},
1313
"require-dev" : {

0 commit comments

Comments
 (0)