This commit is contained in:
全栈小学生 2023-05-31 11:19:06 +08:00
parent 9967c90bb7
commit 93f7036599
3 changed files with 56 additions and 74 deletions

1
niucloud/.gitignore vendored
View File

@ -1,4 +1,5 @@
/.idea /.idea
/.vscode /.vscode
*.log *.log
/runtime
install.lock install.lock

View File

@ -21,40 +21,39 @@
], ],
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"topthink/framework": "^6.0.0", "topthink/framework": "v6.1.2",
"topthink/think-orm": "^2.0", "topthink/think-orm": "v2.0.61",
"topthink/think-multi-app": "^1.0", "topthink/think-multi-app": "v1.0.16",
"topthink/think-view": "^1.0", "topthink/think-view": "v1.0.14",
"topthink/think-captcha": "^3.0", "topthink/think-captcha": "v3.0.9",
"topthink/think-image": "^1.0", "topthink/think-image": "v1.0.7",
"topthink/think-queue": "^3.0", "topthink/think-queue": "v3.0.7",
"firebase/php-jwt": "^5.0", "firebase/php-jwt": "v5.5.1",
"overtrue/wechat": "~5.0", "overtrue/wechat": "v5.30.0",
"spatie/macroable": "^1.0", "spatie/macroable": "v1.0.1",
"dh2y/think-qrcode": "^2.0", "dh2y/think-qrcode": "v2.0",
"dragonmantank/cron-expression": "^3.3", "dragonmantank/cron-expression": "v3.3.1",
"phpoffice/phpspreadsheet": "^1.22", "phpoffice/phpspreadsheet": "v1.28.0",
"qiniu/php-sdk": "7.4", "qiniu/php-sdk": "v7.4.0",
"qcloud/cos-sdk-v5": "^2.5", "qcloud/cos-sdk-v5": "v2.6.2",
"aliyuncs/oss-sdk-php": "^2.4", "aliyuncs/oss-sdk-php": "v2.6.0",
"tencentcloud/tencentcloud-sdk-php": "^3.0", "tencentcloud/tencentcloud-sdk-php": "v3.0.885",
"alibabacloud/client": "^1.5", "alibabacloud/client": "v1.5.32",
"rmccue/requests": "^2.0", "rmccue/requests": "v2.0.5",
"ext-json": "*", "ext-json": "*",
"ext-curl": "*", "ext-curl": "*",
"ext-bcmath": "*", "ext-bcmath": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"yunwuxin/think-cron": "^3.0", "php-di/php-di": "v7.0.1",
"php-di/php-di": "^7.0",
"guzzlehttp/guzzle": "7.5", "guzzlehttp/guzzle": "7.5",
"yansongda/pay": "~3.2.14", "yansongda/pay": "v3.2.14",
"symfony/psr-http-message-bridge": "^2.1", "symfony/psr-http-message-bridge": "v2.2.0",
"fastknife/ajcaptcha": "^1.2" "fastknife/ajcaptcha": "v1.2.1",
"yzh52521/schedule": "^1.0"
}, },
"require-dev": { "require-dev": {
"symfony/var-dumper": "^4.2", "symfony/var-dumper": "v4.4.47",
"topthink/think-trace":"^1.0" "topthink/think-trace": "v1.6"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

74
niucloud/composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d782b0e5848e7012a2ec0114b9e793c5", "content-hash": "c28d105402847e957afdd94104f190aa",
"packages": [ "packages": [
{ {
"name": "adbario/php-dot-notation", "name": "adbario/php-dot-notation",
@ -911,16 +911,16 @@
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "1.5.2", "version": "1.5.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "b94b2807d85443f9719887892882d0329d1e2598" "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
"reference": "b94b2807d85443f9719887892882d0329d1e2598", "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -936,11 +936,6 @@
"symfony/phpunit-bridge": "^4.4 || ^5.1" "symfony/phpunit-bridge": "^4.4 || ^5.1"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"autoload": { "autoload": {
"files": [ "files": [
"src/functions_include.php" "src/functions_include.php"
@ -981,7 +976,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/promises/issues", "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": [ "funding": [
{ {
@ -997,7 +992,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-08-28T14:55:35+00:00" "time": "2023-05-21T12:31:43+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -5263,17 +5258,17 @@
"time": "2022-03-28T10:25:04+00:00" "time": "2022-03-28T10:25:04+00:00"
}, },
{ {
"name": "yunwuxin/think-cron", "name": "yzh52521/schedule",
"version": "v3.0.5", "version": "v1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/yunwuxin/think-cron.git", "url": "https://github.com/yzh52521/schedule.git",
"reference": "a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca" "reference": "4c8f537f0c08417e785f84b8b91bf16b083cb163"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/yunwuxin/think-cron/zipball/a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca", "url": "https://api.github.com/repos/yzh52521/schedule/zipball/4c8f537f0c08417e785f84b8b91bf16b083cb163",
"reference": "a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca", "reference": "4c8f537f0c08417e785f84b8b91bf16b083cb163",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -5283,46 +5278,33 @@
] ]
}, },
"require": { "require": {
"dragonmantank/cron-expression": "^3.0", "nesbot/carbon": "^2.0",
"nesbot/carbon": "^2.28", "php": ">=7.1"
"symfony/process": "^4.4|^5.0",
"topthink/framework": "^6.0"
},
"require-dev": {
"topthink/think-swoole": "^4.0"
}, },
"type": "library", "type": "library",
"extra": {
"think": {
"config": {
"cron": "src/config.php"
},
"services": [
"yunwuxin\\cron\\Service"
]
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"yunwuxin\\cron\\": "src/cron" "schedule\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"Apache-2.0" "MIT"
], ],
"authors": [ "description": "task schedule,schedule,thinkphp schedule,任务调度",
{ "keywords": [
"name": "yunwuxin", "schedule",
"email": "448901948@qq.com" "task schedule",
} "think-schedule",
"thinkphp",
"thinkphp5.1",
"thinkphp6"
], ],
"description": "计划任务",
"support": { "support": {
"issues": "https://github.com/yunwuxin/think-cron/issues", "issues": "https://github.com/yzh52521/schedule/issues",
"source": "https://github.com/yunwuxin/think-cron/tree/v3.0.5" "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": [ "packages-dev": [