From abaf44d611003a32b113e5700cfb80076f2118ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:20:01 +0200 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5.27 to ^8.5.28 (#496) 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/main/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.27...8.5.28) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 422c33d..0039208 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpstan/phpstan": "^1.8.2", "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.3.0", - "phpunit/phpunit": "^8.5.27", + "phpunit/phpunit": "^8.5.28", "saschaegerer/phpstan-typo3": "^1.1.2", "seld/jsonlint": "^1.9.0", "squizlabs/php_codesniffer": "^3.7.1",