From 02bb393f6eab319a5cb1046824ebe571cd6f8970 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 22 Apr 2020 11:37:28 +0800 Subject: [PATCH] ComposerUpdate --- composer.lock | 11 +++++------ vendor/composer/autoload_real.php | 3 --- vendor/composer/installed.json | 8 ++++---- vendor/services.php | 2 +- vendor/zoujingli/think-library/src/Library.php | 2 +- 5 files changed, 11 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index 3ff702d59..d6b47d93b 100644 --- a/composer.lock +++ b/composer.lock @@ -909,12 +909,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "67b615feffa7a765d153536f646314c64a15dda0" + "reference": "f4cb0f3958f9b6b5b460a0ecf123db7ba180279a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/67b615feffa7a765d153536f646314c64a15dda0", - "reference": "67b615feffa7a765d153536f646314c64a15dda0", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f4cb0f3958f9b6b5b460a0ecf123db7ba180279a", + "reference": "f4cb0f3958f9b6b5b460a0ecf123db7ba180279a", "shasum": "", "mirrors": [ { @@ -958,7 +958,7 @@ ], "description": "ThinkPHP v6.0 Development Library", "homepage": "http://framework.thinkadmin.top", - "time": "2020-04-21T03:57:20+00:00" + "time": "2020-04-22T03:34:30+00:00" }, { "name": "zoujingli/wechat-developer", @@ -1044,6 +1044,5 @@ "ext-openssl": "*", "ext-mbstring": "*" }, - "platform-dev": [], - "plugin-api-version": "1.1.0" + "platform-dev": [] } diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 3b092ad25..428e98d05 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -13,9 +13,6 @@ class ComposerAutoloaderInit4ceee63a2cdf20349907f5909444af96 } } - /** - * @return \Composer\Autoload\ClassLoader - */ public static function getLoader() { if (null !== self::$loader) { diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index e814351c2..b6bb4061f 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -935,12 +935,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "67b615feffa7a765d153536f646314c64a15dda0" + "reference": "f4cb0f3958f9b6b5b460a0ecf123db7ba180279a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/67b615feffa7a765d153536f646314c64a15dda0", - "reference": "67b615feffa7a765d153536f646314c64a15dda0", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f4cb0f3958f9b6b5b460a0ecf123db7ba180279a", + "reference": "f4cb0f3958f9b6b5b460a0ecf123db7ba180279a", "shasum": "", "mirrors": [ { @@ -956,7 +956,7 @@ "ext-json": "*", "topthink/framework": "^6.0" }, - "time": "2020-04-21T03:57:20+00:00", + "time": "2020-04-22T03:34:30+00:00", "type": "library", "extra": { "think": { diff --git a/vendor/services.php b/vendor/services.php index e2ea0a944..74848e96d 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/src/Library.php b/vendor/zoujingli/think-library/src/Library.php index aec0f9c93..e83ec4927 100644 --- a/vendor/zoujingli/think-library/src/Library.php +++ b/vendor/zoujingli/think-library/src/Library.php @@ -66,7 +66,7 @@ class Library extends Service } elseif (AdminService::instance()->isLogin()) { return json(['code' => 0, 'msg' => lang('think_library_not_auth')])->header($header); } else { - return json(['code' => 0, 'msg' => lang('think_library_not_login'), 'url' => sysuri('admin/login/index')->build()])->header($header); + return json(['code' => 0, 'msg' => lang('think_library_not_login'), 'url' => sysuri('admin/login/index')])->header($header); } }, 'route'); }