Skip to content

Commit

Permalink
Temporarily undeclare support for the unreleased php-code-coverage v10
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 30, 2021
1 parent bf1dc76 commit 9e541e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## [Unreleased] - 2021-xx-xx
### Added
- Compatibility with `phpunit/php-code-coverage` v10.
### Changed
- Deprecated `processUncoveredFiles` setting, it has been removed as of php-code-coverage v10.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"php": "^7.3 || ^8.0",
"composer-runtime-api": "^2.0",
"behat/behat": "^3.8.1",
"phpunit/php-code-coverage": "^9.2||^10.0",
"phpunit/php-code-coverage": "^9.2",
"symfony/console": "^4.4||^5.0||^6.0",
"symfony/config": "^4.4.30||^5.1.4||^6.0",
"symfony/dependency-injection": "^4.4.12||^5.1.4||^6.0",
"symfony/event-dispatcher": "^4.4||^5.0||^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.1",
"phpunit/phpunit": "^9.5.5||^10.0",
"phpunit/phpunit": "^9.5.5",
"symfony/filesystem": "^4.4||^5.0||^6.0"
},
"suggest": {
Expand Down

0 comments on commit 9e541e7

Please sign in to comment.