From 6becd3507432d1d8d16dfb0f2ffc14c5166698e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:26:38 +0000 Subject: [PATCH] Update php-coveralls/php-coveralls requirement from ^2.6.0 to ^2.7.0 (#1005) 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.6.0...v2.7.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 fbe4128..7028cd9 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "ergebnis/composer-normalize": "^2.28.3", "friendsofphp/php-cs-fixer": "^3.38.2", "helmich/typo3-typoscript-lint": "^3.1.0", - "php-coveralls/php-coveralls": "^2.6.0", + "php-coveralls/php-coveralls": "^2.7.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.44", "phpstan/phpstan-phpunit": "^1.3.15",