php - How to find which version of Laravel no longer has security vulnerability

one text

Solution:

Laravel 5.4 and later use symfony/http-foundation >= 3.4.26

It in fact uses ~3.2 which means 3.2 <= version < 4

Laravel 5.3 uses 3.1.*

Source