POST_AUTOLOAD_DUMP event handler.
\Composer\Script\Event $event: The Composer event.
public function onPostAutoloadDump(Event $event) : void { $this->writeAccessRestrictionFiles($this->composer ->getConfig() ->get('vendor-dir')); }