Skip to content

Commit

Permalink
🚚 Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Oct 29, 2023
1 parent fc47219 commit 7644a55
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 347 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ yarn-error.log
/.vscode
/.php-cs-fixer.cache
/.deploy.yml
/composer-local.json
/composer-local.lock
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"php": "^8.0|^8.1",
"composer/installers": "^2.2",
"guzzlehttp/guzzle": "^7.2",
"juzaweb/modules": "*",
"juzaweb/dev-tool": "^1.0",
"juzaweb/modules": "^1.0",
"laravel/framework": "^9.2",
"laravel/tinker": "^2.7",
"oomphinc/composer-installers-extender": "^2.0"
Expand All @@ -27,7 +28,6 @@
"barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^2.1",
"fakerphp/faker": "^1.9.1",
"juzaweb/dev-tool": "*",
"laravel/sail": "^1.0.1",
"laravel/telescope": "^4.7",
"mockery/mockery": "^1.4.4",
Expand Down Expand Up @@ -77,6 +77,10 @@
{
"type": "path",
"url": "./plugins/*"
},
{
"type": "path",
"url": "./themes/*"
}
]
}
Loading

0 comments on commit 7644a55

Please sign in to comment.