From 1dc5eac6b7b4b66f8b3e0a2465e712ae5b7ea0d1 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 6 Sep 2024 13:57:57 +0100 Subject: [PATCH] Update dependencies --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b799018..9a0cb5b 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ tag: test: cp phpunit.xml.dist phpunit.xml ./vendor/bin/phpunit --migrate-configuration || true - ./vendor/bin/phpunit --stderr test + XDEBUG_MODE=coverage ./vendor/bin/phpunit --stderr test # Remove all installed files .PHONY: uninstall diff --git a/VERSION b/VERSION index 82bd22f..3d45b5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.13 +2.0.14