Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
runthis committed Feb 26, 2023
1 parent 05935eb commit ba9fbea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"google/apiclient": "^2.12.1",
"guzzlehttp/guzzle": "^7.4",
"illuminate/contracts": "^9.0",
"illuminate/http": "^9.9",
"illuminate/support": "^9.9",
"illuminate/contracts": "^10.0",
"illuminate/http": "^10.0",
"illuminate/support": "^10.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0",
"spatie/laravel-ray": "^1.26",
"orchestra/testbench": "^8.0",
"spatie/laravel-ray": "^1.30",
"squizlabs/php_codesniffer": "^3.6"
},
"scripts": {
Expand Down

0 comments on commit ba9fbea

Please sign in to comment.