From 383a2d8817aad4fca411f3d9958d45a4b68480fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 3 Nov 2021 14:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ec2a6a0..ac376989 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,6 @@ } ], "license": "MIT", - "composer-runtime-api": "^2.0", "require": { "php": ">=8.0", "ext-json": "*", @@ -28,6 +27,7 @@ "ext-pcntl": "*", "ext-posix": "*", "ext-gd": "*", + "composer-runtime-api": "^2.0", "swiftmailer/swiftmailer": "^6.0", "psr/container": "^2.0", "psr/http-server-middleware": "^1.0",