We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d36e86 commit cd6666eCopy full SHA for cd6666e
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.1] - 2023-03-17
6
+
7
+### Changed
8
9
+* Changed PHP version constraint in `composer.json` from `^8.1` to `^7.4 || ^8.0`
10
11
## [8.0.0] - 2023-02-23
12
13
### Changed
src/CLI/Application.php
@@ -20,7 +20,7 @@
20
21
final class Application
22
{
23
- private const VERSION = '8.0.0';
+ private const VERSION = '8.0.1';
24
25
public function run(array $argv): int
26
0 commit comments