Skip to content

Commit

Permalink
prepared branch for version 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav committed Dec 27, 2024
1 parent e4597a6 commit 5d7648a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopsys/framework",
"version": "16.0.0-dev.5",
"version": "17.0.0-dev.1",
"description": "Shopsys Platform assets files",
"repository": "https://github.com/shopsys/shopsys",
"author": "Shopsys",
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"scheb/2fa-bundle": "^7.6.0",
"scheb/2fa-email": "^7.6.0",
"scheb/2fa-google-authenticator": "^7.6.0",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/form-types-bundle": "17.0.x-dev",
"shopsys/jsformvalidator-bundle": "^2.0.0",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"shopsys/migrations": "17.0.x-dev",
"shopsys/plugin-interface": "17.0.x-dev",
"snc/redis-bundle": "^4.8.0",
"spatie/opening-hours": "^4.0",
"stof/doctrine-extensions-bundle": "^1.3.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^11.2.1",
"psr/event-dispatcher": "^1.0.0",
"shopsys/coding-standards": "16.0.x-dev",
"shopsys/coding-standards": "17.0.x-dev",
"sspooky13/yaml-standards": "^9.0",
"symfony/var-dumper": "^6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ShopsysFrameworkBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ShopsysFrameworkBundle extends Bundle
/**
* @var string
*/
public const VERSION = '16.0.0-dev';
public const VERSION = '17.0.0-dev';

/**
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container
Expand Down

0 comments on commit 5d7648a

Please sign in to comment.