From de18730209583ce0e741b262e9d3f71c7b784f56 Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Tue, 21 Aug 2018 20:22:33 -0600 Subject: [PATCH] actually it does need php 7.1 there are nullable return type hints --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 674fd2c..9c76358 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,13 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { + "php": ">=7.1", "mofodojodino/profanity-filter": "^1.3", "byjoby/flatrr": "dev-master" }, "require-dev": { - "phpunit/phpunit": "^6.5", - "phpunit/dbunit": "^3" + "phpunit/phpunit": "^7", + "phpunit/dbunit": "^4" }, "scripts": { "test": [