mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
8 lines
133 B
PHP
8 lines
133 B
PHP
<?php
|
|
|
|
use Symfony\Component\Console\Application;
|
|
|
|
require __DIR__ . '/vendor/autoload.php';
|
|
|
|
$app = new Application();
|
|
$app->run();
|