RatkoR / laravel-crate.io

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

Remove Illuminate version for Laravel 5.3 support #7

Closed robkerry closed 8 years ago

robkerry commented 8 years ago

Laravel 5.3 requires Illuminate 5.3.x, which is a higher version than this repository allows. Removed the maximum version number, so that it can be used on the latest stable version of Laravel.

RatkoR commented 8 years ago

Thanks for the pull.

I started with your change in composer.json, but finally had to do change more files all around the driver. There were changes in Table Schema for indexes, pdo fetch style was changed, some methods in collections were removed and more.

Seems compatible with 5.3 now (just make sure you're using version 3.0 of this driver).