From 15baa6d5d6b34a01e3135d787d8d84a0e57ce797 Mon Sep 17 00:00:00 2001 From: Alexander Gaal Date: Thu, 2 Nov 2023 09:26:58 +0100 Subject: [PATCH] add windows tests --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 50bbe0f..b2c0665 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ ], "require": { "php": "^8.1", + "ext-fileinfo": "^8.1", "illuminate/support": "^10.0", "illuminate/console": "^10.0", "illuminate/filesystem": "^10.0"