Skip to content

Commit e3adc1a

Browse files
committed
Add phpstan as dev dep
1 parent f37e3b6 commit e3adc1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "*",
2323
"phpunit/phpunit": "^8.0 || ^9.0",
24-
"squizlabs/php_codesniffer": "3.*"
24+
"squizlabs/php_codesniffer": "3.*",
25+
"phpstan/phpstan": "*"
2526
},
2627
"autoload": {
2728
"psr-4": {

0 commit comments

Comments
 (0)