bgultekin / laravel4-datatables-package

Server-side handler of DataTables Jquery Plugin for Laravel 4
267 stars 108 forks source link

PHP 5.3 support #134

Closed CoolGoose closed 10 years ago

CoolGoose commented 10 years ago

Hello, what's the minimum php version required ? There are some tweaks that need to be made for it to work in 5.3 because of the lack of closure $this support.

nesl247 commented 10 years ago

There isn't any reason to support 5.3. Laravel itself requires 5.4.

http://laravel.com/docs/installation#server-requirements

CoolGoose commented 10 years ago

I'm using it with Laravel 4.1 (that's why I'm asking).

ktunkiewicz commented 10 years ago

Fixed this.