From 5f7405719bcfd2989b7128c7e9fe3234a7a45d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 04:29:54 +0000 Subject: [PATCH] Bump league/flysystem from 1.0.3 to 1.1.4 in /2015/2015_04/Codeception Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.0.3 to 1.1.4. - [Release notes](https://github.com/thephpleague/flysystem/releases) - [Changelog](https://github.com/thephpleague/flysystem/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/thephpleague/flysystem/compare/1.0.3...1.1.4) --- updated-dependencies: - dependency-name: league/flysystem dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 2015/2015_04/Codeception/composer.lock | 194 +++++++++++++++++-------- 1 file changed, 131 insertions(+), 63 deletions(-) diff --git a/2015/2015_04/Codeception/composer.lock b/2015/2015_04/Codeception/composer.lock index 7555912..c24e9fd 100644 --- a/2015/2015_04/Codeception/composer.lock +++ b/2015/2015_04/Codeception/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "effb91a9970c112220c4b41a43d068ea", + "content-hash": "4793dbe509eb20fd13eef770b61f501a", "packages": [ { "name": "danielstjules/stringy", @@ -60,7 +60,7 @@ "utility", "utils" ], - "time": "2015-02-10 06:19:18" + "time": "2015-02-10T06:19:18+00:00" }, { "name": "doctrine/inflector", @@ -127,7 +127,7 @@ "singularize", "string" ], - "time": "2014-12-20 21:24:13" + "time": "2014-12-20T21:24:13+00:00" }, { "name": "illuminate/console", @@ -178,7 +178,7 @@ ], "description": "The Illuminate Console package.", "homepage": "http://laravel.com", - "time": "2015-03-26 18:56:54" + "time": "2015-03-26T18:56:54+00:00" }, { "name": "illuminate/container", @@ -221,7 +221,7 @@ ], "description": "The Illuminate Container package.", "homepage": "http://laravel.com", - "time": "2015-03-25 17:06:14" + "time": "2015-03-25T17:06:14+00:00" }, { "name": "illuminate/contracts", @@ -262,7 +262,7 @@ } ], "description": "The Illuminate Contracts package.", - "time": "2015-01-30 16:27:08" + "time": "2015-01-30T16:27:08+00:00" }, { "name": "illuminate/database", @@ -320,7 +320,7 @@ "orm", "sql" ], - "time": "2015-03-27 13:53:15" + "time": "2015-03-27T13:53:15+00:00" }, { "name": "illuminate/events", @@ -365,7 +365,7 @@ ], "description": "The Illuminate Events package.", "homepage": "http://laravel.com", - "time": "2015-03-26 16:16:33" + "time": "2015-03-26T16:16:33+00:00" }, { "name": "illuminate/filesystem", @@ -415,7 +415,7 @@ ], "description": "The Illuminate Filesystem package.", "homepage": "http://laravel.com", - "time": "2015-03-26 10:19:03" + "time": "2015-03-26T10:19:03+00:00" }, { "name": "illuminate/support", @@ -467,49 +467,48 @@ ], "description": "The Illuminate Support package.", "homepage": "http://laravel.com", - "time": "2015-03-27 14:49:11" + "time": "2015-03-27T14:49:11+00:00" }, { "name": "league/flysystem", - "version": "1.0.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "3c2400a99ccc3be6884d40361890010449c6b447" + "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3c2400a99ccc3be6884d40361890010449c6b447", - "reference": "3c2400a99ccc3be6884d40361890010449c6b447", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32", + "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32", "shasum": "" }, "require": { - "php": ">=5.4.0" + "ext-fileinfo": "*", + "league/mime-type-detection": "^1.3", + "php": "^7.2.5 || ^8.0" + }, + "conflict": { + "league/flysystem-sftp": "<1.0.6" }, "require-dev": { - "ext-fileinfo": "*", - "league/phpunit-coverage-listener": "~1.1", - "mockery/mockery": "~0.9", - "phpspec/phpspec": "~2.0", - "phpspec/prophecy-phpunit": "~1.0", - "phpunit/phpunit": "~4.1", - "predis/predis": "~1.0", - "tedivm/stash": "~0.12.0" + "phpspec/prophecy": "^1.11.1", + "phpunit/phpunit": "^8.5.8" }, "suggest": { - "ext-fileinfo": "Required for MimeType", + "ext-ftp": "Allows you to use FTP server storage", + "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "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-dropbox": "Allows you to use Dropbox 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", - "predis/predis": "Allows you to use Predis for caching" + "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": { @@ -532,10 +531,11 @@ "email": "info@frenky.net" } ], - "description": "Many filesystems, one API.", + "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", + "abstraction", "aws", "cloud", "copy.com", @@ -543,6 +543,7 @@ "file systems", "files", "filesystem", + "filesystems", "ftp", "rackspace", "remote", @@ -550,7 +551,73 @@ "sftp", "storage" ], - "time": "2015-03-29 14:01:43" + "support": { + "issues": "https://github.com/thephpleague/flysystem/issues", + "source": "https://github.com/thephpleague/flysystem/tree/1.1.4" + }, + "funding": [ + { + "url": "https://offset.earth/frankdejonge", + "type": "other" + } + ], + "time": "2021-06-23T21:56:05+00:00" + }, + { + "name": "league/mime-type-detection", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/mime-type-detection.git", + "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", + "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.18", + "phpstan/phpstan": "^0.12.68", + "phpunit/phpunit": "^8.5.8 || ^9.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\MimeTypeDetection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Mime-type detection for Flysystem", + "support": { + "issues": "https://github.com/thephpleague/mime-type-detection/issues", + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0" + }, + "funding": [ + { + "url": "https://github.com/frankdejonge", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/flysystem", + "type": "tidelift" + } + ], + "time": "2021-01-18T20:58:21+00:00" }, { "name": "nesbot/carbon", @@ -597,7 +664,7 @@ "datetime", "time" ], - "time": "2015-03-26 03:05:57" + "time": "2015-03-26T03:05:57+00:00" }, { "name": "symfony/console", @@ -655,7 +722,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/finder", @@ -705,7 +772,7 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" }, { "name": "symfony/translation", @@ -764,7 +831,7 @@ ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", - "time": "2015-03-14 11:42:25" + "time": "2015-03-14T11:42:25+00:00" } ], "packages-dev": [ @@ -846,7 +913,7 @@ "functional testing", "unit testing" ], - "time": "2015-03-31 01:07:08" + "time": "2015-03-31T01:07:08+00:00" }, { "name": "doctrine/instantiator", @@ -900,7 +967,7 @@ "constructor", "instantiate" ], - "time": "2014-10-13 12:58:55" + "time": "2014-10-13T12:58:55+00:00" }, { "name": "facebook/webdriver", @@ -941,7 +1008,7 @@ "selenium", "webdriver" ], - "time": "2014-11-05 20:53:09" + "time": "2014-11-05T20:53:09+00:00" }, { "name": "guzzlehttp/guzzle", @@ -999,7 +1066,7 @@ "rest", "web service" ], - "time": "2015-01-28 01:03:29" + "time": "2015-01-28T01:03:29+00:00" }, { "name": "guzzlehttp/ringphp", @@ -1050,7 +1117,7 @@ } ], "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", - "time": "2015-03-30 01:43:20" + "time": "2015-03-30T01:43:20+00:00" }, { "name": "guzzlehttp/streams", @@ -1100,7 +1167,7 @@ "Guzzle", "stream" ], - "time": "2014-10-12 19:18:40" + "time": "2014-10-12T19:18:40+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -1149,7 +1216,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03 12:10:50" + "time": "2015-02-03T12:10:50+00:00" }, { "name": "phpspec/prophecy", @@ -1209,7 +1276,7 @@ "spy", "stub" ], - "time": "2015-03-27 19:31:25" + "time": "2015-03-27T19:31:25+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1271,7 +1338,7 @@ "testing", "xunit" ], - "time": "2015-01-24 10:06:35" + "time": "2015-01-24T10:06:35+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1316,7 +1383,7 @@ "filesystem", "iterator" ], - "time": "2013-10-10 15:34:57" + "time": "2013-10-10T15:34:57+00:00" }, { "name": "phpunit/php-text-template", @@ -1360,7 +1427,7 @@ "keywords": [ "template" ], - "time": "2014-01-30 17:20:04" + "time": "2014-01-30T17:20:04+00:00" }, { "name": "phpunit/php-timer", @@ -1404,7 +1471,7 @@ "keywords": [ "timer" ], - "time": "2013-08-02 07:42:54" + "time": "2013-08-02T07:42:54+00:00" }, { "name": "phpunit/php-token-stream", @@ -1453,7 +1520,7 @@ "keywords": [ "tokenizer" ], - "time": "2015-01-17 09:51:32" + "time": "2015-01-17T09:51:32+00:00" }, { "name": "phpunit/phpunit", @@ -1525,7 +1592,7 @@ "testing", "xunit" ], - "time": "2015-03-29 09:24:05" + "time": "2015-03-29T09:24:05+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -1580,7 +1647,7 @@ "mock", "xunit" ], - "time": "2014-10-03 05:12:11" + "time": "2014-10-03T05:12:11+00:00" }, { "name": "react/promise", @@ -1624,7 +1691,7 @@ } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "time": "2014-12-30 13:32:42" + "time": "2014-12-30T13:32:42+00:00" }, { "name": "sebastian/comparator", @@ -1688,7 +1755,7 @@ "compare", "equality" ], - "time": "2015-01-29 16:28:08" + "time": "2015-01-29T16:28:08+00:00" }, { "name": "sebastian/diff", @@ -1740,7 +1807,7 @@ "keywords": [ "diff" ], - "time": "2014-08-15 10:29:00" + "time": "2014-08-15T10:29:00+00:00" }, { "name": "sebastian/environment", @@ -1790,7 +1857,7 @@ "environment", "hhvm" ], - "time": "2014-10-25 08:00:45" + "time": "2014-10-25T08:00:45+00:00" }, { "name": "sebastian/exporter", @@ -1856,7 +1923,7 @@ "export", "exporter" ], - "time": "2015-01-27 07:23:06" + "time": "2015-01-27T07:23:06+00:00" }, { "name": "sebastian/global-state", @@ -1907,7 +1974,7 @@ "keywords": [ "global state" ], - "time": "2014-10-06 09:23:50" + "time": "2014-10-06T09:23:50+00:00" }, { "name": "sebastian/recursion-context", @@ -1960,7 +2027,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-01-24 09:48:32" + "time": "2015-01-24T09:48:32+00:00" }, { "name": "sebastian/version", @@ -1995,7 +2062,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2014-12-15 14:25:24" + "time": "2014-12-15T14:25:24+00:00" }, { "name": "symfony/browser-kit", @@ -2051,7 +2118,7 @@ ], "description": "Symfony BrowserKit Component", "homepage": "http://symfony.com", - "time": "2015-03-13 13:21:46" + "time": "2015-03-13T13:21:46+00:00" }, { "name": "symfony/css-selector", @@ -2105,7 +2172,7 @@ ], "description": "Symfony CssSelector Component", "homepage": "http://symfony.com", - "time": "2015-02-24 11:52:21" + "time": "2015-02-24T11:52:21+00:00" }, { "name": "symfony/dom-crawler", @@ -2159,7 +2226,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" }, { "name": "symfony/event-dispatcher", @@ -2218,7 +2285,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/yaml", @@ -2268,7 +2335,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" } ], "aliases": [], @@ -2279,5 +2346,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" }