We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab71ea8 commit c70e9d4Copy full SHA for c70e9d4
app/Nova/Metrics/Issues.php
@@ -36,6 +36,8 @@ public function calculate(NovaRequest $request): ValueResult
36
$value = $process->getOutput();
37
$data = json_decode($value, true);
38
$count = count($data['installed'] ?? []);
39
+ $process = Process::fromShellCommandline("$composer clear-cache", base_path(), ['COMPOSER_HOME' => $home]);
40
+ $process->run();
41
} else {
42
//
43
$organization = config('app.sentry_organization');
0 commit comments