Skip to content

Commit 35e3080

Browse files
committed
bump version
1 parent a5a921e commit 35e3080

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes in PHPLOC are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [8.0.2] - 2023-03-19
6+
7+
### Changed
8+
9+
* Expanded dependencies to handle both PHPUnit 9 and 10.
10+
511
## [8.0.1] - 2023-03-17
612

713
### Changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ composer global install cmgmyr/phploc
1313

1414
```
1515
$ phploc src
16-
phploc 8.0.0 by Chris Gmyr.
16+
phploc 8.0.2 by Chris Gmyr.
1717
1818
Directories 3
1919
Files 10

src/CLI/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
final class Application
2222
{
23-
private const VERSION = '8.0.1';
23+
private const VERSION = '8.0.2';
2424

2525
public function run(array $argv): int
2626
{

0 commit comments

Comments
 (0)