From 42a43180568bd8b06169163c30f1451fd5d57840 Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Wed, 23 Dec 2020 06:04:14 +0400 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index ab56ca9..a0906cc 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ "license" : "MIT", "require": { "php" : ">=5.4.0", - "illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0.0|^7.0.0|^8.0.0|^9.0.0", - "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0.0|^7.0.0|^8.0.0|^9.0.0", - "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0.0|^7.0.0|^8.0.0|^9.0.0", - "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0.0|^7.0.0|^8.0.0|^9.0.0", - "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0.0|^7.0.0|^8.0.0|^9.0.0" + "illuminate/support" : "^8.0.0", + "illuminate/routing": "^8.0.0", + "illuminate/console": "^8.0.0", + "illuminate/config": "^8.0.0", + "illuminate/filesystem": "^8.0.0" }, "require-dev" : { "phpunit/phpunit" : "~4.0",