diff --git a/bin/mage b/bin/mage index 16b10c3..fed329b 100755 --- a/bin/mage +++ b/bin/mage @@ -2,10 +2,10 @@ configure(__DIR__ . '/../.mage.yml'); +$mage->configure('.mage.yml'); $mage->run(); \ No newline at end of file diff --git a/composer.json b/composer.json index b3a866e..6984c8e 100644 --- a/composer.json +++ b/composer.json @@ -29,10 +29,8 @@ "**/Tests/" ] }, - "config": { + "config": { "bin-dir": "bin" }, - "bin": [ - "bin/mage" - ] + "bin": ["bin/mage"] } \ No newline at end of file