miroc / Laravel-Adminer

Adminer wrapper for Laravel 5
58 stars 24 forks source link

Throws error on PHP 7 #5

Closed jesseleite closed 8 years ago

jesseleite commented 8 years ago

This version of adminer throws error on PHP 7. I've been told that newer version of adminer has addressed the issue.

miroc commented 8 years ago

Thanks for a feedback! Looks like I need to update...

miroc commented 8 years ago

Should be fixed, I updated to Adminer 4.2.3 plus I integrated this pull request (got the same error with php7): https://github.com/vrana/adminer/pull/153

jesseleite commented 8 years ago

@miroc Thanks! ...Though upon trying to update, it seems Packagist is still on an older commit.

miroc commented 8 years ago

@JesseLeite You're right. I updated that as well and will set up a push hook-up for Packagist.

jesseleite commented 8 years ago

Works on PHP 7, thanks <3