文件管理,接入验证码

This commit is contained in:
augushong
2019-08-24 13:42:57 +08:00
parent 3968213bb4
commit b9f4379bc4
15 changed files with 387 additions and 26 deletions

80
composer.lock generated
View File

@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2677b38b2ee3ca9b6481d8996041554b",
"content-hash": "0ce3c4389679ec95fb18c7578e5a0eca",
"packages": [
{
"name": "league/flysystem",
"version": "1.0.53",
"version": "1.0.54",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "08e12b7628f035600634a5e76d95b5eb66cea674"
"reference": "c681ed22508947a941f113d6cf51bdcf4b84faf9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/08e12b7628f035600634a5e76d95b5eb66cea674",
"reference": "08e12b7628f035600634a5e76d95b5eb66cea674",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c681ed22508947a941f113d6cf51bdcf4b84faf9",
"reference": "c681ed22508947a941f113d6cf51bdcf4b84faf9",
"shasum": "",
"mirrors": [
{
@@ -94,7 +94,7 @@
"sftp",
"storage"
],
"time": "2019-06-18T20:09:29+00:00"
"time": "2019-08-23T21:50:05+00:00"
},
{
"name": "league/flysystem-cached-adapter",
@@ -436,12 +436,12 @@
"source": {
"type": "git",
"url": "https://github.com/top-think/framework.git",
"reference": "caf09dd37b56208c15a8ca251c675ec44f815ba8"
"reference": "dbdaa91044bccbdeed564fbd672fd0ba24a3aadd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/top-think/framework/zipball/caf09dd37b56208c15a8ca251c675ec44f815ba8",
"reference": "caf09dd37b56208c15a8ca251c675ec44f815ba8",
"url": "https://api.github.com/repos/top-think/framework/zipball/dbdaa91044bccbdeed564fbd672fd0ba24a3aadd",
"reference": "dbdaa91044bccbdeed564fbd672fd0ba24a3aadd",
"shasum": "",
"mirrors": [
{
@@ -496,7 +496,59 @@
"orm",
"thinkphp"
],
"time": "2019-08-16T08:25:42+00:00"
"time": "2019-08-23T13:10:19+00:00"
},
{
"name": "topthink/think-captcha",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/top-think/think-captcha.git",
"reference": "9fc0c627d773f6a54a8dd142ebf358f746557a48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/top-think/think-captcha/zipball/9fc0c627d773f6a54a8dd142ebf358f746557a48",
"reference": "9fc0c627d773f6a54a8dd142ebf358f746557a48",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"topthink/framework": "^6.0.0"
},
"type": "library",
"extra": {
"think": {
"services": [
"think\\captcha\\CaptchaService"
]
}
},
"autoload": {
"psr-4": {
"think\\captcha\\": "src/"
},
"files": [
"src/helper.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"description": "captcha package for thinkphp",
"time": "2019-06-06T07:16:01+00:00"
},
{
"name": "topthink/think-helper",
@@ -605,12 +657,12 @@
"source": {
"type": "git",
"url": "https://github.com/top-think/think-orm.git",
"reference": "6d8846be82c1a4cd09763f6b973355accb7f799b"
"reference": "e8987c69c7cd9b4bd8358edf58004f94abc736d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/top-think/think-orm/zipball/6d8846be82c1a4cd09763f6b973355accb7f799b",
"reference": "6d8846be82c1a4cd09763f6b973355accb7f799b",
"url": "https://api.github.com/repos/top-think/think-orm/zipball/e8987c69c7cd9b4bd8358edf58004f94abc736d3",
"reference": "e8987c69c7cd9b4bd8358edf58004f94abc736d3",
"shasum": "",
"mirrors": [
{
@@ -647,7 +699,7 @@
"database",
"orm"
],
"time": "2019-08-15T13:53:39+00:00"
"time": "2019-08-23T13:16:17+00:00"
},
{
"name": "topthink/think-template",