From bd7e68c099b5b104db41e0eba7fd049b55421109 Mon Sep 17 00:00:00 2001 From: Rocco Howard Date: Thu, 5 Sep 2019 08:21:33 +0000 Subject: [PATCH] Updated requirements --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 5236cef..5cba085 100755 --- a/composer.json +++ b/composer.json @@ -10,14 +10,13 @@ } ], "require": { - "illuminate/support": "5.5 - 5.8", - "php": ">=7.1.3" + "php": "^7.2", + "illuminate/support": "5.*|6.*" }, "require-dev": { - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^8.3", "phpmd/phpmd" : "~2.0", - "squizlabs/php_codesniffer" : "~3.0", - "symfony/thanks" : "*" + "squizlabs/php_codesniffer" : "~3.0" }, "autoload": { "psr-4": {