From 9e5557de31ea7edbdcf8e30c483368f226c2b38a Mon Sep 17 00:00:00 2001 From: Rostislav Vitek Date: Fri, 27 Dec 2024 17:44:41 +0100 Subject: [PATCH 1/3] update year in license files --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 3684292633..402932dab8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2023 Shopsys s.r.o., http://www.shopsys.com +Copyright (c) 2017-2025 Shopsys s.r.o., http://www.shopsys.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From 063e4d199409a05868d1e1b01789b87387e4a4d7 Mon Sep 17 00:00:00 2001 From: Rostislav Vitek Date: Fri, 27 Dec 2024 16:47:34 +0000 Subject: [PATCH 2/3] all Shopsys packages are now dependent on "dev-16.0 as 16.0.0" version of all other Shopsys packages --- composer.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6a21f3f1b2..e49fb883f1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,14 @@ "name": "shopsys/product-feed-zbozi", "type": "library", "description": "Shopsys Platform plugin interface for Zboží XML product feed generation", - "keywords": ["Zboží", "product feed", "XML feed", "plugin", "Shopsys Platform", "SSFW"], + "keywords": [ + "Zboží", + "product feed", + "XML feed", + "plugin", + "Shopsys Platform", + "SSFW" + ], "license": "MIT", "authors": [ { @@ -28,10 +35,10 @@ "doctrine/doctrine-bundle": "^2.5.7", "doctrine/orm": "^2.11.2", "doctrine/persistence": "^3.3.3", - "shopsys/form-types-bundle": "16.0.x-dev", - "shopsys/framework": "16.0.x-dev", - "shopsys/migrations": "16.0.x-dev", - "shopsys/plugin-interface": "16.0.x-dev", + "shopsys/form-types-bundle": "dev-rc-16-0-0 as 16.0.0", + "shopsys/framework": "dev-rc-16-0-0 as 16.0.0", + "shopsys/migrations": "dev-rc-16-0-0 as 16.0.0", + "shopsys/plugin-interface": "dev-rc-16-0-0 as 16.0.0", "symfony/config": "^6.4", "symfony/dependency-injection": "^6.4", "symfony/form": "^6.4", From c5ed58b8edbabbaac3fdaf70b14e47cf7bdc2bf2 Mon Sep 17 00:00:00 2001 From: Rostislav Vitek Date: Mon, 30 Dec 2024 11:28:57 +0000 Subject: [PATCH 3/3] all Shopsys packages are now dependent on "16.0.0" version of all other Shopsys packages --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e49fb883f1..2283701c64 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,10 @@ "doctrine/doctrine-bundle": "^2.5.7", "doctrine/orm": "^2.11.2", "doctrine/persistence": "^3.3.3", - "shopsys/form-types-bundle": "dev-rc-16-0-0 as 16.0.0", - "shopsys/framework": "dev-rc-16-0-0 as 16.0.0", - "shopsys/migrations": "dev-rc-16-0-0 as 16.0.0", - "shopsys/plugin-interface": "dev-rc-16-0-0 as 16.0.0", + "shopsys/form-types-bundle": "16.0.0", + "shopsys/framework": "16.0.0", + "shopsys/migrations": "16.0.0", + "shopsys/plugin-interface": "16.0.0", "symfony/config": "^6.4", "symfony/dependency-injection": "^6.4", "symfony/form": "^6.4",