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 d477018 commit 7d6c76eCopy full SHA for 7d6c76e
src/Composer/Composer.php
@@ -51,10 +51,10 @@ class Composer extends PartialComposer
51
*
52
* @see getVersion()
53
*/
54
- public const VERSION = '2.5.7';
55
- public const BRANCH_ALIAS_VERSION = '';
56
- public const RELEASE_DATE = '2023-05-24 15:00:39';
57
- public const SOURCE_VERSION = '';
+ 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';
58
59
/**
60
* Version number of the internal composer-runtime-api package
0 commit comments