alias != static::ALIAS) { return false; } // Do not apply to the same or newer versions if (version_compare($event->old, static::VERSION, '>=')) { return false; } return true; } }