Skip to content

Commit

Permalink
Support Laravel 11, upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
glennraya committed May 31, 2024
1 parent 30588ed commit 382c874
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": "~8.0|~8.1.0|~8.2.0|~8.3.0",
"php": "~8.2.0|~8.3.0",
"guzzlehttp/guzzle": "^7.0",
"laravel/framework": "^9.0|^10.0",
"nesbot/carbon": "^2.0",
"spatie/browsershot": "^3.60"
"laravel/framework": "^11.0",
"nesbot/carbon": "^3.4.0",
"spatie/browsershot": "^4.0"
},
"require-dev": {
"orchestra/testbench": "^8.0|^9.0",
Expand Down

0 comments on commit 382c874

Please sign in to comment.