brexis / laravel-workflow

Use the Symfony Workflow component in Laravel
MIT License
281 stars 105 forks source link

v1.1.2 require php ^7.1.3 #38

Closed faizfizy closed 5 years ago

faizfizy commented 5 years ago

I'm on PHP 7.0.3. laravel-workflow 1.1.2 should require php: >=5.5.9 but it include symfony workflow ^3.3 which include symfony/property-access ~2.3|~3.0|~4.0 and this require PHP ^7.1.3 It breaks composer install on my machine.