chagne composer
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"easyswoole/spl": "^2.1",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"laravel/framework": "^10.10",
|
||||
"laravel/sanctum": "^3.3",
|
||||
|
||||
57
composer.lock
generated
57
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": "04667de44913e2c1bc4de60fd5fa0d04",
|
||||
"content-hash": "779c2c416d83ff65448d583b525c3691",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@ -434,6 +434,61 @@
|
||||
],
|
||||
"time": "2023-08-10T19:36:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "easyswoole/spl",
|
||||
"version": "2.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/easy-swoole/spl.git",
|
||||
"reference": "365679df769e48e5c6d2e073d214ade3d26dbe38"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/easy-swoole/spl/zipball/365679df769e48e5c6d2e073d214ade3d26dbe38",
|
||||
"reference": "365679df769e48e5c6d2e073d214ade3d26dbe38",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"ext-json": "*",
|
||||
"ext-simplexml": "*",
|
||||
"php": ">=8.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"easyswoole/phpunit": "^1.0",
|
||||
"easyswoole/swoole-ide-helper": "^1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"EasySwoole\\Spl\\": "src/",
|
||||
"EasySwoole\\Spl\\Test\\": "test/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "YF",
|
||||
"email": "291323003@qq.com"
|
||||
}
|
||||
],
|
||||
"description": "php stander lib",
|
||||
"homepage": "https://www.easyswoole.com/",
|
||||
"keywords": [
|
||||
"async",
|
||||
"easyswoole",
|
||||
"framework",
|
||||
"swoole"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/easy-swoole/spl/issues",
|
||||
"source": "https://github.com/easy-swoole/spl/tree/2.1.1"
|
||||
},
|
||||
"time": "2023-04-12T14:51:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
"version": "4.0.2",
|
||||
|
||||
Reference in New Issue
Block a user