]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.phar
composer
[github/wallabag/wallabag.git] / composer.phar
CommitLineData
7d2eb7a7
NL
1#!/usr/bin/env php
2<?php
3/*
4 * This file is part of Composer.
5 *
6 * (c) Nils Adermann <naderman@naderman.de>
7 * Jordi Boggiano <j.boggiano@seld.be>
8 *
9 * For the full copyright and license information, please view
10 * the license that is located at the bottom of this file.
11 */
12
13Phar::mapPhar('composer.phar');
14define('COMPOSER_DEV_WARNING_TIME', 1378121045);
15require 'phar://composer.phar/bin/composer';
16
17__HALT_COMPILER(); ?>\r
18