Skip to content

Commit

Permalink
v0.9.0 j
Browse files Browse the repository at this point in the history
Applied auto discover package for Laravel 5.5
  • Loading branch information
zgldh committed Nov 25, 2017
1 parent 9fbd26d commit 0aa1246
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abcsun/qiniu-laravel",
"type": "library",
"description": "Qiniu Resource (Cloud) Storage SDK for Laravel 5",
"version": "0.8.4",
"version": "0.9.0",
"keywords": [
"qiniu",
"storage",
Expand Down Expand Up @@ -33,5 +33,12 @@
"psr-4": {
"zgldh\\QiniuStorage\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"zgldh\\QiniuStorage\\QiniuFilesystemServiceProvider"
]
}
}
}

0 comments on commit 0aa1246

Please sign in to comment.