Elgg  Version master
PostUpdate.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg\Composer;
3 
5 
9 class PostUpdate {
10 
18  public static function execute(PackageEvent $event) {
19  }
20 }
static execute(PackageEvent $event)
Todo.
Definition: PostUpdate.php:18
A composer command handler to run after post-package-update event.
Definition: PostUpdate.php:9