From 4cf547f88729ada8d07f03363378880a6dd24aa4 Mon Sep 17 00:00:00 2001 From: Wade Date: Fri, 1 Apr 2022 23:10:48 -0400 Subject: [PATCH] Support Laravel 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd49c5b..453bec5 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "require": { "laravel/cashier": "^12.6|^13.4", - "illuminate/support": "^8.17" + "illuminate/support": "^8.17|^9.0" }, "license": "MIT", "authors": [