file-fetcher
Variables
phar-manifest.php File Reference

Variables

 print
 
 $tag = @\exec('git describe --tags 2>&1')
 
if(\strpos($tag, '-')===false &&\strpos($tag, 'No names found')===false) else
 
 $hash = @\exec('git log -1 --format="%H"')
 
print n
 
 $lock = \json_decode(\file_get_contents(__DIR__ . '/../../composer.lock'))
 

Variable Documentation

◆ $hash

print $branch $hash = @\exec('git log -1 --format="%H"')

◆ $lock

$lock = \json_decode(\file_get_contents(__DIR__ . '/../../composer.lock'))

◆ $tag

$tag = @\exec('git describe --tags 2>&1')

◆ else

if (\strpos( $tag, '-')===false &&\strpos( $tag, 'No names found')===false) else
Initial value:
{
$branch = @\exec('git rev-parse --abbrev-ref HEAD')

◆ n

print n

◆ print

print