Skip to content

Commit

Permalink
[shopsys] release of v16.0.0 (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav authored Dec 30, 2024
2 parents d9b898b + 67d7320 commit fd0b8fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
17 changes: 12 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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",
Expand Down

0 comments on commit fd0b8fd

Please sign in to comment.