We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbadc3d commit 5d785f8Copy full SHA for 5d785f8
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.6] - 2025-03-29
6
+
7
+### Changed
8
9
+* Bump dependencies
10
11
## [8.0.5] - 2025-03-29
12
13
### Changed
README.md
@@ -13,7 +13,7 @@ $ composer global install cmgmyr/phploc
14
```
15
$ phploc src
16
-phploc 8.0.5 by Chris Gmyr.
+phploc 8.0.6 by Chris Gmyr.
17
18
Directories 3
19
Files 10
src/CLI/Application.php
@@ -19,7 +19,7 @@
20
final class Application
21
{
22
- private const VERSION = '8.0.5';
+ private const VERSION = '8.0.6';
23
24
public function run(array $argv): int
25
0 commit comments