mikebronner / nova-map-marker-field

Provides an visual interface for editing latitude and longitude coordinates.
MIT License
131 stars 36 forks source link

Laravel 6 support on 0.2.2 #47

Closed Donkfather closed 3 years ago

Donkfather commented 3 years ago

Hello,

Thank you for the package. I was wondering is there any specific reason why version 0.2.2 doesn't support Laravel 6 ? I forked it and changed the composer.json file to allow Laravel 6 and haven't encountered any issues so far. I'm asking because it might be something I missed.

Thank you

mikebronner commented 3 years ago

Hi @Donkfather, No specific reason at this point. As a general rule, I only support the latest version of Laravel. Further, I might only support more recent versions of PHP in order to take advantage of new functionality. If you forked it and it works, you should be OK. :)