Skip to content

Commit 3bf3fb3

Browse files
committed
package auto-discovery for Laravel 5.5+
1 parent d8df8f7 commit 3bf3fb3

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
@@ -24,5 +24,12 @@
2424
"psr-4": {
2525
"LaravelSmpp\\Tests\\": "tests/"
2626
}
27+
},
28+
"extra": {
29+
"laravel": {
30+
"providers": [
31+
"LaravelSmpp\\LaravelSmppServiceProvider"
32+
]
33+
}
2734
}
2835
}

0 commit comments

Comments
 (0)