软件包更新

This commit is contained in:
iVampireSP.com 2023-01-15 01:06:40 +08:00
parent d669600790
commit 82b2b640ee
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 6 additions and 6 deletions

View File

@ -9,6 +9,8 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-zip": "^1.19", "ext-zip": "^1.19",
"doctrine/dbal": "^3.4", "doctrine/dbal": "^3.4",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
@ -26,9 +28,7 @@
"simplesoftwareio/simple-qrcode": "^4.2", "simplesoftwareio/simple-qrcode": "^4.2",
"spiral/roadrunner": "^2.8.2", "spiral/roadrunner": "^2.8.2",
"symfony/psr-http-message-bridge": "^2.1", "symfony/psr-http-message-bridge": "^2.1",
"yansongda/laravel-pay": "~3.2.0", "yansongda/laravel-pay": "~3.2.0"
"ext-pcntl": "*",
"ext-posix": "*"
}, },
"require-dev": { "require-dev": {
"beyondcode/laravel-query-detector": "^1.6", "beyondcode/laravel-query-detector": "^1.6",

6
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "7354c998d6e06ecf6a4dd7c044db632e", "content-hash": "5d44bd2dcba750e9a8d5ff2f9b4ad5cd",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -11526,9 +11526,9 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.2", "php": "^8.2",
"ext-zip": "^1.19",
"ext-pcntl": "*", "ext-pcntl": "*",
"ext-posix": "*" "ext-posix": "*",
"ext-zip": "^1.19"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.3.0"