Closed robkerry closed 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).
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.