-
Notifications
You must be signed in to change notification settings - Fork 40
[WIP] Support for laravel 5.6 #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Changed php support to min of >=7.1 as per laravel 5.6 * Changed reqiured dependancy `illuminate/support` to minimum ^5.0 * Added local docker `phpunit`, `phpunit-versions`, `composer` helpers `./bin/` - e.g. simply type `bin/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)
See readme for some small docker changes |
@andrewmclagan great PR. Thank you for your work on this. I will definitely use it as soon as I figure out the best way to fit this into our tagging policy. |
This has been merged into |
This is more a proposal to migrate some core changes and support php7 / larave 5.6 on a new
3.x.x
tagging moving forward and older versions on the2.x.x
tagging:5.6.x
illuminate/support
to minimum ^5.0phpunit
,phpunit-versions
,composer
helpers./bin/
bin/phpunit
6.x.x