From a636bf7bfa8dc5931e4b1ddae72308501ed6dac3 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Tue, 4 Dec 2018 17:45:15 +0100 Subject: [PATCH] Update phpunit version --- composer.json | 2 +- phpunit.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f59e7b7..1c34e40 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "^4.8.35", + "phpunit/phpunit": "^7.4", "friendsofphp/php-cs-fixer": "^2.13" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6b39037..1edb0a6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ - + tests/ParsedownTest.php