From 34745bb9b3c0aaea0757d27cf620eb9d34efc1e8 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Wed, 4 Dec 2024 12:35:55 +0100 Subject: [PATCH] Fix note in the UPGRADE file --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index c4a73cb..21aa81a 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,7 +2,7 @@ 1. Support for Sylius 2.0 has been added. -1. Support for Sylius 1.13 and 1.14 have been dropped. +1. Support for Sylius 1.12 and 1.13 have been dropped. 1. The `GmvCommand` console command has been moved from `Command` to `Console\Command` and changed its namespace accordingly from `Sylius\GmvBundle\Command\GmvCommand` to `Sylius\GmvBundle\Console\Command\GmvCommand`.