From 86f2a130b7ee712cae6024dae7766bd367bc7ffc Mon Sep 17 00:00:00 2001 From: Pierre Gauthier Date: Fri, 22 Mar 2024 17:24:55 +0100 Subject: [PATCH] Prepare 1.3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78e3255..fbf38f1 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.0", "sylius/sylius": "^1.12", - "gally/gally-php-rest-sdk": "1.3.0-alpha1" + "gally/gally-php-rest-sdk": "1.3.0" }, "require-dev": { "behat/behat": "^3.6.1",