From e7a30f9f90f0d48a2d97797030e122051e067d05 Mon Sep 17 00:00:00 2001 From: Dwight Watson Date: Tue, 8 Feb 2022 10:57:35 +1100 Subject: [PATCH] Unlock for Laravel 9.x --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bc527c2..e3deacc 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ ], "require": { "php": "^8.0", - "illuminate/support": "^8.0", - "illuminate/console": "^8.0", - "illuminate/cache": "^8.0" + "illuminate/cache": "^8.0|^9.0", + "illuminate/console": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0" }, "suggest": { "geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",