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

Commit

Permalink
chore(deps): upgrade flysystem and illuminate dependencies (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode authored Mar 22, 2022
1 parent 149185a commit a996a8a
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 @@ -19,12 +19,12 @@
"require": {
"php": ">=8.0",
"aws/aws-sdk-php": "^3.189.0",
"league/flysystem": "^1.1",
"illuminate/container": "^v8.0.0",
"illuminate/contracts": "^v8.0.0",
"illuminate/filesystem": "^v8.0.0",
"illuminate/queue": "^v8.0.0",
"illuminate/support": "^v8.0.0"
"league/flysystem": "^3.0",
"illuminate/container": "^9.0.0",
"illuminate/contracts": "^9.0.0",
"illuminate/filesystem": "^9.0.0",
"illuminate/queue": "^9.0.0",
"illuminate/support": "^9.0.0"
},
"require-dev": {
"mockery/mockery": "~1",
Expand Down

0 comments on commit a996a8a

Please sign in to comment.