From b31c505b607a46cf40b3cdb1e4f53d3006f0da46 Mon Sep 17 00:00:00 2001 From: ivanwilliammd Date: Tue, 2 Jul 2024 17:20:29 +0700 Subject: [PATCH] updated require dev laravel --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c3b1c2..aa659f3 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,8 @@ "vlucas/phpdotenv": "^5.5" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.0", + "laravel/laravel": "^8.0|^9.0|^10.0|^11.0" }, "suggest": { "laravel/pint": "Minimalist Opionated Code Formatting Extension for PHP 8.0+",