DictionaryBundle
DictionaryBundle copied to clipboard
chore(deps-dev): update friends-of-phpspec/phpspec-code-coverage requirement from 6.3.0 to 6.4.1
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.
Quickfix around exclude path logic.
Since the v6.4.0 and some libraries updates, we were forced to rewrite the exclude path logic within the coverage listener. This release contains a fix, more details in #62.
Thank you
@wesolydexter
for the patch !
Changelog
Sourced from friends-of-phpspec/phpspec-code-coverage's changelog.
[6.4.1] - 2024-08-12
- Fix issue with the path exclude logic within the coverage listener #62
[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
[4.3.3] - 2020-11-16
[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
... (truncated)
Commits
2ea7800
doc: Prepare v6.4.1cfe2fd1
Merge pull request #62 from wesolydexter/blacklist-fix18bb622
Blacklist: Fix building of the excludes list944f7d0
doc: Prepare v6.4.0ff137d7
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-supporte4c650f
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 <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)