mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.23k stars 212 forks source link

Move slevomat/coding-standard to require-dev #398

Closed dmason30 closed 3 years ago

dmason30 commented 3 years ago

Hi,

I believe this package was accidentally included in require instead of require-dev which means that when using this package and running composer install --no-dev this heavy package is still installed.

I use vapor which has size limits and this change threw us over the limit.

dmason30 commented 3 years ago

@mikebronner If you could find a moment to review this it would be much appreciated! Reverted to 0.11.1 for now 😄

mikebronner commented 3 years ago

Sorry about that. That was an unintentional oversight, for sure. Thanks for the PR :)