websemantics / builder-extension

Scaffold your PyroCMS apps in style for a more pleasurable and productive coding experience.
https://github.com/pyrocms-templates
MIT License
12 stars 4 forks source link

Newer versions of pyro break the extension #27

Closed edster closed 7 years ago

edster commented 7 years ago

Can't install anymore

Declaration of Websemantics\BuilderExtension\Console\MakeAddon::fire(Anomaly\Streams\Platform\Addon\AddonManager $addons) should be compatible with Anomaly\Streams\Platform\Addon\Console\MakeAddon::fire(Anomaly\Streams\Platform\Addon\AddonManager $addons, Illuminate\Contracts\Config\Repository $config)
edster commented 7 years ago

Add \Illuminate\Contracts\Config\Repository $config variable to line 51

add $config to line 85

websemantics commented 7 years ago

Thanks @edster for the heads-up, I'll fix and update shortly ..