#!/usr/bin/env php // This is free and unencumbered software released into the public domain. // For more information, please refer to $my_version = '0.1.0'; $base_url = 'https://getcomposer.org'; // Retrieved from , only valid for tagged releases. $signature_key = << 2; if ($too_many_args || ($_SERVER['argc'] === 2 && preg_match('#^(--?|/)(h|help|\?)$#', $_SERVER['argv'][1]))) { fwrite($too_many_args ? STDERR : STDOUT, <<= 2) ? $_SERVER['argv'][1] : tempnam(sys_get_temp_dir(), 'composer-'); if (!file_put_contents($file, $phar)) { throw new \RuntimeException("could not write PHAR to $file"); } chmod($file, 0755); return $file; }