Update target version to 2.6
parent
e6ef9eb332
commit
2484602f8d
|
@ -65,7 +65,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "2.5-dev"
|
||||
"dev-main": "2.6-dev"
|
||||
},
|
||||
"phpstan": {
|
||||
"includes": [
|
||||
|
|
|
@ -54,7 +54,7 @@ class Composer extends PartialComposer
|
|||
public const VERSION = '@package_version@';
|
||||
public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
|
||||
public const RELEASE_DATE = '@release_date@';
|
||||
public const SOURCE_VERSION = '2.5.999-dev+source';
|
||||
public const SOURCE_VERSION = '2.6.999-dev+source';
|
||||
|
||||
/**
|
||||
* Version number of the internal composer-runtime-api package
|
||||
|
|
Loading…
Reference in New Issue