Skip to content

Commit

Permalink
update ComposerScripts::installDependencies()
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdotcom committed Nov 21, 2024
1 parent 278df1d commit b55e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ComposerScripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private static function installDependencies()
\exec($composer . ' require vimeo/psalm ^5.22.2 --dev --with-all-dependencies --no-scripts');
}
if (PHP_VERSION_ID >= 70200) {
\exec($composer . ' require slevomat/coding-standard ^8.9.0 --dev --no-scripts');
\exec($composer . ' require slevomat/coding-standard ^8.9.0 --dev --with-all-dependencies --no-scripts');
$info['haveSlevomat'] = true;
}
return $info;
Expand Down

0 comments on commit b55e45a

Please sign in to comment.