<?php $version = explode(' ', $version)[2];
if (version_compare($version, $this->requiredVersion, '<')) {
$this->warn("Your RoadRunner binary version (<fg=red>$version</>) may be incompatible with Octane.");
if ($this->confirm('Should Octane download the latest RoadRunner binary version for your operating system?', true)) {