We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39237e7 commit a97dcc9Copy full SHA for a97dcc9
composer.json
@@ -6,12 +6,12 @@
6
"description" : "XP static initializer blocks",
7
"keywords": ["language", "module", "xp"],
8
"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"
+ "xp-framework/core": "^12.0 | ^11.0 | ^10.0",
+ "xp-framework/compiler": "^9.0 | ^8.0",
+ "php" : ">=7.4.0"
12
},
13
"require-dev" : {
14
- "xp-framework/test": "^1.0"
+ "xp-framework/test": "^2.0 | ^1.0"
15
16
"autoload" : {
17
"files" : ["src/main/php/autoload.php"]
0 commit comments