Skip to content

Commit 96373aa

Browse files
committed
Add back phpstan
1 parent 836771c commit 96373aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
},
1616
"require-dev": {
1717
"orchestra/testbench": ">=6.15",
18-
"squizlabs/php_codesniffer": "^3.5",
19-
"phpunit/phpunit": "*"
18+
"phpstan/phpstan": "^2.0",
19+
"phpunit/phpunit": "*",
20+
"squizlabs/php_codesniffer": "^3.5"
2021
},
2122
"autoload": {
2223
"psr-4": {

0 commit comments

Comments
 (0)