troelskn / laravel-fillable-relations

Provides HasFillableRelations trait to Eloquent models
64 stars 23 forks source link

Update illuminate/database to ^6.0 and updated old dependencies #22

Closed jopicornell closed 4 years ago

jopicornell commented 4 years ago

This PR fixes #21 . I've updated the dependency illuminate/database to ^6.0 and dev dependencies should be updated as orchestra/database and orchestra/testbench had a new version. PHPUnit and mockery had to be updated as well, required not only by new dependencies but they were old and were throwing some warnings to the console as well.

All tests are passing.

troelskn commented 4 years ago

@jopicornell thanks for your contribution. I've updated your changes a bit, since I don't want to break any older versions of Laravel with this (E.g. leave the main composer.json file with relaxed version requirements). I'll open a new PR to merge it and I'll be closing this.