We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a921e commit 35e3080Copy full SHA for 35e3080
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes in PHPLOC are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5
+## [8.0.2] - 2023-03-19
6
+
7
+### Changed
8
9
+* Expanded dependencies to handle both PHPUnit 9 and 10.
10
11
## [8.0.1] - 2023-03-17
12
13
### Changed
README.md
@@ -13,7 +13,7 @@ $ composer global install cmgmyr/phploc
14
```
15
$ phploc src
16
-phploc 8.0.0 by Chris Gmyr.
+phploc 8.0.2 by Chris Gmyr.
17
18
Directories 3
19
Files 10
src/CLI/Application.php
@@ -20,7 +20,7 @@
20
21
final class Application
22
{
23
- private const VERSION = '8.0.1';
+ private const VERSION = '8.0.2';
24
25
public function run(array $argv): int
26
0 commit comments