v3.0.4
Support for Laravel 5.6 as submitted by @andrewmclagan in PR #52
Migrating some core changes and support php7 / Laravel 5.6:
- Added direct support for laravel 5.6.x
- Changed PHP support to min of >=7.1 as per laravel 5.6
- Changed required dependancy
illuminate/support
to minimum ^5.0 - Added local docker
phpunit
,phpunit-versions
,composer
helpers./bin/
e.g. simply typebin/phpunit
- Updated travis config
- Use of class constants to add coverage of namespace collision edge cases
- Added config helper to DRY codebase
- Added basic method return type declarations (strong typing is a win:win)
- Dropping support for HHVM as PHPUnit has now dropped support as of 6.x.x