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": {