We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7fad35 + 0a24369 commit f9d0143Copy full SHA for f9d0143
.gitignore
@@ -1 +1,3 @@
1
.DS_Store
2
+vendor/
3
+composer.lock
composer.json
@@ -9,7 +9,7 @@
9
],
10
"require": {
11
"php" : "^5.6|^7.0",
12
- "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"
13
},
14
"autoload" : {
15
"psr-4" : {
@@ -18,5 +18,15 @@
18
"files" : [
19
"src/helpers.php"
20
]
21
+ },
22
+ "extra": {
23
+ "laravel": {
24
+ "providers": [
25
+ "Kawankoding\\Fcm\\FcmServiceProvider"
26
+ ],
27
+ "aliases" : {
28
+ "Fcm": "Kawankoding\\Fcm\\FcmFacade"
29
+ }
30
31
}
32
0 commit comments