diff --git a/niucloud/.gitignore b/niucloud/.gitignore index 5269144f1..5c6f5b639 100644 --- a/niucloud/.gitignore +++ b/niucloud/.gitignore @@ -1,4 +1,5 @@ /.idea /.vscode *.log +/runtime install.lock \ No newline at end of file diff --git a/niucloud/composer.json b/niucloud/composer.json index 7bace5eb8..826f68d2b 100644 --- a/niucloud/composer.json +++ b/niucloud/composer.json @@ -17,44 +17,43 @@ { "name": "yunwuxin", "email": "448901948@qq.com" - } + } ], "require": { "php": ">=7.2.5", - "topthink/framework": "^6.0.0", - "topthink/think-orm": "^2.0", - "topthink/think-multi-app": "^1.0", - "topthink/think-view": "^1.0", - "topthink/think-captcha": "^3.0", - "topthink/think-image": "^1.0", - "topthink/think-queue": "^3.0", - "firebase/php-jwt": "^5.0", - "overtrue/wechat": "~5.0", - "spatie/macroable": "^1.0", - "dh2y/think-qrcode": "^2.0", - "dragonmantank/cron-expression": "^3.3", - "phpoffice/phpspreadsheet": "^1.22", - "qiniu/php-sdk": "7.4", - "qcloud/cos-sdk-v5": "^2.5", - "aliyuncs/oss-sdk-php": "^2.4", - "tencentcloud/tencentcloud-sdk-php": "^3.0", - "alibabacloud/client": "^1.5", - "rmccue/requests": "^2.0", + "topthink/framework": "v6.1.2", + "topthink/think-orm": "v2.0.61", + "topthink/think-multi-app": "v1.0.16", + "topthink/think-view": "v1.0.14", + "topthink/think-captcha": "v3.0.9", + "topthink/think-image": "v1.0.7", + "topthink/think-queue": "v3.0.7", + "firebase/php-jwt": "v5.5.1", + "overtrue/wechat": "v5.30.0", + "spatie/macroable": "v1.0.1", + "dh2y/think-qrcode": "v2.0", + "dragonmantank/cron-expression": "v3.3.1", + "phpoffice/phpspreadsheet": "v1.28.0", + "qiniu/php-sdk": "v7.4.0", + "qcloud/cos-sdk-v5": "v2.6.2", + "aliyuncs/oss-sdk-php": "v2.6.0", + "tencentcloud/tencentcloud-sdk-php": "v3.0.885", + "alibabacloud/client": "v1.5.32", + "rmccue/requests": "v2.0.5", "ext-json": "*", "ext-curl": "*", "ext-bcmath": "*", "ext-mbstring": "*", - "yunwuxin/think-cron": "^3.0", - "php-di/php-di": "^7.0", + "php-di/php-di": "v7.0.1", "guzzlehttp/guzzle": "7.5", - "yansongda/pay": "~3.2.14", - "symfony/psr-http-message-bridge": "^2.1", - "fastknife/ajcaptcha": "^1.2" - + "yansongda/pay": "v3.2.14", + "symfony/psr-http-message-bridge": "v2.2.0", + "fastknife/ajcaptcha": "v1.2.1", + "yzh52521/schedule": "^1.0" }, "require-dev": { - "symfony/var-dumper": "^4.2", - "topthink/think-trace":"^1.0" + "symfony/var-dumper": "v4.4.47", + "topthink/think-trace": "v1.6" }, "autoload": { "psr-4": { diff --git a/niucloud/composer.lock b/niucloud/composer.lock index 990e2084b..d8ca58f4e 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": "d782b0e5848e7012a2ec0114b9e793c5", + "content-hash": "c28d105402847e957afdd94104f190aa", "packages": [ { "name": "adbario/php-dot-notation", @@ -911,16 +911,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", "shasum": "", "mirrors": [ { @@ -936,11 +936,6 @@ "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -981,7 +976,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/1.5.3" }, "funding": [ { @@ -997,7 +992,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-05-21T12:31:43+00:00" }, { "name": "guzzlehttp/psr7", @@ -5263,17 +5258,17 @@ "time": "2022-03-28T10:25:04+00:00" }, { - "name": "yunwuxin/think-cron", - "version": "v3.0.5", + "name": "yzh52521/schedule", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/yunwuxin/think-cron.git", - "reference": "a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca" + "url": "https://github.com/yzh52521/schedule.git", + "reference": "4c8f537f0c08417e785f84b8b91bf16b083cb163" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yunwuxin/think-cron/zipball/a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca", - "reference": "a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca", + "url": "https://api.github.com/repos/yzh52521/schedule/zipball/4c8f537f0c08417e785f84b8b91bf16b083cb163", + "reference": "4c8f537f0c08417e785f84b8b91bf16b083cb163", "shasum": "", "mirrors": [ { @@ -5283,46 +5278,33 @@ ] }, "require": { - "dragonmantank/cron-expression": "^3.0", - "nesbot/carbon": "^2.28", - "symfony/process": "^4.4|^5.0", - "topthink/framework": "^6.0" - }, - "require-dev": { - "topthink/think-swoole": "^4.0" + "nesbot/carbon": "^2.0", + "php": ">=7.1" }, "type": "library", - "extra": { - "think": { - "config": { - "cron": "src/config.php" - }, - "services": [ - "yunwuxin\\cron\\Service" - ] - } - }, "autoload": { "psr-4": { - "yunwuxin\\cron\\": "src/cron" + "schedule\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], - "authors": [ - { - "name": "yunwuxin", - "email": "448901948@qq.com" - } + "description": "task schedule,schedule,thinkphp schedule,任务调度", + "keywords": [ + "schedule", + "task schedule", + "think-schedule", + "thinkphp", + "thinkphp5.1", + "thinkphp6" ], - "description": "计划任务", "support": { - "issues": "https://github.com/yunwuxin/think-cron/issues", - "source": "https://github.com/yunwuxin/think-cron/tree/v3.0.5" + "issues": "https://github.com/yzh52521/schedule/issues", + "source": "https://github.com/yzh52521/schedule/tree/v1.0.0" }, - "time": "2021-12-22T09:25:54+00:00" + "time": "2020-07-02T01:34:32+00:00" } ], "packages-dev": [