Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobJenkinson committed Jan 3, 2025
1 parent 7a6901f commit 6aa9946
Show file tree
Hide file tree
Showing 2 changed files with 7,119 additions and 1,679 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": "^8.3",
"guzzlehttp/guzzle": ">=1.16.0",
"laravel/framework": ">=1.15.5",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": ">10.0",
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
Expand All @@ -24,7 +24,7 @@
}
},
"require-dev": {
"orchestra/testbench": "~3.0"
"orchestra/testbench": "^8.0"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 6aa9946

Please sign in to comment.