Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonSmit authored Sep 20, 2019
1 parent 7c41da6 commit b772969
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,15 @@
"psr-0": {
"LynX39\\LaraPdfMerger": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LynX39\\LaraPdfMerger\\PdfMergerServiceProvider"
],
"aliases": {
"PdfMerger": "LynX39\\LaraPdfMerger\\Facades\\PdfMerger"
}
}
}
}

0 comments on commit b772969

Please sign in to comment.