Skip to content

Commit 389e207

Browse files
authoredAug 17, 2017
Merge pull request #106 from dbpolito/patch-2
Support for package discover introduced by Laravel 5.5.
2 parents bc8e316 + 023e8f4 commit 389e207

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,12 @@
7070
"./tests/5.3/run",
7171
"./tests/5.4/run"
7272
]
73+
},
74+
"extra": {
75+
"laravel": {
76+
"providers": [
77+
"Mariuzzo\\LaravelJsLocalization\\LaravelJsLocalizationServiceProvider"
78+
]
79+
}
7380
}
7481
}

0 commit comments

Comments
 (0)