File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes in PHPLOC are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 8.0.0] - 2023-02-23
6
+
7
+ ### Changed
8
+
9
+ * Changed PHP version constraint in ` composer.json ` from ` >=7.3 ` to ` ^8.1 `
10
+ * Changed Namespace from ` SebastianBergmann\PHPLOC ` to ` Cmgmyr\PHPLOC `
11
+ * Removed tools and phar build files, added GitHub actions
12
+
5
13
## [ 7.0.2] - 2020-12-07
6
14
7
15
### Changed
Original file line number Diff line number Diff line change 40
40
],
41
41
"extra" : {
42
42
"branch-alias" : {
43
- "dev-main" : " 7 .0-dev"
43
+ "dev-main" : " 8 .0-dev"
44
44
}
45
45
}
46
46
}
Original file line number Diff line number Diff line change 20
20
21
21
final class Application
22
22
{
23
- private const VERSION = '7 .0.2 ' ;
23
+ private const VERSION = '8 .0.0 ' ;
24
24
25
25
public function run (array $ argv ): int
26
26
{
You can’t perform that action at this time.
0 commit comments