From 70233ba2d306019d415b94e270d3a90672236544 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 30 Jun 2018 15:00:48 +0200 Subject: Integrating pusher... --- composer.lock | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 23831ab..dd83520 100755 --- a/composer.lock +++ b/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": "d5bca48e56bbf3a25645858fcab9c285", + "content-hash": "a0d4a6347cb6411b4e7ac7cc1a6cf7b3", "packages": [ { "name": "dnoegel/php-xdg-base-dir", @@ -1186,6 +1186,59 @@ ], "time": "2018-06-10T17:57:20+00:00" }, + { + "name": "pusher/pusher-php-server", + "version": "v3.0.4", + "source": { + "type": "git", + "url": "https://github.com/pusher/pusher-http-php.git", + "reference": "1496ef5ae12670ff8ffe83b9f47d1e4514608d9b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/1496ef5ae12670ff8ffe83b9f47d1e4514608d9b", + "reference": "1496ef5ae12670ff8ffe83b9f47d1e4514608d9b", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": "^5.4 || ^7.0", + "psr/log": "^1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8 || ^5.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.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" + ], + "time": "2018-05-21T13:25:35+00:00" + }, { "name": "ramsey/uuid", "version": "3.7.3", -- cgit v1.2.3