RomaGilyov / laravel-csv-importer

Flexible and reliable way to import, parse, validate and transform your csv files with laravel
MIT License
16 stars 9 forks source link

Allow Carbon 2 to be installed #5

Closed TheoKouzelis closed 5 years ago

TheoKouzelis commented 5 years ago

Brings the Carbon dependency constraint inline with the later versions of Laravel https://github.com/laravel/framework/blob/5.8/composer.json#L28

TheoKouzelis commented 5 years ago

Hello,

I've also noticed there is a hard requirement of "league/csv": "8.0", would it be beneficial to change this to "^8.0" or is there a breaking change in version 8 which you're trying to avoid?

RomaGilyov commented 5 years ago

Hi, merged the carbon 2 change into the repo, and I need to check the league/csv package for compatibility, most probably I'll do it on the weekend.