From 6c471906d0e7362d1f2bddc87ae692e48f2e439c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E6=A0=88=E5=B0=8F=E5=AD=A6=E7=94=9F?= <1518079521@qq.com> Date: Sat, 17 Aug 2024 09:40:40 +0800 Subject: [PATCH] update --- niucloud/composer.json | 3 ++- niucloud/composer.lock | 52 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 53 insertions(+), 2 deletions(-) diff --git a/niucloud/composer.json b/niucloud/composer.json index 84f5d32f6..087bcb5bf 100644 --- a/niucloud/composer.json +++ b/niucloud/composer.json @@ -59,7 +59,8 @@ "workerman/redis-queue": "v1.2.0", "workerman/crontab": "v1.0.6", "hyperf/pimple": "~2.2.0", - "365taofang/huaweicloud-sdk-php-obs": "^3.23" + "365taofang/huaweicloud-sdk-php-obs": "^3.23", + "kkokk/poster": "^2.3" }, "require-dev": { "symfony/var-dumper": "v6.0.19", diff --git a/niucloud/composer.lock b/niucloud/composer.lock index 324dd5e00..caec6fafa 100644 --- a/niucloud/composer.lock +++ b/niucloud/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": "58d9753b0d3af0e968c66bbe65ae92ed", + "content-hash": "7ce02f7b56e5f1a75c34705be3a3c1f2", "packages": [ { "name": "365taofang/huaweicloud-sdk-php-obs", @@ -1617,6 +1617,56 @@ ], "time": "2022-05-21T17:30:32+00:00" }, + { + "name": "kkokk/poster", + "version": "v2.3.2", + "source": { + "type": "git", + "url": "https://github.com/kkokk/poster.git", + "reference": "6fa26bb225d0d7bcd654c93d342abf5284803203" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kkokk/poster/zipball/6fa26bb225d0d7bcd654c93d342abf5284803203", + "reference": "6fa26bb225d0d7bcd654c93d342abf5284803203", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "ext-gd": "*", + "ext-iconv": "*", + "ext-json": "*", + "ext-mbstring": "*", + "php": ">=5.6.0" + }, + "type": "project", + "autoload": { + "psr-4": { + "Kkokk\\Poster\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "lang", + "email": "732853989@qq.com" + } + ], + "description": "PHP生成海报", + "support": { + "issues": "https://github.com/kkokk/poster/issues", + "source": "https://github.com/kkokk/poster/tree/v2.3.2" + }, + "time": "2024-04-02T09:33:45+00:00" + }, { "name": "kosinix/grafika", "version": "dev-master",