Skip to content

Commit

Permalink
Merge pull request #80 from TheDragonCode/2.x
Browse files Browse the repository at this point in the history
Added message about missing composer.json file
  • Loading branch information
Andrey Helldar committed May 5, 2022
2 parents 32d6fd1 + 611fdc2 commit f6c80ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Support/PhpVersion.php
Expand Up @@ -59,6 +59,8 @@ protected function composer(): ?array
return Arr::ofFile($path)->toArray();
}

dump('composer.json file not found in the current directory.', __DIR__);

return null;
}
}

0 comments on commit f6c80ee

Please sign in to comment.