config); }); } else { if ($command === 'configure-pcov') { if (PHP_VERSION_ID >= 70100) { shell_exec('composer require pcov/clobber ^1'); modify(static function ($config) { $config->scripts = new \stdClass; $config->scripts->{'post-autoload-dump'} = '\\pcov\\Clobber::autoload'; }); shell_exec('composer dump'); } } }