From a0597000f89be9d711e7cf7c0d9ab29514a36e77 Mon Sep 17 00:00:00 2001 From: Mingeun Kim Date: Mon, 22 Jun 2020 20:10:21 +0900 Subject: [PATCH] Update require version --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d863234..34f1fd5 100644 --- a/composer.json +++ b/composer.json @@ -8,12 +8,12 @@ ], "type": "library", "require": { - "php": ">=5.5.9", - "illuminate/support": ">=5.1", - "illuminate/console": ">=5.1" + "php": "^7.1", + "illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0", + "illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "license": "MIT", "authors": [