mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-16 02:18:23 +00:00
9 lines
133 B
PHP
9 lines
133 B
PHP
<?php
|
|
|
|
use Symfony\Component\Console\Application;
|
|
|
|
require __DIR__ . '/vendor/autoload.php';
|
|
|
|
$app = new Application();
|
|
$app->run();
|