42 lines
959 B
JSON
42 lines
959 B
JSON
|
{
|
||
|
"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
|
||
|
}
|