Skip to content

Commit cbea776

Browse files
authored
兼容 Laravel 9.0
1 parent f686a57 commit cbea776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "overtrue/laravel-filesystem-qiniu",
33
"description": "A Qiniu storage filesystem for Laravel.",
44
"require": {
5-
"php": ">=5.5.9",
6-
"league/flysystem": "^1.0",
7-
"overtrue/flysystem-qiniu": "^1.0.2"
5+
"php": "^8.0.2",
6+
"league/flysystem": "^3.0",
7+
"overtrue/flysystem-qiniu": "^2.0.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)