ausi/slug-generator

Unsupported declare 'strict_types' + Fatal error

ezetojo opened this issue · 4 comments

I'm getting this while using the generator. Any idea? Thank you!

Warning: Unsupported declare 'strict_types' in SlugGenerator.php on line 12
Fatal error: Default value for parameters with a class type hint can only be NULL in SlugGenerator.php on line 36

ausi commented

Which PHP version are you using?

@ausi PHP 5.6.29

ausi commented

For this library you need at least PHP 7.1.0. Composer should have checked that automatically at installation.

@ausi oh, ok, my bad. i installed it manually. thanks btw