Skip to content

Commit

Permalink
Make plugin compatible with hirak/prestissimo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaskill committed Sep 6, 2020
1 parent 5918271 commit 70c2da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function getSubscribedEvents() {
return array(
PackageEvents::PRE_PACKAGE_INSTALL => 'getDownloadUrl',
PackageEvents::PRE_PACKAGE_UPDATE => 'getDownloadUrl',
PluginEvents::PRE_FILE_DOWNLOAD => 'onPreFileDownload',
PluginEvents::PRE_FILE_DOWNLOAD => array( 'onPreFileDownload', -1 ),
);
}

Expand Down

0 comments on commit 70c2da2

Please sign in to comment.