This commit is contained in:
Andras Bacsai
2023-06-15 10:48:13 +02:00
parent fe51f8fbf7
commit 8b6598ea6b
22 changed files with 380 additions and 231 deletions

70
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "77b718b33a7ba99083fd327821f968a2",
"content-hash": "d9173515bca399807784102128591e1e",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -2738,6 +2738,74 @@
],
"time": "2023-03-03T20:12:38+00:00"
},
{
"name": "masmerise/livewire-toaster",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/masmerise/livewire-toaster.git",
"reference": "2706d3822e111af8272ebc117cb2c69228d14faf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/masmerise/livewire-toaster/zipball/2706d3822e111af8272ebc117cb2c69228d14faf",
"reference": "2706d3822e111af8272ebc117cb2c69228d14faf",
"shasum": ""
},
"require": {
"laravel/framework": "^10.0",
"livewire/livewire": "^2.0",
"php": "~8.2"
},
"require-dev": {
"dive-be/php-crowbar": "^1.1",
"laravel/pint": "^1.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.0"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Toaster": "Masmerise\\Toaster\\Toaster"
},
"providers": [
"Masmerise\\Toaster\\ToasterServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Masmerise\\Toaster\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Muhammed Sari",
"email": "support@muhammedsari.me",
"role": "Developer"
}
],
"description": "Beautiful toast notifications for Laravel / Livewire.",
"homepage": "https://github.com/masmerise/livewire-toaster",
"keywords": [
"alert",
"laravel",
"livewire",
"toast",
"toaster"
],
"support": {
"issues": "https://github.com/masmerise/livewire-toaster/issues",
"source": "https://github.com/masmerise/livewire-toaster/tree/1.2.0"
},
"time": "2023-06-13T11:44:44+00:00"
},
{
"name": "monolog/monolog",
"version": "3.3.1",