Skip to content

Commit

Permalink
fix(laravel-nvim): update required deps from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ALameLlama committed Jan 14, 2025
1 parent 8823b1c commit 4720718
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 4720718

Please sign in to comment.