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

Commit a996a8a

Browse files
authored
chore(deps): upgrade flysystem and illuminate dependencies (#1)
1 parent 149185a commit a996a8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"require": {
2020
"php": ">=8.0",
2121
"aws/aws-sdk-php": "^3.189.0",
22-
"league/flysystem": "^1.1",
23-
"illuminate/container": "^v8.0.0",
24-
"illuminate/contracts": "^v8.0.0",
25-
"illuminate/filesystem": "^v8.0.0",
26-
"illuminate/queue": "^v8.0.0",
27-
"illuminate/support": "^v8.0.0"
22+
"league/flysystem": "^3.0",
23+
"illuminate/container": "^9.0.0",
24+
"illuminate/contracts": "^9.0.0",
25+
"illuminate/filesystem": "^9.0.0",
26+
"illuminate/queue": "^9.0.0",
27+
"illuminate/support": "^9.0.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "~1",

0 commit comments

Comments
 (0)