Skip to content

Commit c71b815

Browse files
committed
Added missing phpstan dependency
1 parent 4fdb870 commit c71b815

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
@@ -12,6 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"nunomaduro/larastan": "^0.7.12"
15+
"nunomaduro/larastan": "^0.7.12",
16+
"phpstan/phpstan": "^0.12.96"
1617
}
1718
}

0 commit comments

Comments
 (0)