Skip to content

Commit

Permalink
fix(pack): update laravel-nvim required deps from v2 to v3 (#1315)
Browse files Browse the repository at this point in the history
fix(laravel-nvim): update required deps from v2 to v3
  • Loading branch information
ALameLlama authored Jan 14, 2025
1 parent 8823b1c commit 89c9960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/astrocommunity/pack/laravel/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ return {
"adalessa/laravel.nvim",
cmd = { "Sail", "Artisan", "Composer", "Npm", "Yarn", "Laravel" },
dependencies = {
"nvim-telescope/telescope.nvim",
"tpope/vim-dotenv",
"nvim-telescope/telescope.nvim",
"MunifTanjim/nui.nvim",
"nvimtools/none-ls.nvim",
"kevinhwang91/promise-async",
{
"AstroNvim/astrocore",
---@param opts AstroCoreOpts
Expand Down

0 comments on commit 89c9960

Please sign in to comment.