Skip to content

Commit c4715fb

Browse files
committed
Install phpstan as dev dependencies
1 parent 12c5371 commit c4715fb

File tree

2 files changed

+290
-2
lines changed

2 files changed

+290
-2
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^7.0",
18-
"symplify/easy-coding-standard": "^3.2"
18+
"symplify/easy-coding-standard": "^3.2",
19+
"phpstan/phpstan": "^0.10.3"
1920
},
2021
"autoload": {
2122
"psr-4": {
@@ -34,6 +35,7 @@
3435
],
3536
"fix-cs": "vendor/bin/ecs check src tests --fix --config=coding-standard.neon",
3637
"check-cs": "vendor/bin/ecs check src tests --config=coding-standard.neon",
38+
"phpstan": "vendor/bin/phpstan analyse src tests --level=max",
3739
"tests": "vendor/bin/phpunit"
3840
}
3941
}

composer.lock

Lines changed: 287 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)