mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Bump pusher/pusher-php-server from 3.4.1 to 4.0.0 (#1008)
Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.4.1 to 4.0.0. - [Release notes](https://github.com/pusher/pusher-http-php/releases) - [Changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/pusher/pusher-http-php/compare/v3.4.1...v4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
acf2fb42a9
commit
9576cefdd3
2 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
|||
"guzzlehttp/guzzle": "^6.1",
|
||||
"tymon/jwt-auth": "^0.5.6",
|
||||
"aws/aws-sdk-php-laravel": "^3.1",
|
||||
"pusher/pusher-php-server": "^3.2",
|
||||
"pusher/pusher-php-server": "^4.0",
|
||||
"predis/predis": "~1.0",
|
||||
"doctrine/dbal": "^2.5",
|
||||
"jackiedo/dotenv-editor": "^1.0",
|
||||
|
|
16
composer.lock
generated
16
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": "0e22002e750c791344cf1a0d1a378430",
|
||||
"content-hash": "15baea560f8862e4ff6bfa784e4f3136",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
|
@ -2467,26 +2467,26 @@
|
|||
},
|
||||
{
|
||||
"name": "pusher/pusher-php-server",
|
||||
"version": "v3.4.1",
|
||||
"version": "v4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pusher/pusher-http-php.git",
|
||||
"reference": "a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee"
|
||||
"reference": "43540be9536469f8eaec95a347d3f7532bac852c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee",
|
||||
"reference": "a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee",
|
||||
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/43540be9536469f8eaec95a347d3f7532bac852c",
|
||||
"reference": "43540be9536469f8eaec95a347d3f7532bac852c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"paragonie/sodium_compat": "^1.6",
|
||||
"php": ">=5.4 <7.4",
|
||||
"php": ">=7.1 <7.4",
|
||||
"psr/log": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7"
|
||||
"phpunit/phpunit": "^7.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -2517,7 +2517,7 @@
|
|||
"rest",
|
||||
"trigger"
|
||||
],
|
||||
"time": "2019-03-19T11:19:11+00:00"
|
||||
"time": "2019-06-25T09:22:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ralouphie/getallheaders",
|
||||
|
|
Loading…
Reference in a new issue