From 305e5c6780cd761c0671b2f370f87237b4c35975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:50:44 +0000 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.8/ChangeLog-11.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.20...11.2.8) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 98b530d19..2a4e21fcd --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "require-dev": { "fakerphp/faker": "^v1.16.0", - "phpunit/phpunit": "^7.5.20", + "phpunit/phpunit": "^11.2.8", "psr/container": "~1.0.0" }, "autoload": {