Skip to content
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

Add support for Laravel 6 #6

Closed
wants to merge 2 commits into from
Closed

Add support for Laravel 6 #6

wants to merge 2 commits into from

Conversation

RVxLab
Copy link
Contributor

@RVxLab RVxLab commented Sep 8, 2019

This pull request adds support for Laravel 6 while maintaining support for Laravel 5.6 (probably 5.5 too, but that test was removed) and over.

Changes:

  • Simplify version constrains in composer.json
  • Fix PHPMD warnings regarding imports of RuntimeException
  • Change assertContains and assertNotContains to assertStringContainsString and assertStringNotContainsString as per deprecation of the former methods in PHPUnit 8
  • Increase minimum PHP version to 7.2.
  • Remove PHPUnit 6 as it's not longer supported (remove Laravel 5.5 and Testbench 3.5 tests with it)

The PHP version increase is done for 2 reasons:

  1. To fix support for Doctrine
  2. PHP 7.1 is EOL at the end of this year

Perhaps doing a major bump is a good idea.

Removed PHP 7.1 support in Travis and Scrutinizer

Added Laravel 6 tests

Add version constraint of Ocramius to <1.5 due to the PHP 7.3 requirement

Remove PHPUnit 6 from version constraint

Removed tests needing PHPUnit 6
@JeroenVanOort
Copy link
Contributor

I'm sorry for taking so long to reply.

I doubt it is needed to remove support for Laravel 5.5 in order to add support for Laravel 6. I will give this package some TLC in the days to come.

@RVxLab RVxLab closed this Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants