From f414af5b6d42af562b87a2fe402481ad898db9ef Mon Sep 17 00:00:00 2001 From: Mohamad Supangat Date: Tue, 14 Mar 2023 16:06:41 +0700 Subject: [PATCH] add support to laravel 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2412483..fc48506 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ ], "require": { "php": ">=5.5.5", - "illuminate/support": "5.*|6.*|7.*|8.*|^9.0" + "illuminate/support": "5.*|6.*|7.*|8.*|^9.0|10.*" }, "require-dev": { - "phpunit/phpunit": "~4.8|^9.5.10" + "phpunit/phpunit": "~4.8|^9.5.10|^10.0" }, "autoload": { "psr-4": {