Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 495a9b5

Browse files
Add Laravel 5.5+ auto-discovery
1 parent 5610d92 commit 495a9b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
"tests/"
3434
]
3535
},
36+
"extra": {
37+
"laravel": {
38+
"providers": [
39+
"LaravelFCM\\FCMServiceProvider"
40+
],
41+
"aliases": {
42+
"FCM": "LaravelFCM\\Facades\\FCM"
43+
}
44+
}
45+
},
3646
"minimum-stability": "dev",
3747
"prefer-stable": true
3848
}

0 commit comments

Comments
 (0)