mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Maintenance] Adjust Sylius version on 1.14 branch
This commit is contained in:
parent
b260046abb
commit
a80837e99e
2 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "sylius/sylius",
|
||||
"type": "library",
|
||||
"version": "v1.13.2-dev",
|
||||
"version": "v1.14.0-dev",
|
||||
"description": "E-Commerce platform for PHP, based on Symfony framework.",
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
|
|
@ -265,7 +265,7 @@
|
|||
"require": "^6.4"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-main": "1.13-dev"
|
||||
"dev-main": "1.14-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
|
|
|||
|
|
@ -43,15 +43,15 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
|||
|
||||
final class SyliusCoreBundle extends AbstractResourceBundle
|
||||
{
|
||||
public const VERSION = '1.13.2-DEV';
|
||||
public const VERSION = '1.14.0-DEV';
|
||||
|
||||
public const VERSION_ID = '11302';
|
||||
public const VERSION_ID = '11400';
|
||||
|
||||
public const MAJOR_VERSION = '1';
|
||||
|
||||
public const MINOR_VERSION = '13';
|
||||
public const MINOR_VERSION = '14';
|
||||
|
||||
public const RELEASE_VERSION = '2';
|
||||
public const RELEASE_VERSION = '0';
|
||||
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue