From 2f2392ee131b1349eaf1ed6a262f8cbe04f06ccc Mon Sep 17 00:00:00 2001 From: Markus Zierhut Date: Wed, 31 Aug 2022 20:22:29 +0200 Subject: [PATCH] Update composer.json Compatibility for Laravel 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6cb4228..b2ce480 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "homepage": "https://github.com/svnwa/inertiavuepaginator", "keywords": ["Laravel", "InertiaVuePaginator"], "require": { - "illuminate/support": "~7|~8" + "illuminate/support": "~7|~8|~9" }, "require-dev": { "phpunit/phpunit": "~9.0",