Bump branch-alias to 2.8
parent
f17df6d5a1
commit
f42fb617e6
|
@ -65,7 +65,7 @@
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "2.7-dev"
|
"dev-main": "2.8-dev"
|
||||||
},
|
},
|
||||||
"phpstan": {
|
"phpstan": {
|
||||||
"includes": [
|
"includes": [
|
||||||
|
|
|
@ -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.7.999-dev+source';
|
public const SOURCE_VERSION = '2.8.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