From fce88ee803939c170a1b2251384592a779e87f86 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 2 Dec 2019 14:15:55 +0800 Subject: [PATCH] ComposerUpdate --- vendor/composer/installed.json | 8 ++++---- vendor/zoujingli/think-library/LICENSE | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 vendor/zoujingli/think-library/LICENSE diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 672f69993..29976a59c 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -401,12 +401,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "f949f1314090d6f4ac5590fcc3a7c50168fd2dd5" + "reference": "b1a3c4812b2a8f069744afd7423d278c0c2b0462" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f949f1314090d6f4ac5590fcc3a7c50168fd2dd5", - "reference": "f949f1314090d6f4ac5590fcc3a7c50168fd2dd5", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b1a3c4812b2a8f069744afd7423d278c0c2b0462", + "reference": "b1a3c4812b2a8f069744afd7423d278c0c2b0462", "shasum": "", "mirrors": [ { @@ -426,7 +426,7 @@ "qiniu/php-sdk": "^7.2", "topthink/framework": "5.1.*" }, - "time": "2019-12-02T03:46:41+00:00", + "time": "2019-12-02T06:12:32+00:00", "type": "library", "installation-source": "dist", "autoload": { diff --git a/vendor/zoujingli/think-library/LICENSE b/vendor/zoujingli/think-library/LICENSE new file mode 100644 index 000000000..e19cbbdf9 --- /dev/null +++ b/vendor/zoujingli/think-library/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 邹景立 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.