bosnadev / database

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, jsonb.
https://bosnadev.com
MIT License
78 stars 68 forks source link

Laravel 5.2 support #19

Closed EspadaV8 closed 8 years ago

EspadaV8 commented 8 years ago

This is a work in progress. Laravel 5.2 has changed a few things that requires updates to the package. illuminate/database isn't up on packagist yet though so I can't full test this.

EspadaV8 commented 8 years ago

bindShared was deprecated in Laravel 5.1 (https://github.com/laravel/framework/pull/9009) and removed in 5.2 (https://github.com/laravel/framework/pull/9037). singleton has been the recommended way for Laravel 5.

As far as I can tell, this is the only change that's needed. All test are green for me.

clslrns commented 8 years ago

+1, this issue stops me from upgrading to 5.2.