Update target version to 2.4
parent
8c7ab194c6
commit
96314b483c
|
@ -62,7 +62,7 @@
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "2.3-dev"
|
"dev-main": "2.4-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -54,7 +54,7 @@ class Composer extends PartialComposer
|
||||||
public const VERSION = '@package_version@';
|
public const VERSION = '@package_version@';
|
||||||
public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
|
public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
|
||||||
public const RELEASE_DATE = '@release_date@';
|
public const RELEASE_DATE = '@release_date@';
|
||||||
public const SOURCE_VERSION = '2.3.999-dev+source';
|
public const SOURCE_VERSION = '2.4.999-dev+source';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version number of the internal composer-runtime-api package
|
* Version number of the internal composer-runtime-api package
|
||||||
|
|
Loading…
Reference in New Issue