waytohealth / oauth2-withings

Withings Provider for league/oauth2-client
http://oauth2-client.thephpleague.com/
MIT License
2 stars 8 forks source link

Update phpunit/phpunit requirement from ^5.0 to ^6.2 #24

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Changelog

Sourced from phpunit/phpunit's changelog.

6.2.4 - 2017-08-03

Changed

  • Do not pull in sebastian/diff ^2.0

6.2.3 - 2017-07-03

Fixed

  • Fixed #2705: stderr parameter in phpunit.xml always considered true

6.2.2 - 2017-06-13

Fixed

  • Fixed #2703: RiskyTestError class is not declared in the correct namespace

6.2.1 - 2017-06-02

Changed

  • Rolled back the change that when beStrictAboutCoversAnnotation="true" is configured or --strict-coverage is used then a test is now also marked as risky when it specifies units of code using @covers or @uses that are not executed by the test

6.2.0 - 2017-06-02

Added

  • Implemented #2642: Support counting non-Iterator Traversable objects
  • Implemented #2664: Add @runClassInSeparateProcess annotation to execute all tests of a class in a single, separate process
  • Implemented #2666: Allow using a Traversable as data provider (not only Iterator)
  • Implemented #2670: Add support for disabling the conversion of E_DEPRECATED to exceptions
  • Implemented #2692: Add --no-logging option to disable logging

Changed

  • Implemented #2689: Unpack nested IteratorAggregate objects for Count constraint
  • When beStrictAboutCoversAnnotation="true" is configured or --strict-coverage is used then a test is now also marked as risky when it specifies units of code using @covers or @uses that are not executed by the test
Commits
  • ff3a76a Prepare release
  • 0c5c74d Do not pull in sebastian/diff ^2.0
  • a46132a Merge branch '5.7' into 6.2
  • a12edbc Move configuration for preference of stable packages to composer.json
  • 2dd0ac5 We also need --prefer-stable with --prefer-lowest
  • 293c1d7 Merge branch '5.7' into 6.2
  • 84349f1 rbenv: version `5.6snapshot' not installed
  • d8b3fa3 Also test with 5.6snapshot, 7.0snapshot, and 7.1snapshot
  • 67606db Eliminate code duplication
  • e4f6d3c Reorder
  • Additional commits viewable in compare view


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.


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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[bot] commented 3 years ago

Superseded by #29.