Skip to content

Commit

Permalink
chore(deps): Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  - Remove unnecessary dependencies in the composer.json file.
  • Loading branch information
guanguans committed Oct 18, 2023
1 parent 430ceac commit 43a3eed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
"require": {
"php": ">=7.3",
"dcat/laravel-admin": "^2.0",
"gregwar/captcha": "^1.2",
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0"
"gregwar/captcha": "^1.2"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
Expand Down

0 comments on commit 43a3eed

Please sign in to comment.