Skip to content

Commit f1292c3

Browse files
Tom Drissenpatrickbrouwers
authored andcommitted
Add support for Laravel's auto discovery feature (#55)
1 parent 96d666e commit f1292c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,12 @@
3737
"classmap": [
3838
"tests"
3939
]
40+
},
41+
"extra": {
42+
"laravel": {
43+
"providers": [
44+
"LaravelDoctrine\\Migrations\\MigrationsServiceProvider"
45+
]
46+
}
4047
}
4148
}

0 commit comments

Comments
 (0)