2014-01-08 08:33:05 +00:00
|
|
|
|
#!/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');
|
2014-01-20 12:44:10 +00:00
|
|
|
|
define('COMPOSER_DEV_WARNING_TIME', 1392812106);
|
2014-01-08 08:33:05 +00:00
|
|
|
|
require 'phar://composer.phar/bin/composer';
|
|
|
|
|
|
|
|
|
|
__HALT_COMPILER(); ?>
|
2014-01-20 12:44:10 +00:00
|
|
|
|
yg |