ComposerUpdate

This commit is contained in:
Anyon 2020-06-07 17:28:44 +08:00
parent 49dabf2d1a
commit 6a34f6b72d
5 changed files with 11 additions and 13 deletions

View File

@ -18,7 +18,6 @@
"php": ">=7.1.0",
"ext-gd": "*",
"ext-xml": "*",
"ext-soap": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-iconv": "*",

11
composer.lock generated
View File

@ -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": "*",

View File

@ -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": {

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php
// This file is automatically generated at:2020-06-03 17:21:29
// This file is automatically generated at:2020-06-07 17:28:28
declare (strict_types = 1);
return array (
0 => 'think\\app\\Service',

View File

@ -71,7 +71,7 @@ abstract class Queue
* @param array $data
* @return mixed
*/
abstract public function execute(array $data = []);
abstract public function execute($data = []);
/**
* 设置任务的进度