From 698ca5b767ecac60c68a76b0e4f093f05d69be4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 01:10:33 +0000 Subject: [PATCH] Bump brianium/paratest from 7.5.0 to 7.5.1 Bumps [brianium/paratest](https://github.com/paratestphp/paratest) from 7.5.0 to 7.5.1. - [Release notes](https://github.com/paratestphp/paratest/releases) - [Commits](https://github.com/paratestphp/paratest/compare/v7.5.0...v7.5.1) --- updated-dependencies: - dependency-name: brianium/paratest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index 107f1da2..162d92b7 100644 --- a/composer.lock +++ b/composer.lock @@ -6344,16 +6344,16 @@ }, { "name": "brianium/paratest", - "version": "v7.5.0", + "version": "v7.5.1", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "90a0ba27d1347e054d62fea30f3414f09fe9bad3" + "reference": "6f990d0334974c72b784b65bda7ad04ff65ec756" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/90a0ba27d1347e054d62fea30f3414f09fe9bad3", - "reference": "90a0ba27d1347e054d62fea30f3414f09fe9bad3", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/6f990d0334974c72b784b65bda7ad04ff65ec756", + "reference": "6f990d0334974c72b784b65bda7ad04ff65ec756", "shasum": "" }, "require": { @@ -6364,24 +6364,24 @@ "fidry/cpu-core-counter": "^1.1.0", "jean85/pretty-package-versions": "^2.0.6", "php": "~8.2.0 || ~8.3.0", - "phpunit/php-code-coverage": "^11.0.3", - "phpunit/php-file-iterator": "^5.0.0", - "phpunit/php-timer": "^7.0.0", - "phpunit/phpunit": "^11.2.1", - "sebastian/environment": "^7.1.0", - "symfony/console": "^6.4.8 || ^7.1.1", - "symfony/process": "^6.4.8 || ^7.1.1" + "phpunit/php-code-coverage": "^11.0.5", + "phpunit/php-file-iterator": "^5.0.1", + "phpunit/php-timer": "^7.0.1", + "phpunit/phpunit": "^11.3.0", + "sebastian/environment": "^7.2.0", + "symfony/console": "^6.4.10 || ^7.1.3", + "symfony/process": "^6.4.8 || ^7.1.3" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", "ext-pcov": "*", "ext-posix": "*", - "phpstan/phpstan": "^1.11.4", + "phpstan/phpstan": "^1.11.9", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", - "squizlabs/php_codesniffer": "^3.10.1", - "symfony/filesystem": "^6.4.8 || ^7.1.1" + "squizlabs/php_codesniffer": "^3.10.2", + "symfony/filesystem": "^6.4.9 || ^7.1.2" }, "bin": [ "bin/paratest", @@ -6421,7 +6421,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v7.5.0" + "source": "https://github.com/paratestphp/paratest/tree/v7.5.1" }, "funding": [ { @@ -6433,7 +6433,7 @@ "type": "paypal" } ], - "time": "2024-06-12T13:02:43+00:00" + "time": "2024-08-06T12:34:02+00:00" }, { "name": "composer/class-map-generator",