From ce1ed2ff63ca5fa52d7c1a8ca8f938aed55296f1 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Tue, 28 Jan 2025 12:39:50 +0100 Subject: [PATCH] [Composer] Bump PayPalPlugin to the stable 1.7 version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aad086d035..d323044deb 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ ], "require": { "php": "^8.1", - "sylius/paypal-plugin": "^1.7.x-dev", + "sylius/paypal-plugin": "^1.7", "sylius/sylius": "~1.14.0", "symfony/dotenv": "^5.4 || ^6.4", "symfony/flex": "^2.4",