Skip to content

Commit 0693c66

Browse files
committed
change composer check description
1 parent d83ce20 commit 0693c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Checks/Development/ComposerWithDevDependenciesIsUpToDate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(Composer $composer)
2626
*/
2727
public function name(): string
2828
{
29-
return 'Composer dependencies are up to date';
29+
return 'Composer dependencies are up to date with the composer.lock file.';
3030
}
3131

3232
/**

src/Checks/Production/ComposerWithoutDevDependenciesIsUpToDate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(Composer $composer)
2626
*/
2727
public function name(): string
2828
{
29-
return 'Composer dependencies (without dev) are up to date';
29+
return 'Composer dependencies (without dev) are up to date with the composer.lock file.';
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)