From 1acf2e96b05d983a0d954f8cb9556f4d34c77c85 Mon Sep 17 00:00:00 2001 From: rosell-dk Date: Thu, 19 Oct 2023 14:23:08 +0200 Subject: [PATCH] Update min version of exec-with-fallback --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 93e9a6b..bb4aa48 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ ], "require": { "php": "^5.6 | ^7.0 | ^8.0", - "rosell-dk/exec-with-fallback": "^1.0.0", + "rosell-dk/exec-with-fallback": "^1.2.0", "rosell-dk/image-mime-type-guesser": "^1.1.1", "rosell-dk/locate-binaries": "^1.0" },