Skip to content

Commit

Permalink
Added default value for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatoslav Desyatnikov committed Oct 8, 2019
1 parent cea272a commit 4842844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conveyor.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function dumpAutoloads()
public function installPackage()
{
$this->addPathRepository(
config('packager.composer_json_filename')
config('packager.composer_json_filename', 'composer.json')
);

$this->requirePackage();
Expand Down

0 comments on commit 4842844

Please sign in to comment.