Skip to content

Commit

Permalink
Allow phpunit/php-code-coverage v8
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Feb 15, 2020
1 parent b54fd0b commit 2a4daca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.1.1] - 2020-02-15
### Added
- Compatibility with `phpunit/php-code-coverage` v8

## [4.1.0] - 2019-11-04
### Added
- Added `reports` configuration key to enable generation of multiple coverage output formats, with schema validation of the available format-specific options
Expand All @@ -24,7 +28,8 @@
- Support for Symfony components older than `<3.4`
- Support for HHVM

[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v4.1.0...master
[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v4.1.1...master
[4.1.1]: https://github.com/dvdoug/behat-code-coverage/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/dvdoug/behat-code-coverage/compare/v4.0.1...v4.1.0
[4.0.1]: https://github.com/dvdoug/behat-code-coverage/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/dvdoug/behat-code-coverage/compare/v3.4.1...v4.0.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Doug Wright
Copyright (c) 2019-2020 Doug Wright
Copyright (c) 2017 ek9 <[email protected]> (https://ek9.co).
Copyright (c) 2013-2016 Anthon Pang.
All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"require": {
"php": ">=7.1",
"phpunit/php-code-coverage": "^6.0||^7.0",
"phpunit/php-code-coverage": "^6.0||^7.0||^8.0",
"behat/behat": "^3.5",
"guzzlehttp/guzzle": "^6.0",
"symfony/console": "^3.4||^4.0||^5.0",
Expand All @@ -35,7 +35,7 @@
"symfony/event-dispatcher": "^3.4||^4.0||^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0||^8.0",
"phpunit/phpunit": "^7.0||^8.0||^9.0",
"friendsofphp/php-cs-fixer": "^2.13"
},
"suggest": {
Expand Down

0 comments on commit 2a4daca

Please sign in to comment.