From 10ba8ab83e792afc3f358cfeddc3cee29906e336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 04:14:14 +0000 Subject: [PATCH] Update php-coveralls/php-coveralls requirement from ^2.3 to ^2.4 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.3.0...v2.4.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 18d7e3d..eb7150d 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "mrclay/jsmin-php": "^2.4", "neilime/lessphp": "^0.5.0", "oyejorge/less.php": "v1.7.0.14", - "php-coveralls/php-coveralls": "^2.3", + "php-coveralls/php-coveralls": "^2.4", "phpunit/phpunit": "^7.5", "tedivm/jshrink": "^1.3", "tubalmartin/cssmin": "^4.1",