Skip to content

Commit

Permalink
prepared branch for version 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav authored and grossmannmartin committed Sep 25, 2024
1 parent 1ca026a commit eb86095
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": "15.0.0-dev.2",
"version": "16.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 @@ -83,11 +83,11 @@
"scheb/2fa-email": "^5.7",
"scheb/2fa-google-authenticator": "^5.7",
"scheb/2fa-qr-code": "^5.7",
"shopsys/form-types-bundle": "15.0.x-dev",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/jsformvalidator-bundle": "^1.7.0",
"shopsys/migrations": "15.0.x-dev",
"shopsys/migrations": "16.0.x-dev",
"shopsys/ordered-form": "^5.2",
"shopsys/plugin-interface": "15.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"snc/redis-bundle": "^4.4.1",
"spatie/opening-hours": "^3.0",
"stof/doctrine-extensions-bundle": "^1.3.0",
Expand Down Expand Up @@ -120,7 +120,7 @@
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^11.2.1",
"psr/event-dispatcher": "^1.0.0",
"shopsys/coding-standards": "15.0.x-dev",
"shopsys/coding-standards": "16.0.x-dev",
"sspooky13/yaml-standards": "^9.0",
"symfony/var-dumper": "^5.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 = '15.0.0-dev';
public const VERSION = '16.0.0-dev';

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

0 comments on commit eb86095

Please sign in to comment.