1
0
Fork 0
composer/tests/console-application.php

16 lines
359 B
PHP
Raw Normal View History

<?php
2022-02-18 07:50:11 +00:00
/*
* 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
* file that was distributed with this source code.
*/
require __DIR__ . '/../vendor/autoload.php';
return new \Composer\Console\Application();