From 65d2e1ab6dde8a06134e19e40100cd86f4d2d43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 05:14:16 +0000 Subject: [PATCH] chore(deps-dev): bump phpunit/phpunit from 11.3.2 to 11.3.3 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.3.2 to 11.3.3. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.3.3/ChangeLog-11.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.3.2...11.3.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 9ed0e3e5..d14bcd2c 100644 --- a/composer.lock +++ b/composer.lock @@ -1029,16 +1029,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.3.2", + "version": "11.3.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "8a4de85cc4a78c59dd31cc4ef454b0029f8440dc" + "reference": "8ed08766d9a2ed979a2f5fdbb95a0671523419c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8a4de85cc4a78c59dd31cc4ef454b0029f8440dc", - "reference": "8a4de85cc4a78c59dd31cc4ef454b0029f8440dc", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8ed08766d9a2ed979a2f5fdbb95a0671523419c1", + "reference": "8ed08766d9a2ed979a2f5fdbb95a0671523419c1", "shasum": "" }, "require": { @@ -1109,7 +1109,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.3" }, "funding": [ { @@ -1125,7 +1125,7 @@ "type": "tidelift" } ], - "time": "2024-09-03T12:00:26+00:00" + "time": "2024-09-04T13:34:52+00:00" }, { "name": "sebastian/cli-parser",