From 82b2b640eef2c0048d0827a1f503f554e004b836 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 15 Jan 2023 01:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=8C=85=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- composer.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index dee5dd8..9336a98 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,8 @@ "license": "MIT", "require": { "php": "^8.2", + "ext-pcntl": "*", + "ext-posix": "*", "ext-zip": "^1.19", "doctrine/dbal": "^3.4", "erusev/parsedown": "^1.7", @@ -26,9 +28,7 @@ "simplesoftwareio/simple-qrcode": "^4.2", "spiral/roadrunner": "^2.8.2", "symfony/psr-http-message-bridge": "^2.1", - "yansongda/laravel-pay": "~3.2.0", - "ext-pcntl": "*", - "ext-posix": "*" + "yansongda/laravel-pay": "~3.2.0" }, "require-dev": { "beyondcode/laravel-query-detector": "^1.6", diff --git a/composer.lock b/composer.lock index f1ef6d9..efb7da8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7354c998d6e06ecf6a4dd7c044db632e", + "content-hash": "5d44bd2dcba750e9a8d5ff2f9b4ad5cd", "packages": [ { "name": "bacon/bacon-qr-code", @@ -11526,9 +11526,9 @@ "prefer-lowest": false, "platform": { "php": "^8.2", - "ext-zip": "^1.19", "ext-pcntl": "*", - "ext-posix": "*" + "ext-posix": "*", + "ext-zip": "^1.19" }, "platform-dev": [], "plugin-api-version": "2.3.0"