增加 ext-json

This commit is contained in:
iVampireSP.com 2023-02-10 12:14:28 +08:00
parent 92aa25cea1
commit 7666c4f7a8
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 3 additions and 135 deletions

View File

@ -22,7 +22,6 @@
"genealabs/laravel-model-caching": "^0.12.5",
"guzzlehttp/guzzle": "^7.2",
"jenssegers/mongodb": "^3.9",
"joanhey/adapterman": "^0.5.5",
"laravel/framework": "^9.19",
"laravel/octane": "^1.3",
"laravel/sanctum": "^3.0",
@ -36,7 +35,8 @@
"spiral/roadrunner": "^2.8.2",
"symfony/psr-http-message-bridge": "^2.1",
"yansongda/laravel-pay": "~3.2.0",
"ext-redis": "*"
"ext-redis": "*",
"ext-json": "*"
},
"require-dev": {
"beyondcode/laravel-query-detector": "^1.6",

134
composer.lock generated
View File

@ -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": "89324a5dcaa5fd4f44f5abf73f9899a8",
"content-hash": "fae0384821c63c5940022bd17e0f9117",
"packages": [
{
"name": "aws/aws-crt-php",
@ -2116,69 +2116,6 @@
],
"time": "2023-01-16T20:14:17+00:00"
},
{
"name": "joanhey/adapterman",
"version": "0.5.5",
"source": {
"type": "git",
"url": "https://github.com/joanhey/AdapterMan.git",
"reference": "ada51bcc0cc7f8fc38e51f6e19ec1cca99f2092c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joanhey/AdapterMan/zipball/ada51bcc0cc7f8fc38e51f6e19ec1cca99f2092c",
"reference": "ada51bcc0cc7f8fc38e51f6e19ec1cca99f2092c",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": "^8",
"workerman/workerman": "^3.5"
},
"suggest": {
"ext-event": "For better performance. "
},
"type": "library",
"autoload": {
"psr-4": {
"Adapterman\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joanhey",
"email": "joanhey@kumbiaphp.com",
"homepage": "https://kumbiaphp.com",
"role": "Developer"
}
],
"description": "Use any framework and application with Workerman.",
"keywords": [
"event",
"php",
"workerman"
],
"support": {
"issues": "https://github.com/joanhey/adapterman/issues",
"source": "https://github.com/joanhey/adapterman"
},
"funding": [
{
"url": "https://github.com/joanhey",
"type": "github"
}
],
"time": "2022-12-23T02:12:55+00:00"
},
{
"name": "laminas/laminas-diactoros",
"version": "2.24.0",
@ -9043,75 +8980,6 @@
},
"time": "2022-06-03T18:03:27+00:00"
},
{
"name": "workerman/workerman",
"version": "v3.5.34",
"source": {
"type": "git",
"url": "https://github.com/walkor/workerman.git",
"reference": "fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/workerman/zipball/fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a",
"reference": "fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3"
},
"suggest": {
"ext-event": "For better performance. "
},
"type": "library",
"autoload": {
"psr-4": {
"Workerman\\": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
"homepage": "http://www.workerman.net",
"keywords": [
"asynchronous",
"event-loop"
],
"support": {
"email": "walkor@workerman.net",
"forum": "http://wenda.workerman.net/",
"issues": "https://github.com/walkor/workerman/issues",
"source": "https://github.com/walkor/workerman",
"wiki": "http://doc.workerman.net/"
},
"funding": [
{
"url": "https://opencollective.com/workerman",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/walkor",
"type": "patreon"
}
],
"time": "2022-12-16T02:47:08+00:00"
},
{
"name": "yansongda/laravel-pay",
"version": "v3.2.1",