Skip to content

Commit d07e3b1

Browse files
committed
Added composer autoloader
1 parent 895ead4 commit d07e3b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/up

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env php
22
<?php
3-
include('up.php');
3+
include('up.php');

bin/up.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
require_once realpath(dirname(__FILE__).'/../../../autoload.php');
4+
35
$app = new \Symfony\Component\Console\Application('up');
46

57
foreach (\Smrtr\MysqlVersionControl\DbConfig::getEnvironments() as $env) {

0 commit comments

Comments
 (0)