Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
cursbackend
/
vendor
/
laravel-notification-channels
/
onesignal
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
composer.json
| Size :
1.66
KB
Copy
{ "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": "^7.2.0|^8.0", "berkayk/onesignal-laravel": "^1.0.0", "illuminate/notifications": "5.*|^6.0|^7.0|^8.0", "illuminate/support": "5.*|^6.0|^7.0|^8.0" }, "require-dev": { "mockery/mockery": "^1.3", "orchestra/testbench": "^4.0|^5.0", "phpunit/phpunit": "^8.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 } }
Back