Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #92 from luiztessadri/master
Browse files Browse the repository at this point in the history
Added Auto-Discovery feature to work with Laravel 5.5
  • Loading branch information
brozot authored Nov 30, 2017
2 parents b097105 + 83a4472 commit 248733c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,16 @@
]
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"extra": {
"laravel": {
"providers": [
"LaravelFCM\\FCMServiceProvider"
],
"aliases": {
"FCM": "LaravelFCM\\Facades\\FCM",
"FCMGroup": "LaravelFCM\\Facades\\FCMGroup"
}
}
}
}

0 comments on commit 248733c

Please sign in to comment.