This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes in PHPCPD are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 7.0.0] - 2021-MM-DD
6
+
7
+ ### Added
8
+
9
+ * [ #199 ] ( https://github.com/sebastianbergmann/phpcpd/pull/199 ) : Suffix Tree-based algorithm for code clone detection
10
+
5
11
## [ 6.0.3] - 2020-12-07
6
12
7
13
### Changed
@@ -85,6 +91,7 @@ All notable changes in PHPCPD are documented in this file using the [Keep a CHAN
85
91
86
92
* Removed support for PHP versions older than PHP 5.6
87
93
94
+ [ 7.0.0 ] : https://github.com/sebastianbergmann/phpcpd/compare/6.0.3...master
88
95
[ 6.0.3 ] : https://github.com/sebastianbergmann/phpcpd/compare/6.0.2...6.0.3
89
96
[ 6.0.2 ] : https://github.com/sebastianbergmann/phpcpd/compare/6.0.1...6.0.2
90
97
[ 6.0.1 ] : https://github.com/sebastianbergmann/phpcpd/compare/6.0.0...6.0.1
Original file line number Diff line number Diff line change 40
40
],
41
41
"extra" : {
42
42
"branch-alias" : {
43
- "dev-master" : " 6 .0-dev"
43
+ "dev-master" : " 7 .0-dev"
44
44
}
45
45
}
46
46
}
Original file line number Diff line number Diff line change 27
27
28
28
final class Application
29
29
{
30
- private const VERSION = '6.0.3 ' ;
30
+ private const VERSION = '7.0 ' ;
31
31
32
32
public function run (array $ argv ): int
33
33
{
You can’t perform that action at this time.
0 commit comments