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 6f85c88 commit 3e19613Copy full SHA for 3e19613
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 = '@package_version@';
54
- const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
55
- const RELEASE_DATE = '@release_date@';
56
- const SOURCE_VERSION = '1.10-dev+source';
+ const VERSION = '1.10.26';
+ const BRANCH_ALIAS_VERSION = '';
+ const RELEASE_DATE = '2022-04-13 16:39:56';
+ const SOURCE_VERSION = '';
57
58
/**
59
* Version number of the internal composer-runtime-api package
0 commit comments