From 5809d20839e20abe87db95599e310b235c4e57b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:47:10 +0000 Subject: [PATCH] Update php-coveralls/php-coveralls requirement from ^2.5.3 to ^2.6.0 (#891) Updates the requirements on [php-coveralls/php-coveralls](https://github.com/php-coveralls/php-coveralls) to permit the latest version. - [Release notes](https://github.com/php-coveralls/php-coveralls/releases) - [Changelog](https://github.com/php-coveralls/php-coveralls/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-coveralls/php-coveralls/compare/v2.5.3...v2.6.0) --- updated-dependencies: - dependency-name: php-coveralls/php-coveralls 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 7f1ee68..24ef9e6 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "ergebnis/composer-normalize": "^2.28.3", "friendsofphp/php-cs-fixer": "^3.14.1", "helmich/typo3-typoscript-lint": "^3.1.0", - "php-coveralls/php-coveralls": "^2.5.3", + "php-coveralls/php-coveralls": "^2.6.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.25", "phpstan/phpstan-phpunit": "^1.3.13",