From 2d0e071bee823e08d9670d614a19e1138ec0b7c8 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Fri, 4 Oct 2024 19:57:02 +0900 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57c7540351..da5be36c8d 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://sanmai.github.io/pindx/", "license": "Apache-2.0", "require": { - "sanmai/pindx-client": "^0.1" + "sanmai/pindx-client": ">=0.1" }, "require-dev": { "php": "^7.4 || ^8",