Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from clickbar/master
Browse files Browse the repository at this point in the history
Bump laravel version to 10
  • Loading branch information
yuters authored May 21, 2023
2 parents aff7543 + 9d7dfb3 commit 4603b43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"require": {
"php": ">=7.0",
"ext-fileinfo": "*",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"kevinrob/guzzle-cache-middleware": "^3.0|^4.0",
"illuminate/cache": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/cache": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^6.5 || ^7.0"
},
"license": "MIT",
Expand Down

0 comments on commit 4603b43

Please sign in to comment.