Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit f3683aa

Browse files
Prepare release
1 parent 66446a8 commit f3683aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [6.0.3] - 2020-12-07
6+
7+
### Changed
8+
9+
* Changed PHP version constraint in `composer.json` from `^7.3` to `>=7.3`
10+
511
## [6.0.2] - 2020-08-18
612

713
### Fixed
@@ -79,6 +85,7 @@ All notable changes in PHPCPD are documented in this file using the [Keep a CHAN
7985

8086
* Removed support for PHP versions older than PHP 5.6
8187

88+
[6.0.3]: https://github.com/sebastianbergmann/phpcpd/compare/6.0.2...6.0.3
8289
[6.0.2]: https://github.com/sebastianbergmann/phpcpd/compare/6.0.1...6.0.2
8390
[6.0.1]: https://github.com/sebastianbergmann/phpcpd/compare/6.0.0...6.0.1
8491
[6.0.0]: https://github.com/sebastianbergmann/phpcpd/compare/5.0.2...6.0.0

src/CLI/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
final class Application
2525
{
26-
private const VERSION = '6.0.2';
26+
private const VERSION = '6.0.3';
2727

2828
public function run(array $argv): int
2929
{

0 commit comments

Comments
 (0)