From fb6f81dfa69ee492ac74aaa6d7abe4da0224e674 Mon Sep 17 00:00:00 2001 From: auooru Date: Tue, 9 Jul 2024 11:37:46 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8fff77e..a25028e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "symfony/console": "^5.4|^6.0", "topthink/framework": "^6.0|^6.1|^8.0.1", "topthink/think-orm": "^2.0.30|^3.0", - "zxin/phinx-schema": "^1.0.2", + "zxin/phinx-schema": "^1.0.2|^2.0.0", "zxin/think-symfony-bridge": "^3.0" }, "require-dev": { @@ -67,6 +67,9 @@ "sort-packages": true, "allow-plugins": { "bamarni/composer-bin-plugin": true + }, + "platform": { + "php": "8.0" } }, "scripts": {