From a6dc7cd41e3c48697b3b19ca51b7af724dc90b58 Mon Sep 17 00:00:00 2001 From: Kristian Alunan Date: Wed, 15 Jun 2022 14:42:11 +0800 Subject: [PATCH] Add laravel 9 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 52509a8..1787714 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": ">=5.5.9", "mnapoli/silly": "~1.0", - "illuminate/view": "5.*|^6.0|^7.0|^8.0", + "illuminate/view": "5.*|^6.0|^7.0|^8.0|^9.0", "mnapoli/front-yaml": "^1.5", "windwalker/renderer": "3.*" },