We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc54ad2 commit a33aa23Copy full SHA for a33aa23
CHANGELOG.md
@@ -6,6 +6,14 @@ documented in this file.
6
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
+## [3.1.x-dev] - UNRELEASED
10
+
11
+- Update PHP requirement to `>=5.6` (from `>=5.3.10`)
12
+- Update `phpunit/php-code-coverage` from `~2.2` to `~4.0||~5.0`.
13
+- Add/implement missing tests for Xml and Crap4j reporters
14
+- Mark `phpdbg` or `xdebug` specific tests so they are skipped automatically
15
+ (using phpunit's @requires).
16
17
## [3.0.0] - 2017-04-08 (backported `3.0.x-dev` + patches)
18
19
- Fixed compatibility with Symfony `2.x` and `3.x` #2
0 commit comments