We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ef0b7 commit e61d472Copy full SHA for e61d472
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.3] - 2023-08-05
6
+
7
+### Changed
8
9
+* rm use of version dependency, fix php-file-iterator version handling
10
11
## [8.0.2] - 2023-03-19
12
13
### Changed
README.md
@@ -13,7 +13,7 @@ $ composer global install cmgmyr/phploc
14
```
15
$ phploc src
16
-phploc 8.0.2 by Chris Gmyr.
+phploc 8.0.3 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.2';
+ private const VERSION = '8.0.3';
23
24
public function run(array $argv): int
25
0 commit comments