Add groups page. Update landing Add toastmagic
This commit is contained in:
136
composer.lock
generated
136
composer.lock
generated
@@ -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": "12ebee837f2c603afb84fe95d6258bf2",
|
||||
"content-hash": "e8ac2a3d2d0647f711ada077e6de914d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@@ -333,6 +333,77 @@
|
||||
],
|
||||
"time": "2024-02-09T16:56:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codeat3/blade-phosphor-icons",
|
||||
"version": "2.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/codeat3/blade-phosphor-icons.git",
|
||||
"reference": "2812a27ec642359344429d344c7f7bbdfad489ce"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/codeat3/blade-phosphor-icons/zipball/2812a27ec642359344429d344c7f7bbdfad489ce",
|
||||
"reference": "2812a27ec642359344429d344c7f7bbdfad489ce",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"blade-ui-kit/blade-icons": "^1.1",
|
||||
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"php": "^7.4|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeat3/blade-icon-generation-helpers": "^0.10",
|
||||
"codeat3/phpcs-styles": "^1.0",
|
||||
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
||||
"phpunit/phpunit": "^9.0|^10.5|^11.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Codeat3\\BladePhosphorIcons\\BladePhosphorIconsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Codeat3\\BladePhosphorIcons\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Swapnil Sarwe",
|
||||
"homepage": "https://swapnilsarwe.com"
|
||||
},
|
||||
{
|
||||
"name": "Dries Vints",
|
||||
"homepage": "https://driesvints.com"
|
||||
}
|
||||
],
|
||||
"description": "A package to easily make use of \"Phosphor Icons\" in your Laravel Blade views.",
|
||||
"homepage": "https://github.com/codeat3/blade-phosphor-icons",
|
||||
"keywords": [
|
||||
"blade",
|
||||
"laravel",
|
||||
"phosphor-icons"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/codeat3/blade-phosphor-icons/issues",
|
||||
"source": "https://github.com/codeat3/blade-phosphor-icons/tree/2.3.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/swapnilsarwe",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-02-25T06:29:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codeat3/blade-solar-icons",
|
||||
"version": "1.3.1",
|
||||
@@ -517,6 +588,69 @@
|
||||
},
|
||||
"time": "2025-06-18T12:39:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "devrabiul/laravel-toaster-magic",
|
||||
"version": "v2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/devrabiul/laravel-toaster-magic.git",
|
||||
"reference": "6255bdbf6e8f9331e51e72af52c1a158dac86e71"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/devrabiul/laravel-toaster-magic/zipball/6255bdbf6e8f9331e51e72af52c1a158dac86e71",
|
||||
"reference": "6255bdbf6e8f9331e51e72af52c1a158dac86e71",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"aliases": {
|
||||
"ToastMagic": "Devrabiul\\ToastMagic\\Facades\\ToastMagic"
|
||||
},
|
||||
"providers": [
|
||||
"Devrabiul\\ToastMagic\\ToastMagicServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Devrabiul\\ToastMagic\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Muhammad Rabiul",
|
||||
"email": "devrabiul@gmail.com",
|
||||
"homepage": "https://rixetbd.com",
|
||||
"role": "Software Engineer"
|
||||
}
|
||||
],
|
||||
"description": "Laravel Toaster Magic is a lightweight, flexible toast library for Laravel projects, with no jQuery, Bootstrap, or Tailwind dependency.",
|
||||
"homepage": "https://github.com/devrabiul/laravel-toaster-magic",
|
||||
"keywords": [
|
||||
"dynamic-notifications",
|
||||
"flash-notifications",
|
||||
"laravel",
|
||||
"laravel-toastr",
|
||||
"livewire",
|
||||
"livewire-toaster",
|
||||
"magic",
|
||||
"notifications",
|
||||
"php",
|
||||
"toaster",
|
||||
"toastr"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/devrabiul/laravel-toaster-magic/issues",
|
||||
"source": "https://github.com/devrabiul/laravel-toaster-magic/tree/v2.0"
|
||||
},
|
||||
"time": "2026-01-19T07:31:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dflydev/dot-access-data",
|
||||
"version": "v3.0.3",
|
||||
|
||||
Reference in New Issue
Block a user