mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 05:25:01 +02:00
28554 lines
487 KiB
Plaintext
Executable File
28554 lines
487 KiB
Plaintext
Executable File
#!/usr/bin/env php
|
||
<?php
|
||
/*
|
||
* This file is part of Composer.
|
||
*
|
||
* (c) Nils Adermann <naderman@naderman.de>
|
||
* Jordi Boggiano <j.boggiano@seld.be>
|
||
*
|
||
* For the full copyright and license information, please view
|
||
* the license that is located at the bottom of this file.
|
||
*/
|
||
|
||
Phar::mapPhar('composer.phar');
|
||
if (time() > 1342011607) {
|
||
echo 'This dev build of composer is outdated, please run "'.$argv[0].' self-update" to get the latest.'.PHP_EOL;
|
||
}
|
||
require 'phar://composer.phar/bin/composer';
|
||
|
||
__HALT_COMPILER(); ?>
|
||
Y@ |