From a030e508eb825d4d6b208968a458c48aa2761bdb Mon Sep 17 00:00:00 2001 From: Manirabona Patience Date: Wed, 27 Nov 2024 14:20:48 +0200 Subject: [PATCH] chore: downgrade version from 5.0.2 to 1.0.6 in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5a4dc8f..b5bec53 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Filtan is Laravel Http QueryFilter package designed to simplify and enhance the process of filtering queries by reading http queries. It enables developers to apply filters to queries and customize the results based on dynamic http parameters. By integrating Filtan into your Laravel project, you can build complex and flexible filtering mechanisms for your request effortlessly.", "type": "library", "license": "MIT", - "version": "5.0.2", + "version": "1.0.6", "homepage": "https://github.com/patiencemanzen/Filtan", "readme": "https://github.com/patiencemanzen/Filtan/blob/main/README.md", "time": "2024-02-08",