1
0
Fork 0

Update target version to 2.6

pull/11303/head
Jordi Boggiano 2023-02-04 14:57:31 +01:00
parent e6ef9eb332
commit 2484602f8d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.5-dev" "dev-main": "2.6-dev"
}, },
"phpstan": { "phpstan": {
"includes": [ "includes": [

View File

@ -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.5.999-dev+source'; public const SOURCE_VERSION = '2.6.999-dev+source';
/** /**
* Version number of the internal composer-runtime-api package * Version number of the internal composer-runtime-api package