mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Add a new check for the mbstring dependency. Closes #20
This commit is contained in:
@@ -16,7 +16,7 @@ $app->add('Resume', __DIR__ . '/src');
|
||||
$console = new Resume\Cli\Resume();
|
||||
|
||||
// If we're running from phar, we get these values from the stub
|
||||
if (!defined("IN_PHAR")) {
|
||||
if (!defined('IN_PHAR')) {
|
||||
$project = json_decode(file_get_contents(__DIR__ . '/composer.json'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user