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.
1 parent 599e642 commit 40fe2e0Copy full SHA for 40fe2e0
.gitignore
@@ -0,0 +1 @@
1
+/vendor/
composer.json
@@ -0,0 +1,18 @@
+{
2
+ "name": "quantomtech/laravel-firebase-batch-messaging",
3
+ "description": "Laravel package for Firebase cloud batch messaging API",
4
+ "license": "MIT",
5
+ "version": "1.0.0",
6
+ "authors": [
7
+ {
8
+ "name": "HakamRaza",
9
+ "email": "ismatcd@yahoo.com"
10
+ }
11
+ ],
12
+ "autoload": {
13
+ "psr-4": {
14
+ "Quantomtech\\LaravelFirebaseBatchMessaging\\": "src/"
15
16
+ },
17
+ "require": {}
18
+}
0 commit comments