If this pull request gets merged it applies the following changes:
bumps the illuminate/support package to 6.0
bumps the phpunit/phpunit to version ~8.0
Laravel 6 requires php to be in version 7.2, so that change also applies
Fixes tests to stop using the @expectedException notation as it will be deprecated in Phpunit 9 and refactors to use the $this->expectException(\InvalidArgumentException::class); instead
updates the testcase to now include the void return type required by phpunit 8
If this pull request gets merged it applies the following changes:
illuminate/support
package to6.0
phpunit/phpunit
to version~8.0
@expectedException
notation as it will be deprecated in Phpunit 9 and refactors to use the$this->expectException(\InvalidArgumentException::class);
instead