Skip to content

Commit 0e2d4d4

Browse files
committed
fix simple line
1 parent f04f5cf commit 0e2d4d4

File tree

6 files changed

+1119
-889
lines changed

6 files changed

+1119
-889
lines changed

composer.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,14 @@
2828
},
2929
"license": "MIT",
3030
"require-dev": {
31-
"grifart/phpstan-oneline": "^0.2.0",
3231
"jakub-onderka/php-console-highlighter": "^0.4",
3332
"jakub-onderka/php-parallel-lint": "1.0.*",
3433
"noximo/phpstan-fileoutput": "0.1.*",
35-
"phpstan/phpstan": "^0.10.5",
36-
"phpstan/phpstan-deprecation-rules": "^0.10.2",
37-
"phpstan/phpstan-nette": "^0.10.1",
38-
"phpstan/phpstan-strict-rules": "^0.10.1",
34+
"phpstan/phpstan": "^0.11",
35+
"phpstan/phpstan-deprecation-rules": "^0.11",
36+
"phpstan/phpstan-strict-rules": "^0.11",
3937
"roave/security-advisories": "dev-master",
40-
"symplify/easy-coding-standard": "^5.3"
38+
"symplify/easy-coding-standard": "^6.0"
4139
},
4240
"scripts": {
4341
"check-cs": "ecs check src",

0 commit comments

Comments
 (0)