1 | <?php |
||
10 | class TryToInstallZendExpressiveTemplate |
||
11 | { |
||
12 | /** |
||
13 | * @param \Composer\Installer\InstallerEvent $event |
||
14 | * @see |
||
15 | * https://getcomposer.org/doc/articles/scripts.md#defining-scripts |
||
16 | * https://getcomposer.org/apidoc/master/Composer/Installer/InstallerEvent.html |
||
17 | * http://jakoch.de/2015/10/23/how-to-create-a-composer-plugin/ |
||
18 | * https://github.com/composer/composer/issues/3430 |
||
19 | */ |
||
20 | public static function execute($event) |
||
40 | } |