Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 11, 2021
1 parent 71a1576 commit 6655aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Commands/TestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ protected function sendTestException()
$this->line('');
$this->line('Extra info');
$this->table([], [
['PHP version', phpversion()],
['Platform', PHP_OS],
['PHP', phpversion()],
['Laravel', app()->version()],
['facade/ignition', InstalledVersions::getVersion('facade/ignition')],
['facade/flare-client-php', InstalledVersions::getVersion('facade/flare-client-php')],
['Laravel version', app()->version()],
['Platform', PHP_OS],
['Curl', curl_version()['version']],
['SSL', curl_version()['ssl_version']],
]);
Expand Down

0 comments on commit 6655aed

Please sign in to comment.