From a97dcc9799d428d42cfcf7c84f2c6eaa20d1d29a Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 24 Mar 2024 14:47:45 +0100 Subject: [PATCH] Add XP 12, Compiler 9 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 91001b7..9c72447 100755 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "description" : "XP static initializer blocks", "keywords": ["language", "module", "xp"], "require" : { - "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0", - "xp-framework/compiler": "^8.0 | ^7.0", - "php" : ">=7.0.0" + "xp-framework/core": "^12.0 | ^11.0 | ^10.0", + "xp-framework/compiler": "^9.0 | ^8.0", + "php" : ">=7.4.0" }, "require-dev" : { - "xp-framework/test": "^1.0" + "xp-framework/test": "^2.0 | ^1.0" }, "autoload" : { "files" : ["src/main/php/autoload.php"]