Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary version checks due to unsupported old Laravel/Lume…
…n versions (#983) - support for < L5.5 was dropped, so no need to check if it's >= Laravel 5.2 - for the same reason, the Lumen 5.0/5.1 check isn't necessary because only supporting Laravel 5.5 means we only support the Laravel 5.5 _components_ which means the minimum supported Lumen version is also 5.5 (per https://lumen.laravel.com/docs/master/releases#5.5.0 )
- Loading branch information