Skip to content

Commit 92ec7b3

Browse files
committed
Bump phpstan version
1 parent e0b2221 commit 92ec7b3

File tree

2 files changed

+530
-272
lines changed

2 files changed

+530
-272
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
},
2424
"require": {
2525
"php": "^7.1",
26-
"phpstan/phpstan": "^0.10",
26+
"phpstan/phpstan": "^0.11",
2727
"nette/utils": "2.5.*",
2828
"webmozart/path-util": "^2.3",
2929
"thecodingmachine/safe": "^0.1.9"
3030
},
3131
"license": "MIT",
3232
"require-dev": {
3333
"symplify/easy-coding-standard": "^5.3",
34-
"noximo/easycodingstandard-fileoutput": "^0.0.1"
34+
"noximo/easycodingstandard-fileoutput": "^0.0.2"
3535
},
3636
"scripts": {
3737
"check": [

0 commit comments

Comments
 (0)