Skip to content

Commit 2848788

Browse files
committed
Add Laravel 5.5 Service Provider auto-discovery (patch from a-komarev 4d8d3e7)
1 parent 0620003 commit 2848788

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"extra": {
3838
"branch-alias": {
3939
"dev-mysql-5.6": "1.0.x-dev"
40+
},
41+
"laravel": {
42+
"providers": [
43+
"Grimzy\\LaravelMysqlSpatial\\SpatialServiceProvider"
44+
]
4045
}
4146
}
4247
}

0 commit comments

Comments
 (0)