From 4317169795257a752243ada27816e733acf8857a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:17:31 +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.3.4/ChangeLog-11.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.20...11.3.4) --- 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 00b7d1b2..485544ed --- 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.3.4", "psr/container": "~1.0.0" }, "autoload": {