From c03ede5467d01a5b0970eb39007656d0fd846896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 07:35:36 +0000 Subject: [PATCH] composer(deps-dev): bump symfony/filesystem from 4.4.11 to 5.1.4 Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 4.4.11 to 5.1.4. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/filesystem/compare/v4.4.11...v5.1.4) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 52ca51dd..3a3abe0c 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpstan/phpstan-strict-rules": "~0.12.5", "phpunit/phpunit": "^8.5.8", "psalm/plugin-phpunit": "~0.11.0", - "symfony/filesystem": "^4.4.11", + "symfony/filesystem": "^5.1.4", "vimeo/psalm": "^3.14.2" }, "config": { diff --git a/composer.lock b/composer.lock index 7d645651..8a4f41aa 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": "4dcd51d60b0f421ab52a8ffb7be0a6e9", + "content-hash": "2318b4afcf3d7302733062ea5dc35a0b", "packages": [], "packages-dev": [ { @@ -4014,26 +4014,26 @@ }, { "name": "symfony/filesystem", - "version": "v4.4.11", + "version": "v5.1.4", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b27f491309db5757816db672b256ea2e03677d30" + "reference": "f7b9ed6142a34252d219801d9767dedbd711da1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30", - "reference": "b27f491309db5757816db672b256ea2e03677d30", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/f7b9ed6142a34252d219801d9767dedbd711da1a", + "reference": "f7b9ed6142a34252d219801d9767dedbd711da1a", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "5.1-dev" } }, "autoload": { @@ -4074,7 +4074,7 @@ "type": "tidelift" } ], - "time": "2020-05-30T18:50:54+00:00" + "time": "2020-08-21T17:19:47+00:00" }, { "name": "symfony/finder",