spatie/laravel-schemaless-attributes

Is laravel 5.6 a requirement?

flexgrip opened this issue · 2 comments

Hello,

I tried installing this package, but it's telling me I need Illuminate/database ^5.6 which I assume is dependency of laravel 5.6. Am I missing something in the readme or somewhere that mentions you have to be running L5.6?

If so, is there something in the illuminate/database package that changed from 5.5 to 5.6 that would prevent me from just forking and modifying the version in the composer.json?

Thanks!

somewhere that mentions you have to be running L5.6

It's in composer.json

If so, is there something in the illuminate/database package that changed from 5.5 to 5.6 that would prevent me from just forking and modifying the version in the composer.json?

Try it out and let us know.

The package works perfectly with laravel 5.5, as far as I could test. I was unable to run the tests because I could not set up phpunit correctly.