|
|
@ -4,7 +4,7 @@
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"content-hash": "94d4bf9ac7f4a933030e46a346ee2917",
|
|
|
|
"content-hash": "f4285d91336a179e52096b5a76f07d4e",
|
|
|
|
"packages": [
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "dnoegel/php-xdg-base-dir",
|
|
|
|
"name": "dnoegel/php-xdg-base-dir",
|
|
|
@ -2643,6 +2643,88 @@
|
|
|
|
"environment"
|
|
|
|
"environment"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"time": "2019-03-06T09:39:45+00:00"
|
|
|
|
"time": "2019-03-06T09:39:45+00:00"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "yoeunes/notify",
|
|
|
|
|
|
|
|
"version": "v1.0.3",
|
|
|
|
|
|
|
|
"source": {
|
|
|
|
|
|
|
|
"type": "git",
|
|
|
|
|
|
|
|
"url": "https://github.com/yoeunes/notify.git",
|
|
|
|
|
|
|
|
"reference": "ec85345b990e8abc7afdf7fde74571e29e8112f5"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"dist": {
|
|
|
|
|
|
|
|
"type": "zip",
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/yoeunes/notify/zipball/ec85345b990e8abc7afdf7fde74571e29e8112f5",
|
|
|
|
|
|
|
|
"reference": "ec85345b990e8abc7afdf7fde74571e29e8112f5",
|
|
|
|
|
|
|
|
"shasum": ""
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"require": {
|
|
|
|
|
|
|
|
"illuminate/session": "5.5.*|5.6.*|5.7.*|5.8.*",
|
|
|
|
|
|
|
|
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
|
|
|
|
|
|
|
|
"php": "^7.0|^7.1|^7.2"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"require-dev": {
|
|
|
|
|
|
|
|
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
|
|
|
|
|
|
|
|
"phpunit/phpunit": "^6.2|^7.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"type": "library",
|
|
|
|
|
|
|
|
"extra": {
|
|
|
|
|
|
|
|
"laravel": {
|
|
|
|
|
|
|
|
"providers": [
|
|
|
|
|
|
|
|
"Yoeunes\\Notify\\NotifyServiceProvider"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"aliases": {
|
|
|
|
|
|
|
|
"Notify": "Yoeunes\\Notify\\Facades\\Notify"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"autoload": {
|
|
|
|
|
|
|
|
"psr-4": {
|
|
|
|
|
|
|
|
"Yoeunes\\Notify\\": "src"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"files": [
|
|
|
|
|
|
|
|
"src/helpers.php"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
|
|
|
"license": [
|
|
|
|
|
|
|
|
"MIT"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"authors": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "Younes Khoubza",
|
|
|
|
|
|
|
|
"email": "younes.khoubza@gmail.com",
|
|
|
|
|
|
|
|
"homepage": "https://github.com/yoeunes/notify",
|
|
|
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"description": "toastr.js, pnotify.js flush notifications for Laravel 5 and Lumen",
|
|
|
|
|
|
|
|
"homepage": "https://github.com/yoeunes/notify",
|
|
|
|
|
|
|
|
"keywords": [
|
|
|
|
|
|
|
|
"Laravel 5.6",
|
|
|
|
|
|
|
|
"alerts",
|
|
|
|
|
|
|
|
"flush",
|
|
|
|
|
|
|
|
"flush messages",
|
|
|
|
|
|
|
|
"flush notifications",
|
|
|
|
|
|
|
|
"laravel",
|
|
|
|
|
|
|
|
"laravel 5",
|
|
|
|
|
|
|
|
"laravel 5.7",
|
|
|
|
|
|
|
|
"laravel 5.8",
|
|
|
|
|
|
|
|
"laravel flush notifications",
|
|
|
|
|
|
|
|
"laravel notification",
|
|
|
|
|
|
|
|
"laravel pnotify",
|
|
|
|
|
|
|
|
"laravel toastr",
|
|
|
|
|
|
|
|
"lumen",
|
|
|
|
|
|
|
|
"messages",
|
|
|
|
|
|
|
|
"notification",
|
|
|
|
|
|
|
|
"php",
|
|
|
|
|
|
|
|
"pnotify",
|
|
|
|
|
|
|
|
"pnotify js",
|
|
|
|
|
|
|
|
"toastr",
|
|
|
|
|
|
|
|
"toastr js",
|
|
|
|
|
|
|
|
"yoeunes"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"time": "2019-03-08T15:50:52+00:00"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
|
|
|
"packages-dev": [
|
|
|
|