Skip to content

Commit

Permalink
Include the Laravel Psalm plugin in monorepo dev-dependencies
Browse files Browse the repository at this point in the history
This will allow us to resolve types from items retrieved from the Laravel service container.
  • Loading branch information
caendesilva committed Oct 29, 2023
1 parent 7c77890 commit d9285a9
Show file tree
Hide file tree
Showing 3 changed files with 2,889 additions and 1,345 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@
"laravel-zero/framework": "^10.0"
},
"require-dev": {
"desilva/psalm-coverage": "dev-master",
"driftingly/rector-laravel": "^0.14.1",
"hyde/realtime-compiler": "dev-master",
"hyde/testing": "dev-master",
"jetbrains/phpstorm-attributes": "^1.0",
"laravel/tinker": "^2.7",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.8",
"psalm/plugin-laravel": "^2.8",
"rector/rector": "^0.15.1",
"squizlabs/php_codesniffer": "^3.7",
"desilva/psalm-coverage": "dev-master"
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d9285a9

Please sign in to comment.