mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01:37 +00:00
remove pusher
This commit is contained in:
parent
a6727ff459
commit
b990f9ce32
@ -14,7 +14,7 @@ DB_DATABASE=
|
|||||||
DB_USERNAME=
|
DB_USERNAME=
|
||||||
DB_PASSWORD=
|
DB_PASSWORD=
|
||||||
|
|
||||||
BROADCAST_DRIVER=pusher
|
BROADCAST_DRIVER=null
|
||||||
CACHE_DRIVER=file
|
CACHE_DRIVER=file
|
||||||
FILESYSTEM_DRIVER=local
|
FILESYSTEM_DRIVER=local
|
||||||
QUEUE_CONNECTION=default
|
QUEUE_CONNECTION=default
|
||||||
|
@ -14,7 +14,7 @@ DB_DATABASE=vito_test
|
|||||||
DB_USERNAME=root
|
DB_USERNAME=root
|
||||||
DB_PASSWORD=
|
DB_PASSWORD=
|
||||||
|
|
||||||
BROADCAST_DRIVER=pusher
|
BROADCAST_DRIVER=null
|
||||||
CACHE_DRIVER=array
|
CACHE_DRIVER=array
|
||||||
FILESYSTEM_DRIVER=local
|
FILESYSTEM_DRIVER=local
|
||||||
QUEUE_CONNECTION=database
|
QUEUE_CONNECTION=database
|
||||||
|
@ -15,8 +15,7 @@
|
|||||||
"laravel/socialite": "^5.2",
|
"laravel/socialite": "^5.2",
|
||||||
"laravel/tinker": "^2.8",
|
"laravel/tinker": "^2.8",
|
||||||
"livewire/livewire": "^2.12",
|
"livewire/livewire": "^2.12",
|
||||||
"phpseclib/phpseclib": "~3.0",
|
"phpseclib/phpseclib": "~3.0"
|
||||||
"pusher/pusher-php-server": "^7.2"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fakerphp/faker": "^1.9.1",
|
"fakerphp/faker": "^1.9.1",
|
||||||
|
149
composer.lock
generated
149
composer.lock
generated
@ -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": "0f725da8271d545b318e319f7b616053",
|
"content-hash": "41386d67a21e3c07c635228527722815",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
@ -3198,92 +3198,6 @@
|
|||||||
},
|
},
|
||||||
"time": "2020-10-15T08:29:30+00:00"
|
"time": "2020-10-15T08:29:30+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "paragonie/sodium_compat",
|
|
||||||
"version": "v1.19.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/paragonie/sodium_compat.git",
|
|
||||||
"reference": "cb15e403ecbe6a6cc515f855c310eb6b1872a933"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/cb15e403ecbe6a6cc515f855c310eb6b1872a933",
|
|
||||||
"reference": "cb15e403ecbe6a6cc515f855c310eb6b1872a933",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"paragonie/random_compat": ">=1",
|
|
||||||
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
|
|
||||||
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"files": [
|
|
||||||
"autoload.php"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"ISC"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Paragon Initiative Enterprises",
|
|
||||||
"email": "security@paragonie.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Frank Denis",
|
|
||||||
"email": "jedisct1@pureftpd.org"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"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/v1.19.0"
|
|
||||||
},
|
|
||||||
"time": "2022-09-26T03:40:35+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "phpoption/phpoption",
|
"name": "phpoption/phpoption",
|
||||||
"version": "1.9.1",
|
"version": "1.9.1",
|
||||||
@ -3961,67 +3875,6 @@
|
|||||||
},
|
},
|
||||||
"time": "2023-04-07T21:57:09+00:00"
|
"time": "2023-04-07T21:57:09+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "pusher/pusher-php-server",
|
|
||||||
"version": "7.2.2",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/pusher/pusher-http-php.git",
|
|
||||||
"reference": "4ace4873873b06c25cecb2dd6d9fdcbf2f20b640"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/4ace4873873b06c25cecb2dd6d9fdcbf2f20b640",
|
|
||||||
"reference": "4ace4873873b06c25cecb2dd6d9fdcbf2f20b640",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"ext-curl": "*",
|
|
||||||
"ext-json": "*",
|
|
||||||
"guzzlehttp/guzzle": "^7.2",
|
|
||||||
"paragonie/sodium_compat": "^1.6",
|
|
||||||
"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.2"
|
|
||||||
},
|
|
||||||
"time": "2022-12-20T19:52:36+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "ralouphie/getallheaders",
|
"name": "ralouphie/getallheaders",
|
||||||
"version": "3.0.3",
|
"version": "3.0.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user