No support for Laravel 5.8
Closed this issue · 0 comments
AfikDeri commented
I see in your composer.json
that you specify that this package requires illuminate/support 5.5.* || 5.6.* || 5.7.*
.
Is there a reason not to add 5.8.*
as well?
Some issues you may encounter if you upgrade:
- You probably want to require
orchestra/testbench
3.8.*
as well - php test will most likely fail unless you change the setUp method signature in
TestCase.php
topublic function setUp(): void