From 299e749af7bb0a1dfc10b74522ecbfe628fdb315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:13:10 +0000 Subject: [PATCH] Bump infection/codeception-adapter from 0.4.2 to 0.4.3 Bumps [infection/codeception-adapter](https://github.com/infection/codeception-adapter) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/infection/codeception-adapter/releases) - [Commits](https://github.com/infection/codeception-adapter/compare/0.4.2...0.4.3) --- updated-dependencies: - dependency-name: infection/codeception-adapter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 233ae3a..3feef9c 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ }, "require-dev": { "phpunit/phpunit": "10.5.2", - "infection/codeception-adapter": "0.4.2", + "infection/codeception-adapter": "0.4.3", "infection/infection": "0.27.9" }, "autoload": { diff --git a/composer.lock b/composer.lock index c22cebd..3f7d5a8 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": "5e56e8ca6b6c59f13b6073440cda0cf7", + "content-hash": "0bf3fb1fee61007798ac4c26c1fc4af0", "packages": [], "packages-dev": [ { @@ -353,25 +353,25 @@ }, { "name": "infection/codeception-adapter", - "version": "0.4.2", + "version": "0.4.3", "source": { "type": "git", "url": "https://github.com/infection/codeception-adapter.git", - "reference": "7ac1030c3a4ea69eb9f04f27e6771ad54475b486" + "reference": "0287d131d50febff6f719a0fd593bb11103f6ced" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/codeception-adapter/zipball/7ac1030c3a4ea69eb9f04f27e6771ad54475b486", - "reference": "7ac1030c3a4ea69eb9f04f27e6771ad54475b486", + "url": "https://api.github.com/repos/infection/codeception-adapter/zipball/0287d131d50febff6f719a0fd593bb11103f6ced", + "reference": "0287d131d50febff6f719a0fd593bb11103f6ced", "shasum": "" }, "require": { "infection/abstract-testframework-adapter": "^0.5.0", "infection/include-interceptor": "^0.2.0", - "php": "^8.0", - "symfony/filesystem": "^5.0 || ^6.0", - "symfony/process": "^5.0 || ^6.0", - "symfony/yaml": "^5.0 || ^6.0" + "php": "^8.1", + "symfony/filesystem": "^5.0 || ^6.0 || ^7.0", + "symfony/process": "^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^5.0 || ^6.0 || ^7.0" }, "conflict": { "codeception/codeception": "<5.0.0" @@ -411,7 +411,7 @@ "description": "Codeception Test Framework Adapter for Infection", "support": { "issues": "https://github.com/infection/codeception-adapter/issues", - "source": "https://github.com/infection/codeception-adapter/tree/0.4.2" + "source": "https://github.com/infection/codeception-adapter/tree/0.4.3" }, "funding": [ { @@ -423,7 +423,7 @@ "type": "open_collective" } ], - "time": "2023-10-15T20:13:46+00:00" + "time": "2023-12-09T09:04:20+00:00" }, { "name": "infection/extension-installer", @@ -3471,16 +3471,16 @@ }, { "name": "symfony/yaml", - "version": "v6.3.3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add" + "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add", - "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4f9237a1bb42455d609e6687d2613dde5b41a587", + "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587", "shasum": "" }, "require": { @@ -3492,7 +3492,7 @@ "symfony/console": "<5.4" }, "require-dev": { - "symfony/console": "^5.4|^6.0" + "symfony/console": "^5.4|^6.0|^7.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -3523,7 +3523,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.3.3" + "source": "https://github.com/symfony/yaml/tree/v6.4.0" }, "funding": [ { @@ -3539,7 +3539,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T07:08:24+00:00" + "time": "2023-11-06T11:00:25+00:00" }, { "name": "thecodingmachine/safe",