Skip to content

Commit

Permalink
dependencies upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
theanadimukt authored Mar 13, 2024
1 parent b01b55b commit 0c4a189
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0|^10.0",
"guzzlehttp/guzzle": "^7.4",
"php": "^8.2",
"laravel/framework": "^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "^7.8",
"jenssegers/agent": "2.6.*"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.0",
"orchestra/testbench": "^7.4|^8.0"
"phpunit/phpunit": "^9.5|^10.0|^11.0",
"orchestra/testbench": "^7.4|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0c4a189

Please sign in to comment.