Update Travis for PHP7, update tooling

This commit is contained in:
Craig Davis
2017-10-16 16:00:50 -07:00
parent 442afa1889
commit fe9e5625b6
10 changed files with 1538 additions and 628 deletions

View File

@@ -7,7 +7,7 @@ if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
}
// Bootstrap our application with the Composer autoloader
$app = require __DIR__ . '/vendor/autoload.php';
$app = include __DIR__ . '/vendor/autoload.php';
// Setup the namespace for our own namespace
$app->add('Resume', __DIR__ . '/src');