Skip to content

Commit

Permalink
Update strauss
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 25, 2024
1 parent e19fb6a commit 76905fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/strauss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ call_user_func(function ($version) {
break;
}

if (!class_exists(Composer\Autoload\ClassLoader::class)) {
if (!class_exists(BrianHenryIE\Strauss\Console\Application::class)) {
fwrite(STDERR,
'You must set up the project dependencies, run the following commands:' . PHP_EOL
. 'curl -s https://getcomposer.org/installer | php' . PHP_EOL
Expand Down

0 comments on commit 76905fb

Please sign in to comment.