Skip to content

Commit

Permalink
finishing application test
Browse files Browse the repository at this point in the history
  • Loading branch information
checkitsedo committed Dec 22, 2019
1 parent ff7bb26 commit 24041e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "checkitsedo/esrpaymentslip",
"description": "Creates Swiss ESR Payment Slips (with Laravel)",
"type": "package",
"type": "library",
"license": "MIT",
"authors": [
{
Expand All @@ -15,11 +15,14 @@
},
"autoload": {
"psr-4": {
"Checkitsedo\\Esrpaymentslip\\": "packages/checkitsedo/esrpaymentslip/src/"
"Checkitsedo\\Esrpaymentslip\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Checkitsedo\\Esrpaymentslip\\EsrpaymentslipServiceProvider"
],
"aliases": {
"EsrpaymentslipHelper": "Checkitsedo\\Esrpaymentslip\\Helpers\\EsrpaymentslipHelper"
}
Expand Down

0 comments on commit 24041e5

Please sign in to comment.