From eff9a354eb0eedf3d79fcdf83694b04f071de14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:29:17 +0200 Subject: [PATCH] Update php-coveralls/php-coveralls requirement from ^2.5.2 to ^2.5.3 (#566) Updates the requirements on [php-coveralls/php-coveralls](https://github.com/satooshi/php-coveralls) to permit the latest version. - [Release notes](https://github.com/satooshi/php-coveralls/releases) - [Changelog](https://github.com/php-coveralls/php-coveralls/blob/master/CHANGELOG.md) - [Commits](https://github.com/satooshi/php-coveralls/compare/v2.5.2...v2.5.3) --- updated-dependencies: - dependency-name: php-coveralls/php-coveralls dependency-type: direct:development ... Signed-off-by: dependabot[bot] 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 1c565d9..5f8abbb 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "friendsofphp/php-cs-fixer": "^3.4.0", "helmich/typo3-typoscript-lint": "^2.5.2", "jangregor/phpstan-prophecy": "^1.0.0", - "php-coveralls/php-coveralls": "^2.5.2", + "php-coveralls/php-coveralls": "^2.5.3", "phpspec/prophecy": "^1.15.0", "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.8.5",