Skip to content

Commit

Permalink
Remove unused laravel/helpers dependency (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre committed Jan 18, 2024
1 parent da4a836 commit 1fad21d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^7.0",
"laravel/helpers": "^1.0"
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 1fad21d

Please sign in to comment.