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

require __DIR__.'/vendor/autoload.php';

$application = require __DIR__.'/bootstrap/app.php';

$application->run();
