From c0ecbacc3dd8def33be8272fd32f5767d5bdd079 Mon Sep 17 00:00:00 2001 From: "Milad.Nouri" Date: Tue, 17 Nov 2020 14:25:09 +0330 Subject: [PATCH] Laravel 8.0 support --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 05165f4..48f09d8 100644 --- a/composer.json +++ b/composer.json @@ -21,18 +21,18 @@ ], "license": "MIT", "require": { - "php": ">=7.1", + "php": ">=7.3", "ext-json": "*", - "symfony/yaml": "^4.2", - "illuminate/routing": "~5.7" + "symfony/yaml": "^5.0", + "illuminate/routing": "^5|^6|^7|^8" }, "require-dev": { "phpunit/phpunit": "~7.0", - "illuminate/support": "~5.7", - "illuminate/http": "~5.7", - "illuminate/console": "~5.7", - "laravel/lumen-framework": "~5.7", - "orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0" + "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/http": "^6.0|^7.0|^8.0", + "illuminate/console": "^6.0|^7.0|^8.0", + "laravel/lumen-framework": "~8.0", + "orchestra/testbench": "^4.0|^5.0|^6.0" }, "autoload": { "psr-4": {