larapack / hooks

Hooks is a extension system for your Laravel application.
https://larapack.io
MIT License
219 stars 15 forks source link

[Feature Request] Check requirements #5

Closed marktopper closed 7 years ago

marktopper commented 7 years ago

It would be nice if a hook.json file could have some requirements like:

{
    "require": {
         "php": "^7.0",
         "tcg/voyager": "^0.11.1"
    }
}

I will look into how Composer does this.

marktopper commented 7 years ago

I am working on this now.

marktopper commented 7 years ago

This have been completed 👍