Skip to content

Commit 653e677

Browse files
authored
Merge pull request #9 from PhilippHandle/master
updated phpstan version
2 parents 5af9f5d + 958a06c commit 653e677

File tree

3 files changed

+173
-3118
lines changed

3 files changed

+173
-3118
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,18 @@
2323
},
2424
"require": {
2525
"php": "^7.3",
26-
"phpstan/phpstan": "^0.12.7",
26+
"phpstan/phpstan": ">=0.12.7 <=1.2.0",
2727
"nette/utils": "^3.1.0",
2828
"webmozart/path-util": "^2.3.0",
2929
"thecodingmachine/safe": "^1.0.3",
3030
"nette/neon": "^3.1.0"
3131
},
3232
"license": "MIT",
33-
"require-dev": {
34-
"symplify/easy-coding-standard": "^7.1.0"
35-
},
3633
"scripts": {
3734
"check": [
38-
"@check-cs",
3935
"@phpstan"
4036
],
41-
"ecs": "ecs check src",
42-
"ecs-fix": "ecs check src --fix",
4337
"phpstan": "phpstan analyse src --level max --error-format=fileoutput",
44-
"phpstan-test": "phpstan analyse src tests --level max --error-format=fileoutput --no-progress",
45-
"check-cs-test": "ecs check tests "
38+
"phpstan-test": "phpstan analyse src tests --level max --error-format=fileoutput --no-progress"
4639
}
4740
}

0 commit comments

Comments
 (0)