From e7c77c151185e6e1a9317a0448857947465f0cb8 Mon Sep 17 00:00:00 2001 From: Sandip Chandela Date: Thu, 4 Jun 2026 16:25:59 +0530 Subject: [PATCH] Release version 1.2.0 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5922177..a0ace30 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,11 @@ "name": "klevu/php-sdk-pipelines", "description": "Klevu SDK integration with pipelines library", "type": "library", - "version": "1.1.0", + "version": "1.2.0", "require": { - "php": "~8.1|~8.2|~8.3|~8.4", - "klevu/php-sdk": "~1.1.0", - "klevu/php-pipelines": "~1.1.0", + "php": "~8.1|~8.2|~8.3|~8.4|~8.5", + "klevu/php-sdk": "~1.2.0", + "klevu/php-pipelines": "~1.2.0", "psr/container": "*", "php-http/discovery": "~1.15" },