Skip to content

Commit b43053e

Browse files
committed
Add PHPStan to require-dev dependencies
PHPStan has been added to the development dependencies in `composer.json` to enhance static code analysis. This will help identify potential issues and improve code quality during development.
1 parent cfb7dfc commit b43053e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"require-dev": {
2121
"orchestra/testbench": "^7.0",
22+
"phpstan/phpstan": "^1.10",
2223
"phpunit/phpunit": "^9.5"
2324
},
2425
"autoload": {

0 commit comments

Comments
 (0)