Skip to content

Commit dc11ca1

Browse files
akalongmannoplanman
authored andcommitted
Install PHPStan package
1 parent 0f5afe0 commit dc11ca1

File tree

2 files changed

+987
-23
lines changed

2 files changed

+987
-23
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4",
36-
"squizlabs/php_codesniffer": "^3.3"
36+
"squizlabs/php_codesniffer": "^3.3",
37+
"phpstan/phpstan": "^0.10.5"
3738
},
3839
"autoload": {
3940
"psr-4": {

0 commit comments

Comments
 (0)