Skip to content

Commit

Permalink
Merge pull request #6 from ilhamarrouf/development
Browse files Browse the repository at this point in the history
#5 support laravel 5.5 and auto discovery
  • Loading branch information
sayaamirul authored Jan 11, 2018
2 parents b7fad35 + 0a24369 commit f9d0143
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
vendor/
composer.lock
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php" : "^5.6|^7.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0"
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0"
},
"autoload" : {
"psr-4" : {
Expand All @@ -18,5 +18,15 @@
"files" : [
"src/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Kawankoding\\Fcm\\FcmServiceProvider"
],
"aliases" : {
"Fcm": "Kawankoding\\Fcm\\FcmFacade"
}
}
}
}

0 comments on commit f9d0143

Please sign in to comment.