Skip to content

Commit

Permalink
upgrade to Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusgalasso authored Jul 24, 2023
1 parent 45bf34f commit 91b194c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.1",
"guzzlehttp/guzzle": "^7.0",
"illuminate/support": "^9.0"
"illuminate/support": "^10.0"
},
"require-dev": {
},
Expand Down

0 comments on commit 91b194c

Please sign in to comment.