Skip to content

Commit

Permalink
Add extra property of composer
Browse files Browse the repository at this point in the history
  • Loading branch information
blue32a committed Mar 6, 2020
1 parent 225b228 commit aa29814
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"phpunit/phpunit": "^8.5",
"mockery/mockery": "^1.3"
},
"extra": {
"laravel": {
"providers": [
"Blue32a\\Laravel\\Filesystem\\AzureBlobStorage\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Blue32a\\Laravel\\Filesystem\\AzureBlobStorage\\": "src/"
Expand Down

0 comments on commit aa29814

Please sign in to comment.