From 0d8e3c824f2ac846d7a785ab93a47168a0b4fdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 9 Dec 2021 17:52:56 +0100 Subject: [PATCH] Support any version of archtechx/helpers --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9fcdc37..7affcf9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require": { "php": "^8.0", "illuminate/support": "^8.24", - "archtechx/helpers": "^0.1.0" + "archtechx/helpers": "*" }, "require-dev": { "orchestra/testbench": "^6.9",