From 42139f9e1015240f0b2280a083b7a03ba5c1f729 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 20:18:08 +0000 Subject: [PATCH] Update php-coveralls/php-coveralls requirement from ^2.2 to ^2.4 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.2.0...v2.4.2) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index adcfc4578..0e0a829d0 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "ext-simplexml": "*", "friendsofphp/php-cs-fixer": "^2.16", - "php-coveralls/php-coveralls": "^2.2", + "php-coveralls/php-coveralls": "^2.4", "phpunit/phpunit": "^9.0", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.5",