File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ v1.11.1]
8+ ### Fixed
9+ - Exclusion in ForbiddenFinalClasses Insight ([ #326 ] ( https://github.com/nunomaduro/phpinsights/pull/326 ) )
10+
711## [ v1.11.0]
812### Added
913- Support to Symfony 5 ([ #324 ] ( https://github.com/nunomaduro/phpinsights/pull/324 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " phpinsights" ,
3- "version" : " 1.11.0 " ,
3+ "version" : " 1.11.1 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class Kernel
1818 /**
1919 * The app version.
2020 */
21- public const VERSION = 'v1.11.0 ' ;
21+ public const VERSION = 'v1.11.1 ' ;
2222
2323 /**
2424 * Bootstraps the usage of the package.
You can’t perform that action at this time.
0 commit comments