Skip to content

Commit 40fe2e0

Browse files
committed
inital commit
1 parent 599e642 commit 40fe2e0

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
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

Comments
 (0)