Skip to content

Commit c2ea714

Browse files
authored
Release 4.0.0 (#113)
* Prepare 4.0 * Update CHANGELOG.md * cs * Update CHANGELOG.md * Update README.md
1 parent 61f88c8 commit c2ea714

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v4.0.0
4+
5+
- Added support for PHPUnit 8.0
6+
- Dropped support for PHPUnit 7.x
7+
- Dropped support for PHP 7.1
8+
- Made classes and methods final
9+
- Added more type hints.
10+
311
## v3.1.0
412

513
- Added support for `yaml` file extension.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ container:
343343

344344
| Version | Released | PHPUnit | Status |
345345
|---------|--------------|------------|------------|
346-
| 3.x | Mar 5, 2018 | 7.x | Latest |
346+
| 4.x | Mar 28, 2019 | 8.x | Latest |
347+
| 3.x | Mar 5, 2018 | 7.x | Bugfixes |
347348
| 2.x | May 9, 2017 | 6.x | Bugfixes |
348349
| 1.x | Jul 4, 2016 | 4.x and 5x | EOL |

0 commit comments

Comments
 (0)