area17 / blast

Storybook for Laravel Blade 🚀
https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c
Apache License 2.0
262 stars 37 forks source link

PHP version support #131

Open fruitl00p opened 3 months ago

fruitl00p commented 3 months ago

Currently the supported version of PHP in composer.json states "^7.3|^8.0|^8.1" But in the 1.x branch in src/Traits/Helpers.php there's a trailing , in the runProcessInBlast which is only supported since PHP8+ As 7.3 is already was past its EOL, I'd like to propose and drop EOL versions (which does require a semver major bump)

What are your thoughts? It would currently break on PHP7 anyway, and i'd like to contribute some PHP8+ cleanup (return types, property types et al)