Skip to content

Commit

Permalink
Fix larastan installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa committed Feb 28, 2023
1 parent e46a259 commit ebeb3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"php": "^8.1",
"illuminate/contracts": "^9.0",
"spatie/laravel-package-tools": "^1.13.0",
"tightenco/tlint": "6.3.0"
"tightenco/tlint": "6.3.0",
"nunomaduro/larastan": "^2.0"
},
"require-dev": {
"laravel/pint": "^1.2",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
Expand Down

0 comments on commit ebeb3d7

Please sign in to comment.