Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Mar 19, 2023
1 parent a5a921e commit 35e3080
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [8.0.2] - 2023-03-19

### Changed

* Expanded dependencies to handle both PHPUnit 9 and 10.

## [8.0.1] - 2023-03-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ composer global install cmgmyr/phploc

```
$ phploc src
phploc 8.0.0 by Chris Gmyr.
phploc 8.0.2 by Chris Gmyr.
Directories 3
Files 10
Expand Down
2 changes: 1 addition & 1 deletion src/CLI/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

final class Application
{
private const VERSION = '8.0.1';
private const VERSION = '8.0.2';

public function run(array $argv): int
{
Expand Down

1 comment on commit 35e3080

@TomasVotruba
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cmgmyr , I want to thank you for taking this over! You're a savior 🙏
I've been using for every new project I work with 💪

Please sign in to comment.