KnpLabs / DictionaryBundle

Are you often tired to repeat static choices like gender or civility in your apps ?
MIT License
86 stars 24 forks source link

chore(deps-dev): update friends-of-phpspec/phpspec-code-coverage requirement from 6.3.0 to 6.4.0 #301

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on friends-of-phpspec/phpspec-code-coverage to permit the latest version.

Release notes

Sourced from friends-of-phpspec/phpspec-code-coverage's releases.

A bit late but welcome to PHP8.4 and PHPUnit 11 !

This library was already compatible with PHP8.3 but now it is tested against this version during the CI.

Also the code is now compatible with phpunit/php-code-coverage v11.x so it's also compatible with PHPUnit 11

Changelog

Sourced from friends-of-phpspec/phpspec-code-coverage's changelog.

[6.4.0] - 2024-07-16

  • Support PHP 8.3
  • Compatibility with phpunit/php-code-coverage v11

[6.3.0] - 2023-02-22

  • Support PHP 8.2
  • Compatibility with phpunit/php-code-coverage v10
  • Fix version constraint with phpunit/php-code-coverage, we aren't compatible with version under v9.2…
  • Fix CI matrix to test composer dependencies on lowest possible version and highest possible version to ensure valid constraints…

[6.2.0] - 2022-01-24

  • Support PHP 8.1
  • Add ability to generate report in cobertura format (cf #49)
  • Remove GrumPHP usage.

[6.1.0] - 2021-03-30

  • Added support for directory filtering #44

[6.0.0] - 2020-11-28

  • Support PHP 8
  • Extension requires PHP7.3+ (due to phpunit/php-code-coverage v9 depending on it) #36 Version 5.x will still be maintained

[5.0.0] - 2020-11-16

  • Extension requires PHP7.2+ (due to PhpSpec v7 depending on it) #37, #35

[4.3.3] - 2020-11-16

  • Support "phpunit/php-code-coverage" v8 (#27)
  • Switch to GitHub actions (#25)

[4.3.2] - 2019-11-12

  • Allow compatibility with PHPSpec v6

[4.3.1] - 2019-10-01

  • Update root namespace to FriendsOfPhpSpec but maintain a class alias to the old one LeanPHP. The LeanPHP root namespace is now deprecated and will be removed in v5.

[4.3.0] - 2019-10-01

... (truncated)

Commits
  • 944f7d0 doc: Prepare v6.4.0
  • ff137d7 Merge pull request #61 from friends-of-phpspec/chore/phpunit-php-code-coverag...
  • 1dc3e64 chore: Handle blacklist and blacklist_files options.
  • 3e150d9 doc: Update phpunit supported version matrix.
  • 299609a phpunit: Allow compatibility with php-code-coverage v11.*
  • 14ca8bb Merge pull request #60 from friends-of-phpspec/chore/php-support
  • e4c650f ci: Test the code against PHP 8.3.
  • See full diff 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 show 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)
dependabot[bot] commented 2 months ago

Superseded by #309.