laravel/dusk

Function to obtain version

wq9578 opened this issue · 2 comments

There should be a static function Laravel\Dusk\Dusk::getVersion() to retrieve the version number to be provided with bug reports here.

The version can be found in the composer.lock file.

I know, but parsing this file isn't a convenient option for someone who wants the version to be displayed online.
Therefore I believe that a function as proposed above would be an improvement.