From 98f6c5d98dff76022106823b7a8d472892a93f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:05:00 +0000 Subject: [PATCH] Chore(deps-dev): bump phpunit/phpunit from 12.0.6 to 12.0.7 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.0.6 to 12.0.7. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.0.7/ChangeLog-12.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.0.6...12.0.7) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 6d95644..10bcc59 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ramsey/uuid": "^4.7.6" }, "require-dev": { - "phpunit/phpunit": "^12.0.6", + "phpunit/phpunit": "^12.0.7", "vlucas/phpdotenv": "v5.6.1", "victorjonsson/markdowndocs": "^1.3.8" }, diff --git a/composer.lock b/composer.lock index 182e2db..6f398f3 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": "65506695a2655ece597c55daff4d4fe9", + "content-hash": "566b4c3c44acc2fddb7194f1013c6ee4", "packages": [ { "name": "brick/math", @@ -1860,16 +1860,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.6", + "version": "12.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a1c7e1e0466b6774de8edd72d91bc82400f7dfc0" + "reference": "2845e49082ef7acc4a71a2ef71bbf32f31da22c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1c7e1e0466b6774de8edd72d91bc82400f7dfc0", - "reference": "a1c7e1e0466b6774de8edd72d91bc82400f7dfc0", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2845e49082ef7acc4a71a2ef71bbf32f31da22c9", + "reference": "2845e49082ef7acc4a71a2ef71bbf32f31da22c9", "shasum": "" }, "require": { @@ -1889,7 +1889,7 @@ "phpunit/php-text-template": "^5.0.0", "phpunit/php-timer": "^8.0.0", "sebastian/cli-parser": "^4.0.0", - "sebastian/comparator": "^7.0.0", + "sebastian/comparator": "^7.0.1", "sebastian/diff": "^7.0.0", "sebastian/environment": "^8.0.0", "sebastian/exporter": "^7.0.0", @@ -1937,7 +1937,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.6" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.7" }, "funding": [ { @@ -1953,7 +1953,7 @@ "type": "tidelift" } ], - "time": "2025-03-05T07:38:55+00:00" + "time": "2025-03-07T07:32:22+00:00" }, { "name": "psr/container", @@ -2067,16 +2067,16 @@ }, { "name": "sebastian/comparator", - "version": "7.0.0", + "version": "7.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "18eb5a4f854dbd1d6512c459b605de2edb5a0b47" + "reference": "b478f34614f934e0291598d0c08cbaba9644bee5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/18eb5a4f854dbd1d6512c459b605de2edb5a0b47", - "reference": "18eb5a4f854dbd1d6512c459b605de2edb5a0b47", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b478f34614f934e0291598d0c08cbaba9644bee5", + "reference": "b478f34614f934e0291598d0c08cbaba9644bee5", "shasum": "" }, "require": { @@ -2135,7 +2135,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/7.0.0" + "source": "https://github.com/sebastianbergmann/comparator/tree/7.0.1" }, "funding": [ { @@ -2143,7 +2143,7 @@ "type": "github" } ], - "time": "2025-02-07T04:54:52+00:00" + "time": "2025-03-07T07:00:32+00:00" }, { "name": "sebastian/complexity",