From 6a34f6b72dc146a3e271a018ce76c5aa52916387 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sun, 7 Jun 2020 17:28:44 +0800 Subject: [PATCH] ComposerUpdate --- composer.json | 1 - composer.lock | 11 +++++------ vendor/composer/installed.json | 8 ++++---- vendor/services.php | 2 +- vendor/zoujingli/think-library/src/Queue.php | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 7a87ba461..9a7345c8e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ "php": ">=7.1.0", "ext-gd": "*", "ext-xml": "*", - "ext-soap": "*", "ext-json": "*", "ext-curl": "*", "ext-iconv": "*", diff --git a/composer.lock b/composer.lock index 4d669437b..412fb3f9a 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": "ca7a0ef3ca75a7287eb4c5ecf7e156f3", + "content-hash": "06e0d937a455706ec9c4ca9a8315962b", "packages": [ { "name": "endroid/qr-code", @@ -929,12 +929,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "5e65a7f3312d1693f4f369de455b39641a140b00" + "reference": "c05ab96c1387fcd7e46757ea8b9fa96b354d18e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/5e65a7f3312d1693f4f369de455b39641a140b00", - "reference": "5e65a7f3312d1693f4f369de455b39641a140b00", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/c05ab96c1387fcd7e46757ea8b9fa96b354d18e5", + "reference": "c05ab96c1387fcd7e46757ea8b9fa96b354d18e5", "shasum": "", "mirrors": [ { @@ -978,7 +978,7 @@ ], "description": "ThinkPHP v6.0 Development Library", "homepage": "http://framework.thinkadmin.top", - "time": "2020-05-29T03:43:48+00:00" + "time": "2020-06-05T10:04:22+00:00" }, { "name": "zoujingli/wechat-developer", @@ -1059,7 +1059,6 @@ "php": ">=7.1.0", "ext-gd": "*", "ext-xml": "*", - "ext-soap": "*", "ext-json": "*", "ext-curl": "*", "ext-iconv": "*", diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 2993c9173..624534837 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -955,12 +955,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "5e65a7f3312d1693f4f369de455b39641a140b00" + "reference": "c05ab96c1387fcd7e46757ea8b9fa96b354d18e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/5e65a7f3312d1693f4f369de455b39641a140b00", - "reference": "5e65a7f3312d1693f4f369de455b39641a140b00", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/c05ab96c1387fcd7e46757ea8b9fa96b354d18e5", + "reference": "c05ab96c1387fcd7e46757ea8b9fa96b354d18e5", "shasum": "", "mirrors": [ { @@ -976,7 +976,7 @@ "ext-json": "*", "topthink/framework": "^6.0" }, - "time": "2020-05-29T03:43:48+00:00", + "time": "2020-06-05T10:04:22+00:00", "type": "library", "extra": { "think": { diff --git a/vendor/services.php b/vendor/services.php index 4c3d79e00..49d356114 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/src/Queue.php b/vendor/zoujingli/think-library/src/Queue.php index 6449c340d..535950317 100644 --- a/vendor/zoujingli/think-library/src/Queue.php +++ b/vendor/zoujingli/think-library/src/Queue.php @@ -71,7 +71,7 @@ abstract class Queue * @param array $data * @return mixed */ - abstract public function execute(array $data = []); + abstract public function execute($data = []); /** * 设置任务的进度