tonydspaniard / yiinitializr-advanced

Yii Framework project structure boilerplate for advanced application requirements
67 stars 30 forks source link

Error in Composer scripts #29

Open igaponov opened 9 years ago

igaponov commented 9 years ago

Script Yiinitializr\Composer\Callback::postPackageUpdate handling the post-package-update event terminated with an exception [ErrorException] Argument 1 passed to Yiinitializr\Composer\Callback::postPackageUpdate() must be an instance of Composer\Script\Event, instance of Composer\Script\PackageEvent given

zeevin commented 7 years ago

remove all the" $event" param type hint . e.g.:public static function postUpdate( Event $event) to public static function postUpdate($event)