From 1c555934d14bc6906cfb79b2e6a2d28105058cb1 Mon Sep 17 00:00:00 2001 From: cano Date: Sun, 3 Mar 2024 09:39:48 +0800 Subject: [PATCH] chagne composer --- composer.json | 1 + composer.lock | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8471ab5..be9be3e 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 24a0464..695d203 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": "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",