mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Change application's version to v2.2.7-dev
This commit is contained in:
parent
a1a074a079
commit
a90d41c9bf
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "sylius/sylius",
|
"name": "sylius/sylius",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "v2.2.6",
|
"version": "v2.2.7-dev",
|
||||||
"description": "E-Commerce platform for PHP, based on Symfony framework.",
|
"description": "E-Commerce platform for PHP, based on Symfony framework.",
|
||||||
"homepage": "https://sylius.com",
|
"homepage": "https://sylius.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||||
|
|
||||||
final class SyliusCoreBundle extends AbstractResourceBundle
|
final class SyliusCoreBundle extends AbstractResourceBundle
|
||||||
{
|
{
|
||||||
public const VERSION = '2.2.6';
|
public const VERSION = '2.2.7-DEV';
|
||||||
|
|
||||||
public const VERSION_ID = '20206';
|
public const VERSION_ID = '20206';
|
||||||
|
|
||||||
|
|
@ -48,9 +48,9 @@ final class SyliusCoreBundle extends AbstractResourceBundle
|
||||||
|
|
||||||
public const MINOR_VERSION = '2';
|
public const MINOR_VERSION = '2';
|
||||||
|
|
||||||
public const RELEASE_VERSION = '6';
|
public const RELEASE_VERSION = '7';
|
||||||
|
|
||||||
public const EXTRA_VERSION = '';
|
public const EXTRA_VERSION = 'DEV';
|
||||||
|
|
||||||
/** @return string[] */
|
/** @return string[] */
|
||||||
public function getSupportedDrivers(): array
|
public function getSupportedDrivers(): array
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue