Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18409 > unrolled thread
| Started by | alex <1j9448a02@lnx159sneakemail.com.invalid> |
|---|---|
| First post | 2020-11-19 15:18 +0100 |
| Last post | 2020-11-19 15:49 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.php
composer show: question about the path alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-11-19 15:18 +0100
Re: composer show: question about the path Arno Welzel <usenet@arnowelzel.de> - 2020-11-19 15:49 +0100
| From | alex <1j9448a02@lnx159sneakemail.com.invalid> |
|---|---|
| Date | 2020-11-19 15:18 +0100 |
| Subject | composer show: question about the path |
| Message-ID | <rp5uqn$ju6$1@gioia.aioe.org> |
I state that my question is not really about php, but composer. Here is the scenario: $ composer show my-workaround/various name : my-workaround/various descrip. : keywords : versions : * 1.0.22 type : library homepage : source : [] dist : [path] /ROOT/various ii58650916c73273c21add21e61ae7db4b61fb55 path : /ROOT/various names : my-workaround/various autoload psr-4 MyWorkaround\Various\ => src Specifically $ composer show my-workaround/various | grep dist dist : [path] /ROOT/various ii58650916c73273c21add21e61ae7db4b61fb55 What does the string ii58650916c73273c21add21e61ae7db4b61fb55 mean?
[toc] | [next] | [standalone]
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Date | 2020-11-19 15:49 +0100 |
| Message-ID | <i1neuqF6na9U1@mid.individual.net> |
| In reply to | #18409 |
alex: [...] > Specifically > > $ composer show my-workaround/various | grep dist > dist : [path] /ROOT/various ii58650916c73273c21add21e61ae7db4b61fb55 > > What does the string ii58650916c73273c21add21e61ae7db4b61fb55 mean? That is the release specific reference, usually the hash of the Git commit. Also see the "reference" value of that package in composer.lock. -- Arno Welzel https://arnowelzel.de
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web