Skip to content

Commit 08e9b9b

Browse files
committed
bump version
1 parent 67418fb commit 08e9b9b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

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+
513
## [7.0.2] - 2020-12-07
614

715
### Changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"extra": {
4242
"branch-alias": {
43-
"dev-main": "7.0-dev"
43+
"dev-main": "8.0-dev"
4444
}
4545
}
4646
}

src/CLI/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
final class Application
2222
{
23-
private const VERSION = '7.0.2';
23+
private const VERSION = '8.0.0';
2424

2525
public function run(array $argv): int
2626
{

0 commit comments

Comments
 (0)