private function isReverseEmulationNeeded(PhpVersion $emulatorPhpVersion) : bool { return $this->hostPhpVersion ->newerOrEqual($emulatorPhpVersion) && $this->targetPhpVersion ->older($emulatorPhpVersion); }