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

Update phpunit/php-timer requirement from ^5.0 to ^7.0 in /_scripts/templates/PHP #4141

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Updates the requirements on phpunit/php-timer to permit the latest version.

Changelog

Sourced from phpunit/php-timer's changelog.

[7.0.0] - 2024-02-02

Removed

  • This component is no longer supported on PHP 8.1

[6.0.0] - 2023-02-03

Removed

  • This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0

[5.0.3] - 2020-10-26

Fixed

  • SebastianBergmann\Timer\Exception now correctly extends \Throwable

[5.0.2] - 2020-09-28

Changed

  • Changed PHP version constraint in composer.json from ^7.3 || ^8.0 to >=7.3

[5.0.1] - 2020-06-26

Added

  • This component is now supported on PHP 8

[5.0.0] - 2020-06-07

Changed

  • Parameter type for SebastianBergmann\Timer\Duration::fromMicroseconds() was changed from int to float
  • Parameter type for SebastianBergmann\Timer\Duration::fromNanoseconds() was changed from int to float
  • Return type for SebastianBergmann\Timer\Duration::asNanoseconds() was changed from int to float

Fixed

  • #31: Type Error on 32-bit systems (where hrtime() returns float instead of int)

[4.0.0] - 2020-06-01

Added

  • Introduced Duration value object for encapsulating a duration with nanosecond granularity
  • Introduced ResourceUsageFormatter object for formatting resource usage with option to explicitly pass a duration (instead of looking at the unreliable $_SERVER['REQUEST_TIME_FLOAT'] variable)

Changed

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [phpunit/php-timer](https://github.com/sebastianbergmann/php-timer) to permit the latest version.
- [Changelog](https://github.com/sebastianbergmann/php-timer/blob/main/ChangeLog.md)
- [Commits](sebastianbergmann/php-timer@5.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: phpunit/php-timer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file infrastructure target:php labels Jun 17, 2024
@teverett teverett merged commit af960a0 into master Jun 17, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/composer/_scripts/templates/PHP/phpunit/php-timer-tw-7.0 branch June 17, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file infrastructure target:php
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant