Merge pull request #1069 from phil-davis/phpstan-1.2
Use phpstan major version 1
This commit is contained in:
commit
70437c87b0
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"require-dev" : {
|
||||
"friendsofphp/php-cs-fixer": "2.18.0",
|
||||
"phpstan/phpstan": "^0.12"
|
||||
"phpstan/phpstan": "^1.2"
|
||||
},
|
||||
"replace" : {
|
||||
"jeromeschneider/baikal" : "self.version"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
parameters:
|
||||
level: 0
|
||||
excludes_analyse:
|
||||
excludePaths:
|
||||
- Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/generate-sprite.php
|
||||
- Core/Resources/Web/BaikalAdmin/GlyphiconsPro/generate-sprite.php
|
||||
- html/res/core/BaikalAdmin/GlyphiconsPro/generate-sprite.php
|
||||
|
|
Loading…
Reference in a new issue