Skip to content

Commit a97dcc9

Browse files
committed
Add XP 12, Compiler 9
1 parent 39237e7 commit a97dcc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"description" : "XP static initializer blocks",
77
"keywords": ["language", "module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.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",
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)