diff --git a/composer.json b/composer.json index a1f3d1b..c968ce9 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "ext-json": "*", "guzzlehttp/guzzle": "^6.5.2", "knplabs/github-api": "^2.2.0", - "league/flysystem": "^1.0.63", + "league/flysystem": "^1.0.67", "php-http/guzzle6-adapter": "^1.1.1", "phpdocumentor/reflection-docblock": "^4.3.4", "symfony/cache": "^4.4.2", diff --git a/composer.lock b/composer.lock index 653dc19..6401b93 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cc701abd0681c893b9ffa20ff041fe3a", + "content-hash": "76aee596db29d687054a9d9285b14aeb", "packages": [ { "name": "clue/stream-filter", @@ -314,16 +314,16 @@ }, { "name": "league/flysystem", - "version": "1.0.63", + "version": "1.0.67", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6" + "reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8132daec326565036bc8e8d1876f77ec183a7bd6", - "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5b1f36c75c4bdde981294c2a0ebdb437ee6f275e", + "reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e", "shasum": "" }, "require": { @@ -335,7 +335,7 @@ }, "require-dev": { "phpspec/phpspec": "^3.4", - "phpunit/phpunit": "^5.7.10" + "phpunit/phpunit": "^5.7.26" }, "suggest": { "ext-fileinfo": "Required for MimeType", @@ -394,7 +394,7 @@ "sftp", "storage" ], - "time": "2020-01-04T16:30:31+00:00" + "time": "2020-04-16T13:21:26+00:00" }, { "name": "php-http/cache-plugin",