Skip to content

Commit

Permalink
Added message about missing composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed May 5, 2022
1 parent 20d88d1 commit 611fdc2
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 611fdc2

Please sign in to comment.