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 61f88c8 commit c2ea714Copy full SHA for c2ea714
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v3.1.0
12
13
- Added support for `yaml` file extension.
README.md
@@ -343,6 +343,7 @@ container:
343
344
| Version | Released | PHPUnit | Status |
345
|---------|--------------|------------|------------|
346
-| 3.x | Mar 5, 2018 | 7.x | Latest |
+| 4.x | Mar 28, 2019 | 8.x | Latest |
347
+| 3.x | Mar 5, 2018 | 7.x | Bugfixes |
348
| 2.x | May 9, 2017 | 6.x | Bugfixes |
349
| 1.x | Jul 4, 2016 | 4.x and 5x | EOL |
0 commit comments