Closed ash-jc-allen closed 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.
composer.json
illuminate/cache
I've also added a requirement for the illuminate/command package because we directly interact with Laravel commands.
illuminate/command
The
composer.json
file contained a requirement forilluminate/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.