We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e19613 commit 9c86ff9Copy full SHA for 9c86ff9
src/Composer/Composer.php
@@ -50,10 +50,10 @@ class Composer
50
* const RELEASE_DATE = '@release_date@';
51
* const SOURCE_VERSION = '1.8-dev+source';
52
*/
53
- const VERSION = '1.10.26';
54
- const BRANCH_ALIAS_VERSION = '';
55
- const RELEASE_DATE = '2022-04-13 16:39:56';
56
- const SOURCE_VERSION = '';
+ const VERSION = '@package_version@';
+ const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
+ const RELEASE_DATE = '@release_date@';
+ const SOURCE_VERSION = '1.10-dev+source';
57
58
/**
59
* Version number of the internal composer-runtime-api package
0 commit comments