We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627ed5c commit 8b6b2a4Copy full SHA for 8b6b2a4
1 file changed
src/Composer/Composer.php
@@ -51,10 +51,10 @@ class Composer extends PartialComposer
51
*
52
* @see getVersion()
53
*/
54
- public const VERSION = '@package_version@';
55
- public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
56
- public const RELEASE_DATE = '@release_date@';
57
- public const SOURCE_VERSION = '2.10.999-dev+source';
+ public const VERSION = '2.10.0-RC1';
+ public const BRANCH_ALIAS_VERSION = '';
+ public const RELEASE_DATE = '2026-04-01 13:24:44';
+ public const SOURCE_VERSION = '';
58
59
/**
60
* Version number of the internal composer-runtime-api package
0 commit comments