Skip to content

Commit a701b7a

Browse files
committed
Bump version to 2.8.0
1 parent 5bf3b17 commit a701b7a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [v2.8.0]
8+
### Added
9+
* Added Laravel 10 and PHP 8.1 Support [#626](https://github.com/nunomaduro/phpinsights/pull/626)
10+
* fix string interpolation deprecation messages in PHP 8.2 [#628](https://github.com/nunomaduro/phpinsights/pull/628)
11+
12+
### Changed
13+
* Update readme.md to 2023 [#627](https://github.com/nunomaduro/phpinsights/pull/627)
14+
* update phploc [#630](https://github.com/nunomaduro/phpinsights/pull/630)
15+
* update GH actions [#631](https://github.com/nunomaduro/phpinsights/pull/631)
16+
* Update Quick start [#625](https://github.com/nunomaduro/phpinsights/pull/625)
17+
* Adjust interpolation [#632](https://github.com/nunomaduro/phpinsights/pull/632)
18+
719
## [v2.7.0]
820
### Added
921
- Added support for slevomat/coding-standard:8.0 ([#611](https://github.com/nunomaduro/phpinsights/pull/611))

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpinsights",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

src/Domain/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class Kernel
1616
*
1717
* @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
1818
*/
19-
public const VERSION = 'v2.7.0';
19+
public const VERSION = 'v2.8.0';
2020

2121
/**
2222
* Bootstraps the usage of the package.

0 commit comments

Comments
 (0)