This commit is contained in:
Duidev Software
2026-01-02 17:05:08 +07:00
parent 5571e206db
commit 337dfdb5dd
2 changed files with 4 additions and 222 deletions
-2
View File
@@ -16,12 +16,10 @@
"laravel/passport": "^11.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8",
"munafio/chatify": "^1.6",
"onecentlin/laravel-adminer": "^7.0",
"opcodesio/log-viewer": "^3.21",
"phpoffice/phpspreadsheet": "^3.3",
"picqer/php-barcode-generator": "^3.2",
"pusher/pusher-php-server": "^7.2",
"setasign/fpdi": "^2.6",
"simplesoftwareio/simple-qrcode": "^4.2",
"spatie/laravel-backup": "^9.3"
+4 -220
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": "a7fde2e5945b5b515c3c29442b6dd1c2",
"content-hash": "fe52dce1cbd6c38b364da1fcb0e7cad2",
"packages": [
{
"name": "aamdsam/bridging-bpjs",
@@ -3283,68 +3283,6 @@
],
"time": "2025-03-24T10:02:05+00:00"
},
{
"name": "munafio/chatify",
"version": "v1.6.3",
"source": {
"type": "git",
"url": "https://github.com/munafio/chatify.git",
"reference": "559ff515fc83a822ed72cdd03ca8e36c574c5a25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/munafio/chatify/zipball/559ff515fc83a822ed72cdd03ca8e36c574c5a25",
"reference": "559ff515fc83a822ed72cdd03ca8e36c574c5a25",
"shasum": ""
},
"require": {
"pusher/pusher-php-server": "^6.0|^7.0|^7.1"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Chatify": "Chatify\\Facades\\ChatifyMessenger"
},
"providers": [
"Chatify\\ChatifyServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Chatify\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Munaf A. Mahdi",
"email": "[email protected]"
}
],
"description": "A package for Laravel PHP Framework to add a complete real-time chat system.",
"homepage": "https://github.com/munafio/chatify",
"keywords": [
"Messenger",
"chat",
"chatify",
"conversations",
"laravel",
"php",
"pusher",
"real-time",
"realtime"
],
"support": {
"issues": "https://github.com/munafio/chatify/issues",
"source": "https://github.com/munafio/chatify/tree/v1.6.3"
},
"time": "2024-03-17T14:21:38+00:00"
},
{
"name": "nesbot/carbon",
"version": "2.73.0",
@@ -4152,102 +4090,6 @@
},
"time": "2020-10-15T08:29:30+00:00"
},
{
"name": "paragonie/sodium_compat",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
"reference": "547e2dc4d45107440e76c17ab5a46e4252460158"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/547e2dc4d45107440e76c17ab5a46e4252460158",
"reference": "547e2dc4d45107440e76c17ab5a46e4252460158",
"shasum": ""
},
"require": {
"php": "^8.1",
"php-64bit": "*"
},
"require-dev": {
"infection/infection": "^0",
"nikic/php-fuzzer": "^0",
"phpunit/phpunit": "^7|^8|^9|^10|^11",
"vimeo/psalm": "^4|^5|^6"
},
"suggest": {
"ext-sodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"files": [
"autoload.php"
],
"psr-4": {
"ParagonIE\\Sodium\\": "namespaced/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "[email protected]"
},
{
"name": "Frank Denis",
"email": "[email protected]"
}
],
"description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
"keywords": [
"Authentication",
"BLAKE2b",
"ChaCha20",
"ChaCha20-Poly1305",
"Chapoly",
"Curve25519",
"Ed25519",
"EdDSA",
"Edwards-curve Digital Signature Algorithm",
"Elliptic Curve Diffie-Hellman",
"Poly1305",
"Pure-PHP cryptography",
"RFC 7748",
"RFC 8032",
"Salpoly",
"Salsa20",
"X25519",
"XChaCha20-Poly1305",
"XSalsa20-Poly1305",
"Xchacha20",
"Xsalsa20",
"aead",
"cryptography",
"ecdh",
"elliptic curve",
"elliptic curve cryptography",
"encryption",
"libsodium",
"php",
"public-key cryptography",
"secret-key cryptography",
"side-channel resistant"
],
"support": {
"issues": "https://github.com/paragonie/sodium_compat/issues",
"source": "https://github.com/paragonie/sodium_compat/tree/v2.4.0"
},
"time": "2025-10-06T08:47:40+00:00"
},
{
"name": "phpoffice/phpspreadsheet",
"version": "3.10.2",
@@ -5110,67 +4952,6 @@
},
"time": "2025-12-17T14:35:46+00:00"
},
{
"name": "pusher/pusher-php-server",
"version": "7.2.7",
"source": {
"type": "git",
"url": "https://github.com/pusher/pusher-http-php.git",
"reference": "148b0b5100d000ed57195acdf548a2b1b38ee3f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/148b0b5100d000ed57195acdf548a2b1b38ee3f7",
"reference": "148b0b5100d000ed57195acdf548a2b1b38ee3f7",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"paragonie/sodium_compat": "^1.6|^2.0",
"php": "^7.3|^8.0",
"psr/log": "^1.0|^2.0|^3.0"
},
"require-dev": {
"overtrue/phplint": "^2.3",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Pusher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Library for interacting with the Pusher REST API",
"keywords": [
"events",
"messaging",
"php-pusher-server",
"publish",
"push",
"pusher",
"real time",
"real-time",
"realtime",
"rest",
"trigger"
],
"support": {
"issues": "https://github.com/pusher/pusher-http-php/issues",
"source": "https://github.com/pusher/pusher-http-php/tree/7.2.7"
},
"time": "2025-01-06T10:56:20+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
@@ -11075,5 +10856,8 @@
"php": "^8.1"
},
"platform-dev": {},
"platform-overrides": {
"php": "8.4.10"
},
"plugin-api-version": "2.9.0"
}