Skip to content

Commit 72b2953

Browse files
committed
FIX: autodiscovery. Thanks @ReckeDJ
1 parent e90dc7a commit 72b2953

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,12 @@
3939
"mockery/mockery": "^1.0.0",
4040
"satooshi/php-coveralls": "^1.0",
4141
"laravel/laravel": "5.7.*"
42-
}
42+
},
43+
"extra": {
44+
"laravel": {
45+
"providers": [
46+
"Pixelpeter\\IsoCodesValidation\\IsoCodesValidationServiceProvider"
47+
]
48+
}
49+
}
4350
}

0 commit comments

Comments
 (0)