Skip to content

Commit

Permalink
🚚 Move Larastan from dev dependencies to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jan 2, 2024
1 parent 4e07fe3 commit d0882ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"php": ">=8.2",
"barryvdh/laravel-debugbar": "^3.9",
"barryvdh/laravel-ide-helper": "^2.13",
"larastan/larastan": "^2.8",
"laravel/sail": "^1.26",
"orchestra/testbench": "^8.19",
"pestphp/pest-plugin-faker": "^2.0",
Expand Down Expand Up @@ -98,8 +99,5 @@
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"require-dev": {
"larastan/larastan": "^2.7"
}
"prefer-stable": true
}

0 comments on commit d0882ab

Please sign in to comment.