软件包更新
This commit is contained in:
parent
d669600790
commit
82b2b640ee
@ -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",
|
||||
|
6
composer.lock
generated
6
composer.lock
generated
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user