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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuters authored Mar 27, 2022
1 parent a514114 commit 240ee3f
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 @@ -4,10 +4,10 @@
"require": {
"php": ">=7.0",
"ext-fileinfo": "*",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"kevinrob/guzzle-cache-middleware": "^3.0",
"illuminate/cache": "^5.5|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.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",
"guzzlehttp/guzzle": "^6.3 || ^7.0"
},
"license": "MIT",
Expand Down

0 comments on commit 240ee3f

Please sign in to comment.