From d5a7676f126d581de2253c4474b7cc6d29d8b102 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 7 Jan 2022 18:45:50 +0100 Subject: [PATCH] Update the development tools --- .phive/phars.xml | 8 ++++---- composer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 2433736a..088b2cc3 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,7 +1,7 @@ - - - - + + + + diff --git a/composer.json b/composer.json index e192dd56..8f26ce0c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "phpunit/phpunit": "^4.8.36", - "codacy/coverage": "^1.4" + "codacy/coverage": "^1.4.3" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS"