Releases: orchestral/dusk-updater
Releases · orchestral/dusk-updater
v1.1.1
v1.1.0
v1.0.1
Added
- Added
symfony/polyfill-ctype
in case PHP environment doesn't includectype_*
functions. - Added tests.
Changes
- Split reusable code under
Orchestra\DuskUpdater\UpdateCommand
toOrchestra\DuskUpdater\Concerns\DetectsChromeVersion
trait. - Throws
RuntimeException
if command trying to update none-existing ChromeDriver version.