ash-jc-allen / laravel-config-validator

A library for validating your Laravel app's config.
MIT License
200 stars 11 forks source link

Removed illuminate/cache and required illuminate/command #40

Closed ash-jc-allen closed 2 years ago

ash-jc-allen commented 2 years ago

The composer.json file contained a requirement for illuminate/cache. However, this package doesn't interact with the cache, so it's not needed.

I've also added a requirement for the illuminate/command package because we directly interact with Laravel commands.