From c966123e1009711052450c2ab2a977d7506686da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 06:56:03 +0000 Subject: [PATCH] composer(deps-dev): bump symfony/filesystem from 5.1.7 to 5.1.8 Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.1.7 to 5.1.8. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/filesystem/compare/v5.1.7...v5.1.8) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 ++++++----------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 0c73aab5..688ab46a 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.12.2", - "symfony/filesystem": "^5.1.7", + "symfony/filesystem": "^5.1.8", "vimeo/psalm": "^3.18" }, "config": { diff --git a/composer.lock b/composer.lock index 778af960..0acfb2a4 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": "19351a82668d3c08a25f9ab0286453a1", + "content-hash": "01378f9b015a1f2ac6c63a69c594a875", "packages": [], "packages-dev": [ { @@ -4008,16 +4008,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "1a8697545a8d87b9f2f6b1d32414199cc5e20aae" + "reference": "df08650ea7aee2d925380069c131a66124d79177" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/1a8697545a8d87b9f2f6b1d32414199cc5e20aae", - "reference": "1a8697545a8d87b9f2f6b1d32414199cc5e20aae", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/df08650ea7aee2d925380069c131a66124d79177", + "reference": "df08650ea7aee2d925380069c131a66124d79177", "shasum": "" }, "require": { @@ -4025,11 +4025,6 @@ "symfony/polyfill-ctype": "~1.8" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" @@ -4068,7 +4063,7 @@ "type": "tidelift" } ], - "time": "2020-09-27T14:02:37+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/finder",