From be516a17c632211d99c094a32d44eef13fec7568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 09:45:55 +0000 Subject: [PATCH] test: bump sebastian/diff from 3.0.1 to 4.0.4 Bumps [sebastian/diff](https://github.com/sebastianbergmann/diff) from 3.0.1 to 4.0.4. - [Release notes](https://github.com/sebastianbergmann/diff/releases) - [Changelog](https://github.com/sebastianbergmann/diff/blob/master/ChangeLog.md) - [Commits](https://github.com/sebastianbergmann/diff/compare/3.0.1...4.0.4) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 34 ++++++++++++++++++++-------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index bd03f5e..064fa73 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "behat/behat": "^3.5", "guzzlehttp/guzzle": "^7.2", "pedrotroller/php-cs-custom-fixer": "^2.15", - "sebastian/diff": "^3.0", + "sebastian/diff": "^4.0", "webmozart/assert": "^1.3" }, "autoload-dev": { diff --git a/composer.lock b/composer.lock index 4da59ed..13adf4c 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": "d303fe6bf21d6912721bfe17aa237d76", + "content-hash": "3cf1910af816fbad0a5c9660259a37ca", "packages": [ { "name": "container-interop/container-interop", @@ -1457,29 +1457,29 @@ }, { "name": "sebastian/diff", - "version": "3.0.1", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "366541b989927187c4ca70490a35615d3fef2dce" + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce", - "reference": "366541b989927187c4ca70490a35615d3fef2dce", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.3" }, "require-dev": { - "phpunit/phpunit": "^7.0", - "symfony/process": "^2 || ^3.3 || ^4" + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -1492,13 +1492,13 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" } ], "description": "Diff implementation", @@ -1509,7 +1509,13 @@ "unidiff", "unified diff" ], - "time": "2018-06-10T07:54:39+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" }, { "name": "symfony/config",