You've already forked laravel-push
init
This commit is contained in:
41
composer.json
Normal file
41
composer.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "bluesquare/laravel-push",
|
||||
"description": "Send Bluesquare Push templates from your Laravel notifications.",
|
||||
"keywords": [
|
||||
"package",
|
||||
"bluesquare",
|
||||
"push",
|
||||
"mail",
|
||||
"api",
|
||||
"template",
|
||||
"email"
|
||||
],
|
||||
"homepage": "https://git.bluesquare.io/bluesquare/laravel-push",
|
||||
"license": "proprietary",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Maxime Renou",
|
||||
"email": "maxime@bluesquare.io",
|
||||
"homepage": "https://bluesquare.io/",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Bluesquare\\Push\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"PushServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
"php": "^7.3 | ^8.0"
|
||||
},
|
||||
"prefer-stable": true
|
||||
}
|
||||
Reference in New Issue
Block a user