SammyK / LaravelFacebookSdk

Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
MIT License
693 stars 201 forks source link

officially supports laravel 5.5, versioning fixed #191

Closed Dylan-DPC-zz closed 5 years ago

Dylan-DPC-zz commented 7 years ago

Hey Sammy,

~5.0 | ~5.1 | 5.2 ... makes no sense in the laravel world cause ~5.0 means 5.0 to 5.9999... :stuck_out_tongue: hence fixed the versioning to make it clear that it supports 5.0 to 5.5 only

Cheers