Skip to content

Commit

Permalink
change composer check description
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 6, 2018
1 parent d83ce20 commit 0693c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(Composer $composer)
*/
public function name(): string
{
return 'Composer dependencies are up to date';
return 'Composer dependencies are up to date with the composer.lock file.';
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(Composer $composer)
*/
public function name(): string
{
return 'Composer dependencies (without dev) are up to date';
return 'Composer dependencies (without dev) are up to date with the composer.lock file.';
}

/**
Expand Down

0 comments on commit 0693c66

Please sign in to comment.