From eedce179b4e55f8727a517251b425b6b128943fa Mon Sep 17 00:00:00 2001 From: Christian Sciberras Date: Tue, 31 Jul 2018 17:10:12 +0200 Subject: [PATCH] Added PHPUnit dependency --- README.md | 1 + composer.json | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91df888..64edfc9 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ PHPUnit-Testlistener-VCR depends on: * PHP 7.0+ * [php-vcr/php-vcr](https://github.com/php-vcr/php-vcr) + * [PHPUnit](https://phpunit.de/#supported-versions) 6 ## Run tests diff --git a/composer.json b/composer.json index bbf02ad..64f7c6d 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,7 @@ } }, "require": { - "php-vcr/php-vcr": "^1.3" - }, - "require-dev": { + "php-vcr/php-vcr": "^1.3", "phpunit/phpunit": "^6.2" } }