diff --git a/LICENSE b/LICENSE index 368429263..402932dab 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: diff --git a/composer.json b/composer.json index 6a21f3f1b..2283701c6 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": "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",