File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ### Fixed
11
+
12
+ - Use ` phpstan ` as a dev dependency to detect bugs
13
+
8
14
## [ 1.1.0] - 2018-08-04
9
15
10
16
### Added
@@ -68,7 +74,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
68
74
69
75
First version
70
76
71
-
77
+ [ Unreleased ] : https://github.com/middlewares/http-authentication/compare/v1.1.0...HEAD
72
78
[ 1.1.0 ] : https://github.com/middlewares/http-authentication/compare/v1.0.0...v1.1.0
73
79
[ 1.0.0 ] : https://github.com/middlewares/http-authentication/compare/v0.5.0...v1.0.0
74
80
[ 0.5.0 ] : https://github.com/middlewares/http-authentication/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 26
26
"phpunit/phpunit" : " ^6.0|^7.0" ,
27
27
"zendframework/zend-diactoros" : " ^1.3" ,
28
28
"friendsofphp/php-cs-fixer" : " ^2.0" ,
29
- "squizlabs/php_codesniffer" : " ^3.0"
29
+ "squizlabs/php_codesniffer" : " ^3.0" ,
30
+ "phpstan/phpstan" : " ^0.9.2|^0.10.3"
30
31
},
31
32
"autoload" : {
32
33
"psr-4" : {
41
42
"scripts" : {
42
43
"test" : [
43
44
" phpunit --coverage-text" ,
45
+ " phpstan analyse --no-progress --level 7 src" ,
44
46
" phpcs"
45
47
],
46
48
"cs-fix" : " php-cs-fixer fix ." ,
You can’t perform that action at this time.
0 commit comments