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