Update league-flysystem to latest version

This commit is contained in:
DariusIII
2017-08-07 09:25:17 +02:00
parent 968135fec6
commit a5dad79d58
2 changed files with 9 additions and 7 deletions
+2
View File
@@ -1,3 +1,5 @@
2017-08-07 DariusIII
* Chg: Update league-flysystem to latest version
2017-08-06 DariusIII
* Fix: Inability to login, register or retrieve forgotten password
2017-08-05 DariusIII
Generated
+7 -7
View File
@@ -2743,16 +2743,16 @@
},
{
"name": "league/flysystem",
"version": "1.0.40",
"version": "1.0.41",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61"
"reference": "f400aa98912c561ba625ea4065031b7a41e5a155"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3828f0b24e2c1918bb362d57a53205d6dc8fde61",
"reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155",
"reference": "f400aa98912c561ba625ea4065031b7a41e5a155",
"shasum": ""
},
"require": {
@@ -2773,13 +2773,13 @@
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-copy": "Allows you to use Copy.com storage",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"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"
},
"type": "library",
"extra": {
@@ -2822,7 +2822,7 @@
"sftp",
"storage"
],
"time": "2017-04-28T10:15:08+00:00"
"time": "2017-08-06T17:41:04+00:00"
},
{
"name": "monolog/monolog",