mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
Initial commit
This commit is contained in:
commit
cc9a65ba96
6 changed files with 3222 additions and 0 deletions
8
build-config.php
Normal file
8
build-config.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
$app = new Application();
|
||||
$app->run();
|
Loading…
Add table
Add a link
Reference in a new issue