Displaying the composer version like:
$ composer.phar -V
Composer version e33aebc
Shows some string I assume of is a shortened git SHA-1 hash.
Is that version number/string unambiguous for now and in the future?
|
Displaying the composer version like:
Shows some string I assume of is a shortened git SHA-1 hash. Is that version number/string unambiguous for now and in the future? |
||||
|
|
The version ID there is the Git revision ID, so yes it is (almost) unambiguous. The ID you mentioned relates to the revision after this change: https://github.com/composer/composer/commit/e33aebc So, why did I say "almost"? - well it's jus the shortned SHA-1 used by git, so in theory it might happen tht two revisions share that small part of the sha key, but that's quite unlickely to happen. |
|||||||||
|
|
Now it is. Use full hash in version information of dev phars, fixes #1502. |
|||
|
|