From f7b1ad7db300bf2af0ccbe47737c6ee8381591fc Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sat, 23 Mar 2024 23:11:12 +0100 Subject: [PATCH] Uprade XP Compiler and test library --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fc60831..b0d43a3 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "bsd", "require": { - "xp-framework/compiler": "^8.5", + "xp-framework/compiler": "^9.0", "xp-framework/imaging": "^10.1", "xp-framework/command": "^11.0", "xp-framework/networking": "^10.4", @@ -22,7 +22,7 @@ }, "require-dev": { - "xp-framework/test": "^1.0" + "xp-framework/test": "^2.0" }, "scripts": {