From 5d7648a833172685167fbc9eb96296044d0420dc Mon Sep 17 00:00:00 2001 From: Rostislav Vitek Date: Fri, 27 Dec 2024 14:19:12 +0100 Subject: [PATCH] prepared branch for version 17.0 --- assets/package.json | 2 +- composer.json | 8 ++++---- src/ShopsysFrameworkBundle.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/package.json b/assets/package.json index f720c2f8bc..4f218a70a7 100644 --- a/assets/package.json +++ b/assets/package.json @@ -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", diff --git a/composer.json b/composer.json index 9409ca3cda..5157690254 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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" }, diff --git a/src/ShopsysFrameworkBundle.php b/src/ShopsysFrameworkBundle.php index d30e7c9766..6fe3001f4b 100644 --- a/src/ShopsysFrameworkBundle.php +++ b/src/ShopsysFrameworkBundle.php @@ -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