From 28559f891f201d7a88ec4715c0ffe52e75b1023f Mon Sep 17 00:00:00 2001 From: PierreGauthier Date: Thu, 22 Feb 2024 17:54:03 +0100 Subject: [PATCH] Prepare version 1.3.0 alpha 1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 883e80b..78e3255 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.0", "sylius/sylius": "^1.12", - "gally/gally-php-rest-sdk": "lasted version" + "gally/gally-php-rest-sdk": "1.3.0-alpha1" }, "require-dev": { "behat/behat": "^3.6.1",