Closed pelmered closed 5 years ago
@Alymosul Yes. The version of PHP is incompatible with the version of PHPUnit included.
I would suggest that we only use PHP 7.2 and 7.3 in the Travis test matrix. I can fix that if you want.
Fixed both Travis and Scrutinizer scripts.
Required PHP-version is now 7.1.3. That is the minimum requirement for Laravel 5.6+. Laravel 6.0 has a minimum requirement of 7.2 and I think the requirement for this package should probably be bumped up to 7.2 as well.
Thanks!
@Alymosul Could you release a new stable version with this fix?
I think the travis script needs some changes..