Browse Source

Add pusher/pusher-php-server package

pull/1/head
Nafies Luthfi 5 years ago
parent
commit
2dd5ec8ade
  1. 3
      composer.json
  2. 16
      composer.lock

3
composer.json

@ -14,7 +14,8 @@
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0"
"laravel/tinker": "^2.0",
"pusher/pusher-php-server": "~3.0"
},
"require-dev": {
"facade/ignition": "^2.0",

16
composer.lock

@ -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": "c209c17073cb93157713dab7c6c186f8",
"content-hash": "a96d9c816b78b4428057d292108d7709",
"packages": [
{
"name": "asm89/stack-cors",
@ -2243,26 +2243,26 @@
},
{
"name": "pusher/pusher-php-server",
"version": "v4.1.4",
"version": "v3.4.1",
"source": {
"type": "git",
"url": "https://github.com/pusher/pusher-http-php.git",
"reference": "e75e5715e3b651ec20dee5844095aadefab81acb"
"reference": "a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/e75e5715e3b651ec20dee5844095aadefab81acb",
"reference": "e75e5715e3b651ec20dee5844095aadefab81acb",
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee",
"reference": "a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee",
"shasum": ""
},
"require": {
"ext-curl": "*",
"paragonie/sodium_compat": "^1.6",
"php": "^7.1",
"php": ">=5.4 <7.4",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2"
"phpunit/phpunit": "^4.8.35 || ^5.7"
},
"type": "library",
"extra": {
@ -2293,7 +2293,7 @@
"rest",
"trigger"
],
"time": "2020-04-14T15:20:04+00:00"
"time": "2019-03-19T11:19:11+00:00"
},
{
"name": "ralouphie/getallheaders",

Loading…
Cancel
Save