1
0
Fork 0

Bump main to target 2.5

pull/11014/head
Jordi Boggiano 2022-08-20 13:13:59 +02:00
parent ceec6ff8e2
commit cd71cf47b3
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.4-dev" "dev-main": "2.5-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.4.999-dev+source'; public const SOURCE_VERSION = '2.5.999-dev+source';
/** /**
* Version number of the internal composer-runtime-api package * Version number of the internal composer-runtime-api package