Skip to content

Commit

Permalink
FIX: autodiscovery. Thanks @ReckeDJ
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelpeter committed Oct 26, 2018
1 parent e90dc7a commit 72b2953
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 @@ -39,5 +39,12 @@
"mockery/mockery": "^1.0.0",
"satooshi/php-coveralls": "^1.0",
"laravel/laravel": "5.7.*"
}
},
"extra": {
"laravel": {
"providers": [
"Pixelpeter\\IsoCodesValidation\\IsoCodesValidationServiceProvider"
]
}
}
}

0 comments on commit 72b2953

Please sign in to comment.