From 3a58d79c1fec8b0b2999c939f7c8f6466d48f9b3 Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Mon, 11 Jan 2021 11:55:04 +0000 Subject: [PATCH] Fix composer json for older php versions --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 804d665..5ba1700 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,12 @@ "description": "xxHash implementation in Pure PHP", "type": "library", "require": { - "phpunit/phpunit": "^7.1", "php": ">=7.1", "ext-bcmath": "*" }, + "require-dev": { + "phpunit/phpunit": "^7.1" + }, "autoload": { "psr-4": { "exussum12\\xxhash\\": "src"