Function to obtain version
wq9578 opened this issue · 2 comments
wq9578 commented
There should be a static function Laravel\Dusk\Dusk::getVersion() to retrieve the version number to be provided with bug reports here.
driesvints commented
The version can be found in the composer.lock file.
wq9578 commented
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.