From 57eae1a493e80fd03b3c7fb4ac7a3124e1b947b3 Mon Sep 17 00:00:00 2001 From: Mina Date: Tue, 22 Feb 2022 12:39:34 +0200 Subject: [PATCH] update Laravel requirements to include v9 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8f2e578..31c1372 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ ], "require": { "ext-json": "*", - "illuminate/routing": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/session": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/pagination": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", + "illuminate/routing": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/pagination": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", "mblsolutions/inspireddeck-php": "^1.5" }, "require-dev": {