ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
PatchEvents.php
Go to the documentation of this file.
1 <?php
2 
8 namespace cweagans\Composer;
9 
10 class PatchEvents {
11 
19  const PRE_PATCH_APPLY = 'pre-patch-apply';
20 
28  const POST_PATCH_APPLY = 'post-patch-apply';
29 
30 }