ComposerUpdate

This commit is contained in:
Anyon 2020-05-13 09:41:32 +08:00
parent f4a5125b8e
commit 2d2d665370
4 changed files with 25 additions and 12 deletions

16
composer.lock generated
View File

@ -74,16 +74,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.67", "version": "1.0.68",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e" "reference": "3e4198372276ec99ac3409a21d7c9d1ced9026e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5b1f36c75c4bdde981294c2a0ebdb437ee6f275e", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3e4198372276ec99ac3409a21d7c9d1ced9026e4",
"reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e", "reference": "3e4198372276ec99ac3409a21d7c9d1ced9026e4",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -160,7 +160,13 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2020-04-16T13:21:26+00:00" "funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
"time": "2020-05-12T20:33:44+00:00"
}, },
{ {
"name": "league/flysystem-cached-adapter", "name": "league/flysystem-cached-adapter",

View File

@ -69,17 +69,17 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.67", "version": "1.0.68",
"version_normalized": "1.0.67.0", "version_normalized": "1.0.68.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e" "reference": "3e4198372276ec99ac3409a21d7c9d1ced9026e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5b1f36c75c4bdde981294c2a0ebdb437ee6f275e", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3e4198372276ec99ac3409a21d7c9d1ced9026e4",
"reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e", "reference": "3e4198372276ec99ac3409a21d7c9d1ced9026e4",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -115,7 +115,7 @@
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
}, },
"time": "2020-04-16T13:21:26+00:00", "time": "2020-05-12T20:33:44+00:00",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -157,6 +157,12 @@
"s3", "s3",
"sftp", "sftp",
"storage" "storage"
],
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
] ]
}, },
{ {

View File

@ -188,6 +188,7 @@ class MimeType
'odb' => 'application/vnd.oasis.opendocument.database', 'odb' => 'application/vnd.oasis.opendocument.database',
'ott' => 'application/vnd.oasis.opendocument.text-template', 'ott' => 'application/vnd.oasis.opendocument.text-template',
'webp' => 'image/webp', 'webp' => 'image/webp',
'ico' => 'image/x-icon',
]; ];
/** /**

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php <?php
// This file is automatically generated at:2020-05-12 17:26:06 // This file is automatically generated at:2020-05-13 09:41:06
declare (strict_types = 1); declare (strict_types = 1);
return array ( return array (
0 => 'think\\app\\Service', 0 => 'think\\app\\Service',