This commit is contained in:
Mekan1206
2026-04-30 20:01:23 +05:00
parent a07c764dfe
commit f772562376
4 changed files with 1 additions and 292 deletions

157
composer.lock generated
View File

@@ -4,87 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3054a5ce4c002f94010bfe9c6e4cdffe",
"content-hash": "c3d8b52e784d7d4c26304df760806ed2",
"packages": [
{
"name": "basement-chat/basement-chat",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/basement-chat/basement-chat.git",
"reference": "8d973333a76551feab407c1f92f37ad794e12f68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/basement-chat/basement-chat/zipball/8d973333a76551feab407c1f92f37ad794e12f68",
"reference": "8d973333a76551feab407c1f92f37ad794e12f68",
"shasum": ""
},
"require": {
"laravel/framework": "^9.0.0 | ^10.0.0",
"laravel/sanctum": "^2.14.0 | ^3.0.1",
"php": "^8.0",
"spatie/enum": "^3.13.0",
"spatie/laravel-package-tools": "^1.13.6"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.8.0",
"laravel/pint": "^1.2.0",
"nunomaduro/collision": "^6.4.0",
"nunomaduro/larastan": "^2.2.5",
"nunomaduro/phpinsights": "^2.6.1",
"orchestra/canvas": "^7.5.0",
"orchestra/testbench": "^7.24.1",
"orchestra/testbench-dusk": "^7.25.1",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpunit/phpunit": "^9.5.25",
"pusher/pusher-php-server": "^7.2.1",
"squizlabs/php_codesniffer": "^3.7.1"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Basement": "BasementChat\\Basement\\Facades\\Basement"
},
"providers": [
"BasementChat\\Basement\\BasementServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"BasementChat\\Basement\\": "src",
"BasementChat\\Basement\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Yusuf T.",
"email": "dev.yusuftaufiq@gmail.com"
}
],
"description": "Add a real-time chat widget to your Laravel application.",
"homepage": "https://github.com/basement-chat/basement-chat",
"keywords": [
"basement",
"chat",
"laravel",
"php",
"realtime",
"websocket"
],
"support": {
"issues": "https://github.com/basement-chat/basement-chat/issues",
"source": "https://github.com/basement-chat/basement-chat/tree/v1.1.1"
},
"time": "2023-06-03T09:37:47+00:00"
},
{
"name": "blendbyte/nova-attach-many",
"version": "1.7.0",
@@ -6267,82 +6188,6 @@
],
"time": "2025-08-25T11:46:57+00:00"
},
{
"name": "spatie/enum",
"version": "3.13.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/enum.git",
"reference": "f1a0f464ba909491a53e60a955ce84ad7cd93a2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/enum/zipball/f1a0f464ba909491a53e60a955ce84ad7cd93a2c",
"reference": "f1a0f464ba909491a53e60a955ce84ad7cd93a2c",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^8.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"larapack/dd": "^1.1",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "^4.3"
},
"suggest": {
"fakerphp/faker": "To use the enum faker provider",
"phpunit/phpunit": "To use the enum assertions"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Enum\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brent Roose",
"email": "brent@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Tom Witkowski",
"email": "dev@gummibeer.de",
"homepage": "https://gummibeer.de",
"role": "Developer"
}
],
"description": "PHP Enums",
"homepage": "https://github.com/spatie/enum",
"keywords": [
"enum",
"enumerable",
"spatie"
],
"support": {
"docs": "https://docs.spatie.be/enum",
"issues": "https://github.com/spatie/enum/issues",
"source": "https://github.com/spatie/enum"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2022-04-22T08:51:55+00:00"
},
{
"name": "spatie/image",
"version": "2.2.7",