From 870f3a809260e3eb6e042af911bd4bf2bfd4f8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Josue=20Maridue=C3=B1a=20Canseco?= <31521624+ajmariduena@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:37:27 -0500 Subject: [PATCH] Added support for laravel 9 (#312) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3622e17..1887e43 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ "require": { "php": "~7.3 || ~7.4 || ~8.0", "ext-intl": "*", - "illuminate/support": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/session": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/events": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" + "illuminate/support": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/events": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^7.5", @@ -51,4 +51,4 @@ } }, "minimum-stability": "stable" -} +} \ No newline at end of file