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

Upgrade PHPUnit from 7 to 8 (php 7.2 required) #65

Merged
merged 2 commits into from
Feb 6, 2019

Conversation

romainnorberg
Copy link
Contributor

@romainnorberg romainnorberg commented Feb 1, 2019

The proposal is the support of PhpUnit 8 and php 7.2 (or newer) requirement. Active support for PHP 7.1 ended on December 1, 2018

Todo

  • update readme

@DanielBadura
Copy link

DanielBadura commented Feb 6, 2019

In the travis-ci.yml php7.1 has to be removed.

On the other hand i thought on letting PHPUnit 7 and 8 valid for now "phpunit/phpunit": "^7.0|^8.0". Otherwise this package needs to dump again the major version with this change. For me its fine but the major version was dumped like 8 days ago

@sebastiandedeyne
Copy link
Member

No need to tag a new majro version when upgrading underlying version constraints, Composer already takes care of resolving the correct package version.

Looks good to me, gonna push forward. Thanks!

@sebastiandedeyne sebastiandedeyne merged commit 05619cb into spatie:master Feb 6, 2019
@romainnorberg romainnorberg deleted the feat-updatePhpUnit branch February 6, 2019 15:41
@romainnorberg
Copy link
Contributor Author

Thanks @sebastiandedeyne 🚀

According to @DanielBadura, we should remove php7.1 from travis.ci ?

@sebastiandedeyne
Copy link
Member

Already done :)

da0d144

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

3 participants