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 f1455e5 + 88086e9 commit 7f65f72
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "shopsys/administration",
"type": "library",
"description": "Administration interface for the Shopsys Platform",
"keywords": ["Shopsys Platform", "SSFW", "admin", "administration", "admin panel"],
"keywords": [
"Shopsys Platform",
"SSFW",
"admin",
"administration",
"admin panel"
],
"license": "proprietary",
"authors": [
{
Expand All @@ -22,10 +28,10 @@
},
"require": {
"php": "^8.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 All @@ -41,7 +47,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "16.0.x-dev"
"shopsys/coding-standards": "16.0.0"
},
"extra": {
"symfony": {
Expand Down

0 comments on commit 7f65f72

Please sign in to comment.