From 981a7449fa6e082655feb6e0e439d010b271a3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 19:10:56 +0000 Subject: [PATCH] composer(deps-dev): bump ergebnis/phpunit-slow-test-detector Bumps [ergebnis/phpunit-slow-test-detector](https://github.com/ergebnis/phpunit-slow-test-detector) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/ergebnis/phpunit-slow-test-detector/releases) - [Changelog](https://github.com/ergebnis/phpunit-slow-test-detector/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.17.0...2.18.0) --- updated-dependencies: - dependency-name: ergebnis/phpunit-slow-test-detector dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index db21a2c..0be3eee 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ergebnis/data-provider": "^3.4.0", "ergebnis/license": "^2.6.0", "ergebnis/php-cs-fixer-config": "~6.42.2", - "ergebnis/phpunit-slow-test-detector": "^2.17.0", + "ergebnis/phpunit-slow-test-detector": "^2.18.0", "fakerphp/faker": "^1.24.1", "infection/infection": "~0.27.11", "phpunit/phpunit": "^10.5.26", diff --git a/composer.lock b/composer.lock index 7d48bc3..7ff0307 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": "c3fc4da4c34faa6620b9e9f0ca8feab7", + "content-hash": "a9374e811fc2fe15cdbb7cfa463f678e", "packages": [ { "name": "ergebnis/json-normalizer", @@ -2502,26 +2502,26 @@ }, { "name": "ergebnis/phpunit-slow-test-detector", - "version": "2.17.0", + "version": "2.18.0", "source": { "type": "git", "url": "https://github.com/ergebnis/phpunit-slow-test-detector.git", - "reference": "671ea2ba0669917f7e98b54e4188e1c1ebf6e29d" + "reference": "df09a854e95d7f6d3f504199148b7643cf792e52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/phpunit-slow-test-detector/zipball/671ea2ba0669917f7e98b54e4188e1c1ebf6e29d", - "reference": "671ea2ba0669917f7e98b54e4188e1c1ebf6e29d", + "url": "https://api.github.com/repos/ergebnis/phpunit-slow-test-detector/zipball/df09a854e95d7f6d3f504199148b7643cf792e52", + "reference": "df09a854e95d7f6d3f504199148b7643cf792e52", "shasum": "" }, "require": { "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", - "phpunit/phpunit": "^6.5.0 || ^7.5.0 || ^8.5.19 || ^9.0.0 || ^10.0.0 || ^11.0.0" + "phpunit/phpunit": "^6.5.0 || ^7.5.0 || ^8.5.19 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.44.0", + "ergebnis/composer-normalize": "^2.45.0", "ergebnis/license": "^2.6.0", - "ergebnis/php-cs-fixer-config": "^6.38.0", + "ergebnis/php-cs-fixer-config": "^6.42.2", "fakerphp/faker": "~1.20.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^1.12.11", @@ -2571,7 +2571,7 @@ "security": "https://github.com/ergebnis/phpunit-slow-test-detector/blob/main/.github/SECURITY.md", "source": "https://github.com/ergebnis/phpunit-slow-test-detector" }, - "time": "2024-11-25T08:54:52+00:00" + "time": "2025-02-07T11:39:46+00:00" }, { "name": "erickskrauch/php-cs-fixer-custom-fixers", @@ -4506,16 +4506,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.38", + "version": "10.5.45", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a86773b9e887a67bc53efa9da9ad6e3f2498c132" + "reference": "bd68a781d8e30348bc297449f5234b3458267ae8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a86773b9e887a67bc53efa9da9ad6e3f2498c132", - "reference": "a86773b9e887a67bc53efa9da9ad6e3f2498c132", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bd68a781d8e30348bc297449f5234b3458267ae8", + "reference": "bd68a781d8e30348bc297449f5234b3458267ae8", "shasum": "" }, "require": { @@ -4525,7 +4525,7 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.0", + "myclabs/deep-copy": "^1.12.1", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.1", @@ -4587,7 +4587,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.38" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.45" }, "funding": [ { @@ -4603,7 +4603,7 @@ "type": "tidelift" } ], - "time": "2024-10-28T13:06:21+00:00" + "time": "2025-02-06T16:08:12+00:00" }, { "name": "psalm/plugin-phpunit",