kreait / firebase-bundle

A Symfony Bundle for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
136 stars 26 forks source link

Update phpunit/phpunit requirement from ^6.0|^7.0 to ^8.0.0 #10

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on phpunit/phpunit to permit the latest version.

Changelog *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.0.md).* > ## [8.0.0] - 2019-02-01 > > ### Changed > > * Implemented [#3060](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3060): Cleanup `PHPUnit\Framework\Constraint\Constraint` > * Implemented [#3133](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3133): Enable dependency resolution by default > * Implemented [#3236](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3236): Define which parts of PHPUnit are covered by the backward compatibility promise > * Implemented [#3244](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3244): Enable result cache by default > * Implemented [#3288](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3288): The `void_return` fixer of php-cs-fixer is now in effect > * Implemented [#3439](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3439): Improve colorization of TestDox output > * Implemented [#3444](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3444): Consider data provider that provides data with duplicate keys to be invalid > * Implemented [#3467](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3467): Code location hints for `[**requires**](https://github.com/requires)` annotations as well as `--SKIPIF--`, `--EXPECT--`, `--EXPECTF--`, `--EXPECTREGEX--`, and `--{SECTION}_EXTERNAL--` sections of PHPT tests > * Implemented [#3481](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3481): Improved `--help` output > > ### Deprecated > > * Implemented [#3332](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3332): Deprecate annotation(s) for expecting exceptions > * Implemented [#3338](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3338): Deprecate assertions (and helper methods) that operate on (non-public) attributes > * Implemented [#3341](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3341): Deprecate optional parameters of `assertEquals()` and `assertNotEquals()` > * Implemented [#3369](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3369): Deprecate `assertInternalType()` and `assertNotInternalType()` > * Implemented [#3388](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3388): Deprecate the `TestListener` interface > * Implemented [#3425](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3425): Deprecate optional parameters of `assertContains()` and `assertNotContains()` as well as using these methods with `string` haystacks > * Implemented [#3494](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3494): Deprecate `assertArraySubset()` > > ### Removed > > * Implemented [#2762](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2762): Drop support for PHP 7.1 > * Implemented [#3123](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3123): Remove `PHPUnit_Framework_MockObject_MockObject` > > [8.0.0]: https://github.com/sebastianbergmann/phpunit/compare/7.5...8.0.0
Commits - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/commits/8.0.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.