From c8a681b8a923720278c1b5c169d48c8dff1c9c80 Mon Sep 17 00:00:00 2001 From: AriaieBOY Date: Sun, 29 Sep 2024 20:12:30 +0330 Subject: [PATCH] add php 8.4 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 86bf630..662d289 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "~8.1|~8.2|~8.3", + "php": "~8.1|~8.2|~8.3|~8.4", "akaunting/laravel-money": "^1.2|^2.0|^3.0|^4.0|^5.2", "filament/tables": "^3.0", "illuminate/contracts": "^10.0|^11",