RatkoR / laravel-crate.io

Crate.io driver for Laravel
MIT License
36 stars 12 forks source link

add support for laravel 7 #35

Closed JulianMar closed 4 years ago

JulianMar commented 4 years ago

bump laravel version bump phpunit version bump php version, to use the same as laravel

drop support for laravel 5.5 - 5.7

RatkoR commented 4 years ago

drop support for laravel 5.5 - 5.7

Do we need to do this?

JulianMar commented 4 years ago

actually I am not quite sure. I did it because Spatie dropped the support too.

I checked the laravel support policy looks like I will add it again

JulianMar commented 4 years ago

@RatkoR I updated the composer file. During that I noticed if we have a .lock file, we cannot gurantee the correct installation of the library. It would just install the newest dependencies, so I removed it

RatkoR commented 4 years ago

Thx, merged!