Skip to content

Commit 73c5cb8

Browse files
committed
Add XP 12, compiler 9.0.0, tests 2.0.0 compatibility
1 parent cf7dcb6 commit 73c5cb8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Pattern operator for PHP - ChangeLog
22
===============================
33

4+
## ?.?.? / ????-??-??
5+
6+
## 0.2.0 / 2024-03-24
7+
8+
* Dropped support for PHP 7.0 - 7.3 - @thekid
9+
* Made compatible with XP 12, Compiler version 9.0.0 - @thekid
410
* Added PHP 8.4 to the test matrix - @thekid
511

612
## 0.1.0 / 2022-01-29

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"description" : "Pattern operator for PHP",
77
"keywords": ["language", "module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^11.0 | ^10.0",
10-
"xp-framework/compiler": "^8.0 | ^7.0",
11-
"php" : ">=7.0.0"
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
10+
"xp-framework/compiler": "^9.0 | ^8.0 | ^7.0",
11+
"php" : ">=7.4.0"
1212
},
1313
"require-dev" : {
14-
"xp-framework/test": "^1.0"
14+
"xp-framework/test": "^2.0 | ^1.0"
1515
},
1616
"autoload" : {
1717
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)