AppserverIo\Appserver\Meta\Composer\Script\Setup::postUpdate PHP Method

postUpdate() public static method

This method will be invoked by composer after a successful update and creates the application server configuration file under etc/appserver/appserver.xml.
public static postUpdate ( Composer\Script\Event $event ) : void
$event Composer\Script\Event The event that invokes this method
return void
    public static function postUpdate(Event $event)
    {
        Setup::postInstall($event);
    }