Skip to content

Commit 5aa408d

Browse files
Update composer.json for Laravel 5.5
1 parent b5706d7 commit 5aa408d

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
@@ -15,5 +15,12 @@
1515
"psr-4": {
1616
"Mpociot\\LaravelTestFactoryHelper\\": "src/"
1717
}
18+
},
19+
"extra": {
20+
"laravel": {
21+
"providers": [
22+
"Mpociot\\LaravelTestFactoryHelper\\TestFactoryHelperServiceProvider"
23+
]
24+
}
1825
}
1926
}

0 commit comments

Comments
 (0)