%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/laravel-notification-channels/onesignal/ |
Upload File : |
{
"name": "laravel-notification-channels/onesignal",
"description": "OneSignal Notifications driver",
"homepage": "https://github.com/laravel-notification-channels/onesignal",
"license": "MIT",
"authors": [
{
"name": "Marcel Pociot",
"email": "hello@marcelpociot.com",
"homepage": "http://marcelpociot.com"
},
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be"
},
{
"name": "Lukas Kämmerling",
"email": "kontakt@lukas-kaemmerling.de",
"homepage": "https://lukas-kaemmerling.de"
},
{
"name": "David Llop",
"email": "hello@davidllop.com",
"homepage": "http://davidllop.com"
}
],
"require": {
"php": "^8.0",
"berkayk/onesignal-laravel": "^1.0.0",
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"mockery/mockery": "^1.3|^1.4",
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.5.10|^10.0"
},
"autoload": {
"psr-4": {
"NotificationChannels\\OneSignal\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"NotificationChannels\\OneSignal\\Test\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"extra": {
"laravel": {
"providers": [
"NotificationChannels\\OneSignal\\OneSignalServiceProvider"
]
}
},
"config": {
"sort-packages": true
}
}