We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7a0b2 commit 7921a79Copy full SHA for 7921a79
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.5] - 2025-03-29
6
+
7
+### Changed
8
9
+* Bump dependencies
10
11
## [8.0.4] - 2024-10-31
12
13
### Changed
README.md
@@ -13,7 +13,7 @@ $ composer global install cmgmyr/phploc
14
```
15
$ phploc src
16
-phploc 8.0.4 by Chris Gmyr.
+phploc 8.0.5 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.4';
+ private const VERSION = '8.0.5';
23
24
public function run(array $argv): int
25
0 commit comments