We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a93dcd commit fda00b9Copy full SHA for fda00b9
ChangeLog.md
@@ -3,6 +3,10 @@ Data sequences change log
3
4
## ?.?.? / ????-??-??
5
6
+## 10.3.0 / 2024-03-24
7
+
8
+* Made compatible with XP 12 - @thekid
9
10
* Added PHP 8.3 and 8.4 to the test matrix - @thekid
11
12
## 10.2.0 / 2023-02-23
composer.json
@@ -6,12 +6,12 @@
"description" : "Data sequences",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^11.0 | ^10.2",
+ "xp-framework/core": "^12.0 | ^11.0 | ^10.2",
"xp-framework/collections": "^10.0 | ^9.0 | ^8.0",
"php" : ">=7.0.0"
},
13
"require-dev" : {
14
- "xp-framework/test": "^1.2"
+ "xp-framework/test": "^2.0 | ^1.2"
15
16
"autoload" : {
17
"files" : ["src/main/php/autoload.php"]
0 commit comments