davibennun / laravel-push-notification

Laravel package to enable sending push notifications to devices
1.23k stars 259 forks source link

Update README.md #169

Closed luisbahamonde closed 7 years ago

luisbahamonde commented 7 years ago
davibennun commented 7 years ago

It turns out Laravel 5 actually supports php 5.4: https://laravel.com/docs/5.0#server-requirements Only on Laravel 5.1 that the support for php 5.4 was ditched in favor of the 5.5 version (which supports ::class): https://laravel.com/docs/5.1#installation. Since we must support laravel 5 I am closing this pull request.