Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
aac432b00c
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ foreach ($env as $line_num => $line) {
|
||||||
|
|
||||||
$env_value = trim($env_value);
|
$env_value = trim($env_value);
|
||||||
|
|
||||||
|
// Strip out the quote marks if there are any
|
||||||
|
$env_value = str_replace('"', '',$env_value);
|
||||||
|
$env_value = str_replace("'", '',$env_value);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* We set this $app_environment here to determine which version of composer to use, --no-dev or with dev dependencies.
|
* We set this $app_environment here to determine which version of composer to use, --no-dev or with dev dependencies.
|
||||||
|
|
Loading…
Add table
Reference in a new issue