#!/usr/bin/env php
<?php

/*
 * This file is part of twig-lint.
 *
 * (c) Alexander <iam.asm89@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

require __DIR__.'/../src/bootstrap.php';

use Asm89\Twig\Lint\Console\Application;

$application = new Application('Twig lint', 'v1.0.3');
$application->run();
