From dbc8a25e1a6155cd0ce5683ab28c800bfd8cc9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:57:56 +0000 Subject: [PATCH] Bump infection/codeception-adapter from 0.4.1 to 0.4.2 Bumps [infection/codeception-adapter](https://github.com/infection/codeception-adapter) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/infection/codeception-adapter/releases) - [Commits](https://github.com/infection/codeception-adapter/compare/0.4.1...0.4.2) --- 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 | 50 ++++++++++++++++++++++++-------------------------- 2 files changed, 25 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index 11bb21e..1d3796d 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ }, "require-dev": { "phpunit/phpunit": "10.4.1", - "infection/codeception-adapter": "0.4.1", + "infection/codeception-adapter": "0.4.2", "infection/infection": "0.27.5" }, "autoload": { diff --git a/composer.lock b/composer.lock index 65e293f..dc594d2 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": "592b55e4d33f7bd4c2fe85dc4aece8cf", + "content-hash": "d926a804da8b227f29d00d81b9679a9e", "packages": [], "packages-dev": [ { @@ -353,39 +353,39 @@ }, { "name": "infection/codeception-adapter", - "version": "0.4.1", + "version": "0.4.2", "source": { "type": "git", "url": "https://github.com/infection/codeception-adapter.git", - "reference": "f976aaa495a42d06c120e77b1560bee2fa8574d8" + "reference": "7ac1030c3a4ea69eb9f04f27e6771ad54475b486" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/codeception-adapter/zipball/f976aaa495a42d06c120e77b1560bee2fa8574d8", - "reference": "f976aaa495a42d06c120e77b1560bee2fa8574d8", + "url": "https://api.github.com/repos/infection/codeception-adapter/zipball/7ac1030c3a4ea69eb9f04f27e6771ad54475b486", + "reference": "7ac1030c3a4ea69eb9f04f27e6771ad54475b486", "shasum": "" }, "require": { "infection/abstract-testframework-adapter": "^0.5.0", "infection/include-interceptor": "^0.2.0", - "php": "^7.4 || ^8.0", - "symfony/filesystem": "^4.4 || ^5.0 || ^6.0", - "symfony/process": "^4.4 || ^5.0 || ^6.0", - "symfony/yaml": "^4.4 || ^5.0 || ^6.0" + "php": "^8.0", + "symfony/filesystem": "^5.0 || ^6.0", + "symfony/process": "^5.0 || ^6.0", + "symfony/yaml": "^5.0 || ^6.0" }, "conflict": { - "codeception/codeception": "<4.1.9" + "codeception/codeception": "<5.0.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.5", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^0.12.70", - "phpstan/phpstan-phpunit": "^0.12.17", - "phpstan/phpstan-strict-rules": "^0.12.9", - "phpstan/phpstan-webmozart-assert": "^0.12.9", + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-phpunit": "^1.3", + "phpstan/phpstan-strict-rules": "^1.5", + "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5", "thecodingmachine/safe": "^1.3", - "vimeo/psalm": "^4.12" + "vimeo/psalm": "^5.15" }, "type": "infection-extension", "extra": { @@ -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.1" + "source": "https://github.com/infection/codeception-adapter/tree/0.4.2" }, "funding": [ { @@ -423,7 +423,7 @@ "type": "open_collective" } ], - "time": "2021-11-16T08:59:05+00:00" + "time": "2023-10-15T20:13:46+00:00" }, { "name": "infection/extension-installer", @@ -3461,20 +3461,21 @@ }, { "name": "symfony/yaml", - "version": "v6.2.0", + "version": "v6.3.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "f2570f21bd4adc3589aa3133323273995109bae0" + "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/f2570f21bd4adc3589aa3133323273995109bae0", - "reference": "f2570f21bd4adc3589aa3133323273995109bae0", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add", + "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add", "shasum": "" }, "require": { "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -3483,9 +3484,6 @@ "require-dev": { "symfony/console": "^5.4|^6.0" }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" - }, "bin": [ "Resources/bin/yaml-lint" ], @@ -3515,7 +3513,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.2.0" + "source": "https://github.com/symfony/yaml/tree/v6.3.3" }, "funding": [ { @@ -3531,7 +3529,7 @@ "type": "tidelift" } ], - "time": "2022-11-25T19:00:27+00:00" + "time": "2023-07-31T07:08:24+00:00" }, { "name": "thecodingmachine/safe",