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 5ecf6ccd1..cba1411f5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,14 @@ "name": "shopsys/product-feed-google", "type": "library", "description": "Shopsys Platform plugin interface for Google XML product feed generation", - "keywords": ["Google", "product feed", "XML feed", "plugin", "Shopsys Platform", "SSFW"], + "keywords": [ + "Google", + "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",