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 fedc76e commit 6a69018Copy full SHA for 6a69018
src/Composer/Composer.php
@@ -52,10 +52,10 @@ class Composer
52
* const RELEASE_DATE = '@release_date@';
53
* const SOURCE_VERSION = '1.8-dev+source';
54
*/
55
- const VERSION = '2.2.22';
56
- const BRANCH_ALIAS_VERSION = '';
57
- const RELEASE_DATE = '2023-09-29 10:53:45';
58
- const SOURCE_VERSION = '';
+ const VERSION = '@package_version@';
+ const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
+ const RELEASE_DATE = '@release_date@';
+ const SOURCE_VERSION = '2.2.999-dev+source';
59
60
/**
61
* Version number of the internal composer-runtime-api package
0 commit comments